Lines Matching refs:ap_sta
599 struct ieee80211_sta *ap_sta) in iwl_mvm_d3_reprogram() argument
667 ret = iwl_mvm_sta_send_to_fw(mvm, ap_sta, false); in iwl_mvm_d3_reprogram()
670 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta); in iwl_mvm_d3_reprogram()
787 struct ieee80211_sta *ap_sta) in iwl_mvm_get_wowlan_config() argument
790 struct iwl_mvm_sta *mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_get_wowlan_config()
795 ap_sta->ht_cap.ht_supported; in iwl_mvm_get_wowlan_config()
850 struct ieee80211_sta *ap_sta) in iwl_mvm_wowlan_config() argument
865 ret = iwl_mvm_d3_reprogram(mvm, vif, ap_sta); in iwl_mvm_wowlan_config()
1021 struct ieee80211_sta *ap_sta = NULL; in __iwl_mvm_suspend() local
1074 ap_sta = rcu_dereference_protected( in __iwl_mvm_suspend()
1077 if (IS_ERR_OR_NULL(ap_sta)) { in __iwl_mvm_suspend()
1083 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()
1087 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()
1642 struct ieee80211_sta *ap_sta; in iwl_mvm_query_wakeup_reasons() local
1661 ap_sta = rcu_dereference_protected( in iwl_mvm_query_wakeup_reasons()
1664 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_query_wakeup_reasons()
1667 mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_query_wakeup_reasons()