Searched refs:tmp_sta (Results 1 – 7 of 7) sorted by relevance
1051 struct sta_info *tmp_sta; in ap_sta_ml_disconnect() local1058 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()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() local1811 for (tmp_sta = tmp_hapd->sta_list; tmp_sta; in ap_sta_remove_link_sta()1812 tmp_sta = tmp_sta->next) { in ap_sta_remove_link_sta()1813 if (tmp_sta == sta || in ap_sta_remove_link_sta()[all …]
1186 struct sta_info *tmp_sta; in hostapd_ml_get_assoc_sta() local1208 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()
171 struct sta_info *tmp_sta; in ieee802_1x_ml_set_sta_authorized() local178 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()
5847 struct sta_info *tmp_sta; in hostapd_ml_handle_disconnect() local5867 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()6508 struct sta_info *tmp_sta; in hostapd_ml_handle_assoc_cb() local6517 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()6519 if (tmp_sta == sta || in hostapd_ml_handle_assoc_cb()6520 tmp_sta->mld_assoc_link_id != in hostapd_ml_handle_assoc_cb()[all …]
940 struct sta_info *tmp_sta; in hostapd_notif_disassoc_mld() local949 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()
755 struct ieee80211_sta *tmp_sta = sta; in iwl_mvm_mac_tx() local789 if (tmp_sta && !sta && link_id != IEEE80211_LINK_UNSPECIFIED && in iwl_mvm_mac_tx()793 rcu_dereference(tmp_sta->link[link_id]); in iwl_mvm_mac_tx()
1852 struct iwl_mvm_int_sta tmp_sta = { in iwl_mvm_add_sta() local1860 ret = iwl_mvm_add_int_sta_common(mvm, &tmp_sta, sta->addr, in iwl_mvm_add_sta()