Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dquota.c55 if (mvmvif->ap_ibss_active) in iwl_mvm_quota_iterator()
99 if (!mvmvif->ap_ibss_active) in iwl_mvm_adjust_quota_for_noa()
Dcoex.c279 if (!mvmvif->ap_ibss_active) in iwl_mvm_bt_notif_iterator()
338 if (!mvmvif->ap_ibss_active) in iwl_mvm_bt_notif_iterator()
Dmac80211.c2518 mvmvif->ap_ibss_active = true; in iwl_mvm_start_ap_ibss()
2563 mvmvif->ap_ibss_active = false; in iwl_mvm_start_ap_ibss()
2598 mvmvif->ap_ibss_active = false; in iwl_mvm_stop_ap_ibss()
2648 if (!mvmvif->ap_ibss_active) in iwl_mvm_bss_info_changed_ap_ibss()
3479 if (!mvmvif->ap_ibss_active) { in __iwl_mvm_mac_set_key()
4127 mvmvif->ap_ibss_active = true; in __iwl_mvm_assign_vif_chanctx()
4245 if (!switching_chanctx || !mvmvif->ap_ibss_active) in __iwl_mvm_unassign_vif_chanctx()
4256 mvmvif->ap_ibss_active = false; in __iwl_mvm_unassign_vif_chanctx()
5238 !mvmvif->ap_ibss_active || !vif->bss_conf.ftm_responder) in iwl_mvm_mac_get_ftm_responder_stats()
Dftm-responder.c388 !mvmvif->ap_ibss_active) { in iwl_mvm_ftm_start_responder()
Dmac-ctxt.c727 mvmvif->ap_ibss_active) in iwl_mvm_go_iterator()
Dmvm.h328 bool ap_ibss_active; member