Searched refs:ChanSwitchAnn (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_beacon_gen.c | 150 if (qdf_mem_cmp(&link_ie->link_csa, &bcn_2->ChanSwitchAnn, in lim_update_link_info() 151 sizeof(bcn_2->ChanSwitchAnn))) { in lim_update_link_info() 153 qdf_mem_copy(&link_ie->link_csa, &bcn_2->ChanSwitchAnn, in lim_update_link_info() 154 sizeof(bcn_2->ChanSwitchAnn)); in lim_update_link_info() 233 if (bcn_2->ChanSwitchAnn.present || in lim_update_link_info() 471 populate_dot11f_chan_switch_ann(mac_ctx, &bcn->ChanSwitchAnn, in populate_channel_switch_ann() 716 if (bcn_2->ext_chan_switch_ann.present || bcn_2->ChanSwitchAnn.present) in sch_set_fixed_beacon_fields() 1186 if (beacon2->ChanSwitchAnn.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1189 qdf_mem_copy((void *)&prb_rsp->ChanSwitchAnn, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1190 (void *)&beacon2->ChanSwitchAnn, in lim_update_probe_rsp_template_ie_bitmap_beacon2() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 1410 IE ChanSwitchAnn (EID_CHANNEL_SWITCH_ANN) // 7.3.2.20 4056 OPTIE ChanSwitchAnn; 4164 OPTIE ChanSwitchAnn; 4242 OPTIE ChanSwitchAnn; 4552 OPTIE ChanSwitchAnn; 4739 MANDIE ChanSwitchAnn;
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | dot11f.h | 11165 tDot11fIEChanSwitchAnn ChanSwitchAnn; member 11279 tDot11fIEChanSwitchAnn ChanSwitchAnn; member 11369 tDot11fIEChanSwitchAnn ChanSwitchAnn; member 11454 tDot11fIEChanSwitchAnn ChanSwitchAnn; member 11806 tDot11fIEChanSwitchAnn ChanSwitchAnn; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_send_management_frames.c | 4979 frm.ChanSwitchAnn.switchMode = nMode; 4980 frm.ChanSwitchAnn.newChannel = nNewChannel; 4981 frm.ChanSwitchAnn.switchCount = nCount; 4982 frm.ChanSwitchAnn.present = 1;
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 3047 if (pr->ChanSwitchAnn.present) { 3049 qdf_mem_copy(&pProbeResp->channelSwitchIE, &pr->ChanSwitchAnn, 5000 if (pBies->ChanSwitchAnn.present) { 5003 &pBies->ChanSwitchAnn, 5517 if (pBeacon->ChanSwitchAnn.present) { 5520 &pBeacon->ChanSwitchAnn,
|
H A D | dot11f.c | 12142 { offsetof(tDot11fBeacon, ChanSwitchAnn), 12406 { offsetof(tDot11fBeacon2, ChanSwitchAnn), 12649 { offsetof(tDot11fBeaconIEs, ChanSwitchAnn), 12881 { offsetof(tDot11fChannelSwitch, ChanSwitchAnn), 13343 { offsetof(tDot11fProbeResponse, ChanSwitchAnn),
|