Lines Matching refs:ap_sta
658 struct ieee80211_sta *ap_sta) in iwl_mvm_d3_reprogram() argument
726 ret = iwl_mvm_sta_send_to_fw(mvm, ap_sta, false, 0); in iwl_mvm_d3_reprogram()
729 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta); in iwl_mvm_d3_reprogram()
848 struct ieee80211_sta *ap_sta) in iwl_mvm_get_wowlan_config() argument
851 struct iwl_mvm_sta *mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_get_wowlan_config()
856 ap_sta->ht_cap.ht_supported; in iwl_mvm_get_wowlan_config()
918 struct ieee80211_sta *ap_sta; in iwl_mvm_iter_d0i3_ap_keys() local
922 ap_sta = rcu_dereference(mvm->fw_id_to_mac_id[mvm->d0i3_ap_sta_id]); in iwl_mvm_iter_d0i3_ap_keys()
923 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_iter_d0i3_ap_keys()
1027 struct ieee80211_sta *ap_sta) in iwl_mvm_wowlan_config() argument
1038 ret = iwl_mvm_d3_reprogram(mvm, vif, ap_sta); in iwl_mvm_wowlan_config()
1158 struct ieee80211_sta *ap_sta = NULL; in __iwl_mvm_suspend() local
1213 ap_sta = rcu_dereference_protected( in __iwl_mvm_suspend()
1216 if (IS_ERR_OR_NULL(ap_sta)) { in __iwl_mvm_suspend()
1222 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()
1226 vif, mvmvif, ap_sta); in __iwl_mvm_suspend()