Searched refs:hostapd_add_sta_node (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.h | 118 int hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr,
|
H A D | ap_drv_ops.c | 347 int hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, in hostapd_add_sta_node() function
|
H A D | wpa_auth_glue.c | 903 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0) in hostapd_wpa_auth_add_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.h | 121 int hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr,
|
H A D | ap_drv_ops.c | 351 int hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, in hostapd_add_sta_node() function
|
H A D | wpa_auth_glue.c | 1067 ret = hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT); in hostapd_wpa_auth_add_sta() 1070 * The expected return values from hostapd_add_sta_node() are in hostapd_wpa_auth_add_sta()
|
Completed in 12 milliseconds