Home
last modified time | relevance | path

Searched refs:csa_ie (Results 1 – 2 of 2) sorted by relevance

/linux/net/mac80211/
H A Dmesh.c1281 struct ieee80211_csa_ie csa_ie; in ieee80211_mesh_process_chnswitch() local
1319 &csa_ie); in ieee80211_mesh_process_chnswitch()
1328 if (csa_ie.reason_code == WLAN_REASON_MESH_CHAN_REGULATORY) in ieee80211_mesh_process_chnswitch()
1331 params.chandef = csa_ie.chanreq.oper; in ieee80211_mesh_process_chnswitch()
1332 params.count = csa_ie.count; in ieee80211_mesh_process_chnswitch()
1377 params.block_tx = csa_ie.mode & WLAN_EID_CHAN_SWITCH_PARAM_TX_RESTRICT; in ieee80211_mesh_process_chnswitch()
1379 ifmsh->chsw_ttl = csa_ie.ttl - 1; in ieee80211_mesh_process_chnswitch()
1380 if (ifmsh->pre_value >= csa_ie.pre_value) in ieee80211_mesh_process_chnswitch()
1382 ifmsh->pre_value = csa_ie.pre_value; in ieee80211_mesh_process_chnswitch()
H A Dmlme.c2875 struct ieee80211_csa_ie csa_ie = {}; in ieee80211_sta_process_chanswitch() local
2904 &csa_ie); in ieee80211_sta_process_chanswitch()
2906 ch_switch.block_tx = csa_ie.mode; in ieee80211_sta_process_chanswitch()
2907 ch_switch.chandef = csa_ie.chanreq.oper; in ieee80211_sta_process_chanswitch()
2908 ch_switch.count = csa_ie.count; in ieee80211_sta_process_chanswitch()
2909 ch_switch.delay = csa_ie.max_switch_time; in ieee80211_sta_process_chanswitch()
3005 if (csa_ie.mode) { in ieee80211_sta_process_chanswitch()
3013 csa_ie.chanreq.oper.chan->band) { in ieee80211_sta_process_chanswitch()
3017 csa_ie.chanreq.oper.chan->center_freq, in ieee80211_sta_process_chanswitch()
3018 csa_ie.chanreq.oper.width, in ieee80211_sta_process_chanswitch()
[all …]