Searched refs:csa_offload_event (Results 1 – 2 of 2) sorted by relevance
1322 struct csa_offload_params *csa_offload_event, in fill_csa_offload_params() argument1332 csa_offload_event->channel = csa_ie->newchannel; in fill_csa_offload_params()1333 csa_offload_event->csa_chan_freq = in fill_csa_offload_params()1336 csa_offload_event->switch_mode = csa_ie->switchmode; in fill_csa_offload_params()1337 csa_offload_event->ies_present_flag |= MLME_CSA_IE_PRESENT; in fill_csa_offload_params()1342 csa_offload_event->channel = xcsa_ie->newchannel; in fill_csa_offload_params()1343 csa_offload_event->switch_mode = xcsa_ie->switchmode; in fill_csa_offload_params()1344 csa_offload_event->new_op_class = xcsa_ie->newClass; in fill_csa_offload_params()1346 csa_offload_event->csa_chan_freq = in fill_csa_offload_params()1351 csa_offload_event->csa_chan_freq = in fill_csa_offload_params()[all …]
16716 struct csa_offload_params *csa_offload_event; in sme_switch_channel() local16719 csa_offload_event = qdf_mem_malloc(sizeof(*csa_offload_event)); in sme_switch_channel()16720 if (!csa_offload_event) in sme_switch_channel()16723 qdf_copy_macaddr(&csa_offload_event->bssid, bssid); in sme_switch_channel()16724 csa_offload_event->csa_chan_freq = (uint32_t)chan_freq; in sme_switch_channel()16725 csa_offload_event->new_ch_width = chan_width; in sme_switch_channel()16726 csa_offload_event->channel = in sme_switch_channel()16728 csa_offload_event->csa_chan_freq); in sme_switch_channel()16729 csa_offload_event->switch_mode = 1; in sme_switch_channel()16732 QDF_MAC_ADDR_REF(csa_offload_event->bssid.bytes), in sme_switch_channel()[all …]