Searched refs:ap_sta_add (Results 1 - 18 of 18) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | preauth_auth.c | 74 sta = ap_sta_add(hapd, ethhdr->h_source); in rsn_preauth_receive()
|
H A D | sta_info.h | 371 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr);
|
H A D | drv_callbacks.c | 227 sta = ap_sta_add(hapd, addr); in hostapd_notif_assoc() 1314 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth() 1579 sta = ap_sta_add(hapd, addr); in hostapd_event_new_sta() 1882 sta = ap_sta_add(hapd, peer); in hostapd_notif_update_dh_ie()
|
H A D | gas_serv.c | 61 sta = ap_sta_add(hapd, addr); in gas_dialog_create()
|
H A D | sta_info.c | 723 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr) in ap_sta_add() function
|
H A D | wpa_auth_glue.c | 1078 sta = ap_sta_add(hapd, sta_addr); in hostapd_wpa_auth_add_sta()
|
H A D | ieee802_11.c | 3823 sta = ap_sta_add(hapd, mgmt->sa); in handle_auth() 3825 wpa_printf(MSG_DEBUG, "ap_sta_add() failed"); in handle_auth() 5576 sta = ap_sta_add(hapd, mgmt->sa); in handle_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | preauth_auth.c | 74 sta = ap_sta_add(hapd, ethhdr->h_source); in rsn_preauth_receive()
|
H A D | sta_info.h | 324 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr);
|
H A D | drv_callbacks.c | 189 sta = ap_sta_add(hapd, addr); in hostapd_notif_assoc() 1098 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth() 1365 sta = ap_sta_add(hapd, addr); in hostapd_event_new_sta() 1650 sta = ap_sta_add(hapd, peer); in hostapd_notif_update_dh_ie()
|
H A D | sta_info.c | 671 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr) in ap_sta_add() function
|
H A D | wpa_auth_glue.c | 906 sta = ap_sta_add(hapd, sta_addr); in hostapd_wpa_auth_add_sta()
|
H A D | gas_serv.c | 61 sta = ap_sta_add(hapd, addr); in gas_dialog_create()
|
H A D | ieee802_11.c | 2269 sta = ap_sta_add(hapd, mgmt->sa); in handle_auth() 2271 wpa_printf(MSG_DEBUG, "ap_sta_add() failed"); in handle_auth() 3970 sta = ap_sta_add(hapd, mgmt->sa); in handle_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_mpm.c | 714 sta = ap_sta_add(data, addr); in mesh_mpm_add_peer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_mpm.c | 729 sta = ap_sta_add(data, addr); in mesh_mpm_add_peer()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 124 sta = ap_sta_add(hapd, addr); in hostapd_ctrl_iface_new_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 128 sta = ap_sta_add(hapd, addr); in hostapd_ctrl_iface_new_sta()
|
Completed in 46 milliseconds