Lines Matching refs:ap_sta
605 struct ieee80211_sta *ap_sta) in iwl_mvm_d3_reprogram() argument
673 ret = iwl_mvm_sta_send_to_fw(mvm, ap_sta, false); in iwl_mvm_d3_reprogram()
676 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta); in iwl_mvm_d3_reprogram()
796 struct ieee80211_sta *ap_sta) in iwl_mvm_get_wowlan_config() argument
799 struct iwl_mvm_sta *mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_get_wowlan_config()
804 ap_sta->ht_cap.ht_supported; in iwl_mvm_get_wowlan_config()
859 struct ieee80211_sta *ap_sta) in iwl_mvm_wowlan_config() argument
874 ret = iwl_mvm_d3_reprogram(mvm, vif, ap_sta); in iwl_mvm_wowlan_config()
1029 struct ieee80211_sta *ap_sta = NULL; in __iwl_mvm_suspend() local
1082 ap_sta = rcu_dereference_protected( in __iwl_mvm_suspend()
1085 if (IS_ERR_OR_NULL(ap_sta)) { in __iwl_mvm_suspend()
1091 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()
1095 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()
1639 struct ieee80211_sta *ap_sta; in iwl_mvm_query_wakeup_reasons() local
1658 ap_sta = rcu_dereference_protected( in iwl_mvm_query_wakeup_reasons()
1661 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_query_wakeup_reasons()
1664 mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_query_wakeup_reasons()