Searched refs:xcsa_ie (Results 1 – 5 of 5) sorted by relevance
114 struct ieee80211_extendedchannelswitch_ie *xcsa_ie; in lim_process_beacon_mlo() local155 xcsa_ie = NULL; in lim_process_beacon_mlo()177 xcsa_ie = (struct ieee80211_extendedchannelswitch_ie *) in lim_process_beacon_mlo()200 } else if (xcsa_ie) { in lim_process_beacon_mlo()201 csa_param.channel = xcsa_ie->newchannel; in lim_process_beacon_mlo()202 csa_param.switch_mode = xcsa_ie->switchmode; in lim_process_beacon_mlo()203 csa_param.new_op_class = xcsa_ie->newClass; in lim_process_beacon_mlo()204 if (wlan_reg_is_6ghz_op_class(pdev, xcsa_ie->newClass)) in lim_process_beacon_mlo()207 pdev, xcsa_ie->newchannel, in lim_process_beacon_mlo()212 pdev, xcsa_ie->newchannel); in lim_process_beacon_mlo()
1326 struct ieee80211_extendedchannelswitch_ie *xcsa_ie; in fill_csa_offload_params() local1340 xcsa_ie = (struct ieee80211_extendedchannelswitch_ie *) in fill_csa_offload_params()1341 (&csa_event->xcsa_ie[0]); 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()1345 if (wlan_reg_is_6ghz_op_class(pdev, xcsa_ie->newClass)) { in fill_csa_offload_params()1348 (pdev, xcsa_ie->newchannel, in fill_csa_offload_params()1353 (pdev, xcsa_ie->newchannel); in fill_csa_offload_params()
3912 struct xcsa_ie { struct
5745 struct xcsa_ie *xcsa_ie; in extract_csa_ie_received_ev_params_tlv() local5773 xcsa_ie = (struct xcsa_ie *)(&csa_ev->xcsa_ie[0]); in extract_csa_ie_received_ev_params_tlv()5774 csa_event->channel = xcsa_ie->new_channel; in extract_csa_ie_received_ev_params_tlv()5775 csa_event->switch_mode = xcsa_ie->switch_mode; in extract_csa_ie_received_ev_params_tlv()5776 csa_event->new_op_class = xcsa_ie->new_class; in extract_csa_ie_received_ev_params_tlv()
8390 A_UINT32 xcsa_ie[2]; member