Lines Matching refs:ap_sta
473 struct ieee80211_sta *ap_sta) in iwl_mvm_d3_reprogram() argument
545 ret = iwl_mvm_sta_send_to_fw(mvm, ap_sta, false, 0); in iwl_mvm_d3_reprogram()
548 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta); in iwl_mvm_d3_reprogram()
670 struct ieee80211_sta *ap_sta) in iwl_mvm_get_wowlan_config() argument
673 struct iwl_mvm_sta *mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_get_wowlan_config()
678 ap_sta->ht_cap.ht_supported; in iwl_mvm_get_wowlan_config()
828 struct ieee80211_sta *ap_sta) in iwl_mvm_wowlan_config() argument
841 ret = iwl_mvm_d3_reprogram(mvm, vif, ap_sta); in iwl_mvm_wowlan_config()
961 struct ieee80211_sta *ap_sta = NULL; in __iwl_mvm_suspend() local
1018 ap_sta = rcu_dereference_protected( in __iwl_mvm_suspend()
1021 if (IS_ERR_OR_NULL(ap_sta)) { in __iwl_mvm_suspend()
1027 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()
1031 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()