Home
last modified time | relevance | path

Searched refs:ap_ibss_active (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dap.c297 mld_vif->ap_ibss_active = true; in iwl_mld_start_ap_ibss()
303 mld_vif->ap_ibss_active = false; in iwl_mld_start_ap_ibss()
335 mld_vif->ap_ibss_active = false; in iwl_mld_start_ap_ibss()
350 mld_vif->ap_ibss_active = false; in iwl_mld_stop_ap_ibss()
H A Diface.h162 bool ap_ibss_active;
H A Diface.c305 iwl_mld_vif_from_mac80211(vif)->ap_ibss_active) in iwl_mld_go_iterator()
H A Dscan.c135 iwl_mld_vif_from_mac80211(vif)->ap_ibss_active) in iwl_mld_scan_respect_p2p_go_iter()
H A Dmac80211.c2178 !mld_vif->ap_ibss_active) in iwl_mld_set_key_add()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c210 mvmvif->ap_ibss_active = true; in __iwl_mvm_mld_assign_vif_chanctx()
295 mvmvif->ap_ibss_active = false; in __iwl_mvm_mld_unassign_vif_chanctx()
462 mvmvif->ap_ibss_active = false; in iwl_mvm_mld_start_ap_ibss()
709 if (!mvmvif->ap_ibss_active) in iwl_mvm_mld_link_info_changed_ap_ibss()
H A Dquota.c55 if (mvmvif->ap_ibss_active) in iwl_mvm_quota_iterator()
H A Dcoex.c338 if (!mvmvif->ap_ibss_active) in iwl_mvm_bt_notif_per_link()
428 if (!mvmvif->ap_ibss_active) in iwl_mvm_bt_notif_iterator()
H A Dftm-responder.c345 !mvmvif->ap_ibss_active) { in iwl_mvm_ftm_start_responder()
H A Dmac80211.c2879 mvmvif->ap_ibss_active = true; in iwl_mvm_start_ap_ibss_common()
3014 mvmvif->ap_ibss_active = false; in iwl_mvm_start_ap_ibss()
3062 mvmvif->ap_ibss_active = false; in iwl_mvm_stop_ap_ibss_common()
3134 if (!mvmvif->ap_ibss_active) in iwl_mvm_bss_info_changed_ap_ibss()
4311 if (!mvmvif->ap_ibss_active) { in __iwl_mvm_mac_set_key()
4994 mvmvif->ap_ibss_active = true; in __iwl_mvm_assign_vif_chanctx_common()
5140 if (!switching_chanctx || !mvmvif->ap_ibss_active) in __iwl_mvm_unassign_vif_chanctx_common()
5151 mvmvif->ap_ibss_active = false; in __iwl_mvm_unassign_vif_chanctx_common()
6261 !mvmvif->ap_ibss_active || !vif->bss_conf.ftm_responder) in iwl_mvm_mac_get_ftm_responder_stats()
H A Dmac-ctxt.c804 mvmvif->ap_ibss_active) in iwl_mvm_go_iterator()
H A Dmvm.h427 bool ap_ibss_active; member