Lines Matching refs:addr
47 while (s != NULL && os_memcmp(s->addr, sta, 6) != 0) in ap_get_sta()
67 "list.", MAC2STR(sta->addr)); in ap_sta_list_del()
75 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()
76 hapd->sta_hash[STA_HASH(sta->addr)] = sta; in ap_sta_hash_add()
84 s = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_del()
86 if (os_memcmp(s->addr, sta->addr, 6) == 0) { in ap_sta_hash_del()
87 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()
92 os_memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0) in ap_sta_hash_del()
98 " from hash table", MAC2STR(sta->addr)); in ap_sta_hash_del()
141 MAC2STR(prev->addr)); in hostapd_free_stas()
147 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr) in ap_sta_add() argument
151 sta = ap_get_sta(hapd, addr); in ap_sta_add()
170 os_memcpy(sta->addr, addr, ETH_ALEN); in ap_sta_add()
191 " after EAP-Failure", MAC2STR(sta->addr)); in ap_sta_delayed_1x_auth_fail_cb()
194 esp_wifi_ap_deauth_internal(sta->addr, reason); in ap_sta_delayed_1x_auth_fail_cb()
203 " after EAP-Failure in 10 ms", MAC2STR(sta->addr)); in ap_sta_delayed_1x_auth_fail_disconnect()