Searched refs:ap_sta (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 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 [all …]
|
D | ops.c | 1339 struct ieee80211_sta *ap_sta; in iwl_mvm_set_wowlan_data() local 1347 ap_sta = rcu_dereference(mvm->fw_id_to_mac_id[iter_data->ap_sta_id]); in iwl_mvm_set_wowlan_data() 1348 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_set_wowlan_data() 1351 mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_set_wowlan_data() 1352 cmd->is_11n_connection = ap_sta->ht_cap.ht_supported; in iwl_mvm_set_wowlan_data()
|
/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 880 __func__, ev->u.ap_sta.aid, in ath6kl_wmi_connect_event_rx() 881 ev->u.ap_sta.mac_addr, in ath6kl_wmi_connect_event_rx() 882 ev->u.ap_sta.auth, in ath6kl_wmi_connect_event_rx() 883 ev->u.ap_sta.keymgmt, in ath6kl_wmi_connect_event_rx() 884 le16_to_cpu(ev->u.ap_sta.cipher), in ath6kl_wmi_connect_event_rx() 885 ev->u.ap_sta.apsd_info); in ath6kl_wmi_connect_event_rx() 888 vif, ev->u.ap_sta.aid, ev->u.ap_sta.mac_addr, in ath6kl_wmi_connect_event_rx() 889 ev->u.ap_sta.keymgmt, in ath6kl_wmi_connect_event_rx() 890 le16_to_cpu(ev->u.ap_sta.cipher), in ath6kl_wmi_connect_event_rx() 891 ev->u.ap_sta.auth, ev->assoc_req_len, in ath6kl_wmi_connect_event_rx() [all …]
|
D | wmi.h | 1538 } ap_sta; member
|
/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 2726 struct ieee80211_sta *ap_sta; in ath10k_bss_assoc() local 2736 ap_sta = ieee80211_find_sta(vif, bss_conf->bssid); in ath10k_bss_assoc() 2737 if (!ap_sta) { in ath10k_bss_assoc() 2746 ht_cap = ap_sta->ht_cap; in ath10k_bss_assoc() 2747 vht_cap = ap_sta->vht_cap; in ath10k_bss_assoc() 2749 ret = ath10k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg); in ath10k_bss_assoc()
|