Lines Matching refs:ap_sta
496 struct ieee80211_sta *ap_sta) in iwl_mvm_d3_reprogram() argument
568 ret = iwl_mvm_sta_send_to_fw(mvm, ap_sta, false, 0); in iwl_mvm_d3_reprogram()
571 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta); in iwl_mvm_d3_reprogram()
693 struct ieee80211_sta *ap_sta) in iwl_mvm_get_wowlan_config() argument
696 struct iwl_mvm_sta *mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_get_wowlan_config()
701 ap_sta->ht_cap.ht_supported; in iwl_mvm_get_wowlan_config()
906 struct ieee80211_sta *ap_sta) in iwl_mvm_wowlan_config() argument
919 ret = iwl_mvm_d3_reprogram(mvm, vif, ap_sta); in iwl_mvm_wowlan_config()
1037 struct ieee80211_sta *ap_sta = NULL; in __iwl_mvm_suspend() local
1096 ap_sta = rcu_dereference_protected( in __iwl_mvm_suspend()
1099 if (IS_ERR_OR_NULL(ap_sta)) { in __iwl_mvm_suspend()
1105 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()
1109 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()