Searched refs:ap_sta (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 605 struct ieee80211_sta *ap_sta) in iwl_mvm_d3_reprogram() argument 673 ret = iwl_mvm_sta_send_to_fw(mvm, ap_sta, false); in iwl_mvm_d3_reprogram() 676 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta); in iwl_mvm_d3_reprogram() 796 struct ieee80211_sta *ap_sta) in iwl_mvm_get_wowlan_config() argument 799 struct iwl_mvm_sta *mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_get_wowlan_config() 804 ap_sta->ht_cap.ht_supported; in iwl_mvm_get_wowlan_config() 859 struct ieee80211_sta *ap_sta) in iwl_mvm_wowlan_config() argument 874 ret = iwl_mvm_d3_reprogram(mvm, vif, ap_sta); in iwl_mvm_wowlan_config() 1029 struct ieee80211_sta *ap_sta = NULL; in __iwl_mvm_suspend() local 1082 ap_sta = rcu_dereference_protected( in __iwl_mvm_suspend() [all …]
|
D | ops.c | 980 struct ieee80211_sta *ap_sta; in iwl_mvm_disallow_offloading() local 989 ap_sta = rcu_dereference(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id]); in iwl_mvm_disallow_offloading() 990 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_disallow_offloading() 993 mvmsta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_disallow_offloading() 1065 struct ieee80211_sta *ap_sta; in iwl_mvm_set_wowlan_data() local 1073 ap_sta = rcu_dereference(mvm->fw_id_to_mac_id[iter_data->ap_sta_id]); in iwl_mvm_set_wowlan_data() 1074 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_set_wowlan_data() 1077 mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_set_wowlan_data() 1078 cmd->is_11n_connection = ap_sta->ht_cap.ht_supported; in iwl_mvm_set_wowlan_data()
|
/linux-4.1.27/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
|
/linux-4.1.27/net/mac80211/ |
D | tdls.c | 480 struct sta_info *sta, *ap_sta; in ieee80211_tdls_add_setup_cfm_ies() local 487 ap_sta = sta_info_get(sdata, ifmgd->bssid); in ieee80211_tdls_add_setup_cfm_ies() 488 if (WARN_ON_ONCE(!sta || !ap_sta)) { in ieee80211_tdls_add_setup_cfm_ies() 529 if (!ap_sta->sta.ht_cap.ht_supported && sta->sta.ht_cap.ht_supported) { in ieee80211_tdls_add_setup_cfm_ies() 544 if (band != IEEE80211_BAND_2GHZ && !ap_sta->sta.vht_cap.vht_supported && in ieee80211_tdls_add_setup_cfm_ies()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 1883 struct ieee80211_sta *ap_sta; in ath10k_bss_assoc() local 1893 ap_sta = ieee80211_find_sta(vif, bss_conf->bssid); in ath10k_bss_assoc() 1894 if (!ap_sta) { in ath10k_bss_assoc() 1903 ht_cap = ap_sta->ht_cap; in ath10k_bss_assoc() 1904 vht_cap = ap_sta->vht_cap; in ath10k_bss_assoc() 1906 ret = ath10k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg); in ath10k_bss_assoc()
|