Lines Matching refs:ap_sta
714 struct ieee80211_sta *ap_sta) in iwl_mvm_d3_reprogram() argument
786 ret = iwl_mvm_sta_send_to_fw(mvm, ap_sta, false, 0); in iwl_mvm_d3_reprogram()
789 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta); in iwl_mvm_d3_reprogram()
911 struct ieee80211_sta *ap_sta) in iwl_mvm_get_wowlan_config() argument
913 struct iwl_mvm_sta *mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_get_wowlan_config()
918 ap_sta->deflink.ht_cap.ht_supported; in iwl_mvm_get_wowlan_config()
1107 struct ieee80211_sta *ap_sta) in iwl_mvm_wowlan_config() argument
1120 ret = iwl_mvm_d3_reprogram(mvm, vif, ap_sta); in iwl_mvm_wowlan_config()
1224 struct ieee80211_sta *ap_sta = NULL; in __iwl_mvm_suspend() local
1285 ap_sta = rcu_dereference_protected( in __iwl_mvm_suspend()
1288 if (IS_ERR_OR_NULL(ap_sta)) { in __iwl_mvm_suspend()
1294 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()
1298 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()