Home
last modified time | relevance | path

Searched refs:tmp_sta (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.c1051 struct sta_info *tmp_sta; in ap_sta_ml_disconnect() local
1058 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in ap_sta_ml_disconnect()
1059 tmp_sta = tmp_sta->next) { in ap_sta_ml_disconnect()
1067 if (tmp_sta == assoc_sta) in ap_sta_ml_disconnect()
1070 if (tmp_sta->mld_assoc_link_id != in ap_sta_ml_disconnect()
1072 tmp_sta->aid != assoc_sta->aid) in ap_sta_ml_disconnect()
1077 tmp_sta, in ap_sta_ml_disconnect()
1081 tmp_sta, in ap_sta_ml_disconnect()
1806 struct sta_info *tmp_sta; in ap_sta_remove_link_sta() local
1811 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in ap_sta_remove_link_sta()
[all …]
H A Dieee802_11_shared.c1186 struct sta_info *tmp_sta; in hostapd_ml_get_assoc_sta() local
1208 for (tmp_sta = other_hapd->sta_list; tmp_sta; tmp_sta = tmp_sta->next) { in hostapd_ml_get_assoc_sta()
1209 if (tmp_sta->mld_assoc_link_id == sta->mld_assoc_link_id && in hostapd_ml_get_assoc_sta()
1210 tmp_sta->aid == sta->aid) { in hostapd_ml_get_assoc_sta()
1212 return tmp_sta; in hostapd_ml_get_assoc_sta()
H A Dieee802_1x.c171 struct sta_info *tmp_sta; in ieee802_1x_ml_set_sta_authorized() local
178 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in ieee802_1x_ml_set_sta_authorized()
179 tmp_sta = tmp_sta->next) { in ieee802_1x_ml_set_sta_authorized()
180 if (tmp_sta == sta || in ieee802_1x_ml_set_sta_authorized()
181 tmp_sta->mld_assoc_link_id != in ieee802_1x_ml_set_sta_authorized()
183 tmp_sta->aid != sta->aid) in ieee802_1x_ml_set_sta_authorized()
186 ieee802_1x_set_authorized(tmp_hapd, tmp_sta, in ieee802_1x_ml_set_sta_authorized()
H A Dieee802_11.c5847 struct sta_info *tmp_sta; in hostapd_ml_handle_disconnect() local
5867 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in hostapd_ml_handle_disconnect()
5868 tmp_sta = tmp_sta->next) { in hostapd_ml_handle_disconnect()
5869 if (tmp_sta->mld_assoc_link_id != in hostapd_ml_handle_disconnect()
5871 tmp_sta->aid != assoc_sta->aid) in hostapd_ml_handle_disconnect()
5875 hostapd_deauth_sta(tmp_hapd, tmp_sta, mgmt); in hostapd_ml_handle_disconnect()
5877 hostapd_disassoc_sta(tmp_hapd, tmp_sta, mgmt); in hostapd_ml_handle_disconnect()
6508 struct sta_info *tmp_sta; in hostapd_ml_handle_assoc_cb() local
6517 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in hostapd_ml_handle_assoc_cb()
6518 tmp_sta = tmp_sta->next) { in hostapd_ml_handle_assoc_cb()
[all …]
H A Ddrv_callbacks.c940 struct sta_info *tmp_sta; in hostapd_notif_disassoc_mld() local
949 tmp_sta = ap_get_sta(tmp_hapd, addr); in hostapd_notif_disassoc_mld()
950 if (tmp_sta) in hostapd_notif_disassoc_mld()
951 ap_free_sta(tmp_hapd, tmp_sta); in hostapd_notif_disassoc_mld()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c830 struct ieee80211_sta *tmp_sta = sta; in iwl_mvm_mac_itxq_xmit()
864 if (tmp_sta && !sta && link_id != IEEE80211_LINK_UNSPECIFIED && in iwl_mvm_mac_itxq_xmit()
868 rcu_dereference(tmp_sta->link[link_id]); in iwl_mvm_mac_wake_tx_queue()
755 struct ieee80211_sta *tmp_sta = sta; iwl_mvm_mac_tx() local
H A Dsta.c1878 struct iwl_mvm_int_sta tmp_sta = { in iwl_mvm_add_sta()
1886 ret = iwl_mvm_add_int_sta_common(mvm, &tmp_sta, sta->addr, in iwl_mvm_add_sta()
1852 struct iwl_mvm_int_sta tmp_sta = { iwl_mvm_add_sta() local