Searched refs:primary_conf (Results 1 – 2 of 2) sorted by relevance
741 struct ieee80211_bss_conf *primary_conf; in iwl_mvm_get_esr_grade() local756 primary_conf = wiphy_dereference(wiphy, vif->link_conf[*primary_id]); in iwl_mvm_get_esr_grade()758 if (WARN_ON_ONCE(!primary_conf)) in iwl_mvm_get_esr_grade()761 primary_load = iwl_mvm_get_chan_load(primary_conf); in iwl_mvm_get_esr_grade()
918 struct ieee80211_bss_conf *primary_conf; in iwl_mld_get_emlsr_grade() local933 primary_conf = wiphy_dereference(wiphy, vif->link_conf[*primary_id]); in iwl_mld_get_emlsr_grade()935 if (WARN_ON_ONCE(!primary_conf)) in iwl_mld_get_emlsr_grade()938 primary_load = iwl_mld_get_chan_load(mld, primary_conf); in iwl_mld_get_emlsr_grade()
Completed in 9 milliseconds