Searched defs:ap_get_sta (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dlink_test.c21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dlink_test.c21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c59 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
438 sta = ap_get_sta(hapd, addr);
503 sta2 = ap_get_sta(bss, sta->addr);
840 sta = ap_get_sta(hapd, addr);
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c59 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
438 sta = ap_get_sta(hapd, addr);
503 sta2 = ap_get_sta(bss, sta->addr);
840 sta = ap_get_sta(hapd, addr);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c59 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
438 sta = ap_get_sta(hapd, addr);
503 sta2 = ap_get_sta(bss, sta->addr);
840 sta = ap_get_sta(hapd, addr);

Completed in 74 milliseconds