Searched refs:sta_track_get (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | beacon.c | 750 static struct hostapd_sta_info * sta_track_get(struct hostapd_iface *iface, in sta_track_get() function 767 info = sta_track_get(iface, addr); in sta_track_add() 815 if (hapd && sta_track_get(iface, addr)) in sta_track_seen_on() 829 info = sta_track_get(iface, addr); in sta_track_claim_taxonomy_info() 970 } else if ((info = sta_track_get(hapd->iface, in handle_probe_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | beacon.c | 640 static struct hostapd_sta_info * sta_track_get(struct hostapd_iface *iface, in sta_track_get() function 657 info = sta_track_get(iface, addr); in sta_track_add() 705 if (hapd && sta_track_get(iface, addr)) in sta_track_seen_on() 719 info = sta_track_get(iface, addr); in sta_track_claim_taxonomy_info() 862 } else if ((info = sta_track_get(hapd->iface, in handle_probe_req()
|
Completed in 5 milliseconds