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

/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.c63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
562 sta = ap_get_sta(hapd, addr);
635 sta2 = ap_get_sta(bss, sta->addr);
1011 sta = ap_get_sta(hapd, addr);
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
562 sta = ap_get_sta(hapd, addr);
635 sta2 = ap_get_sta(bss, sta->addr);
1011 sta = ap_get_sta(hapd, addr);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) function
562 sta = ap_get_sta(hapd, addr);
635 sta2 = ap_get_sta(bss, sta->addr);
1011 sta = ap_get_sta(hapd, addr);

Completed in 118 milliseconds