Home
last modified time | relevance | path

Searched refs:ap_ibss_active (Results 1 – 11 of 11) 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.h131 * @ap_ibss_active: whether the AP/IBSS was started
163 bool ap_ibss_active;
H A Diface.c284 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.c2079 !mld_vif->ap_ibss_active) in iwl_mld_set_key_add()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dquota.c55 if (mvmvif->ap_ibss_active) in iwl_mvm_quota_iterator()
H A Dmld-mac80211.c286 mvmvif->ap_ibss_active = true; in __iwl_mvm_mld_assign_vif_chanctx()
435 mvmvif->ap_ibss_active = false; in __iwl_mvm_mld_unassign_vif_chanctx()
615 mvmvif->ap_ibss_active = false; in iwl_mvm_mld_start_ap_ibss()
900 if (!mvmvif->ap_ibss_active) in iwl_mvm_mld_link_info_changed_ap_ibss()
H A Dcoex.c427 if (!mvmvif->ap_ibss_active) in iwl_mvm_bt_notif_per_link()
517 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 Dmac-ctxt.c804 mvmvif->ap_ibss_active) in iwl_mvm_go_iterator()
H A Dmvm.h422 * @ap_ibss_active: indicates that AP/IBSS is configured and that the interface
506 bool ap_ibss_active; member