Home
last modified time | relevance | path

Searched refs:csa_counter (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Diface.c542 notif->noa_active, notif->csa_counter); in iwl_mld_handle_probe_resp_data_notif()
560 if (notif->csa_counter != IWL_PROBE_RESP_DATA_NO_CSA && in iwl_mld_handle_probe_resp_data_notif()
561 notif->csa_counter >= 1) in iwl_mld_handle_probe_resp_data_notif()
562 ieee80211_beacon_set_cntdwn(vif, notif->csa_counter); in iwl_mld_handle_probe_resp_data_notif()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1745 notif->noa_active, notif->csa_counter); in iwl_mvm_probe_resp_data_notif()
1792 if (notif->csa_counter != IWL_PROBE_RESP_DATA_NO_CSA && in iwl_mvm_probe_resp_data_notif()
1793 notif->csa_counter >= 1) in iwl_mvm_probe_resp_data_notif()
1794 ieee80211_beacon_set_cntdwn(vif, notif->csa_counter); in iwl_mvm_probe_resp_data_notif()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h151 u8 csa_counter; member