Home
last modified time | relevance | path

Searched refs:ap_get_sta_p2p (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h362 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr);
H A Dsta_info.c81 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr) in ap_get_sta_p2p() function
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c8970 sta = ap_get_sta_p2p(hapd, peer); in wpas_p2p_remove_client_go()