Home
last modified time | relevance | path

Searched refs:ap_sta_add (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dpreauth_auth.c74 sta = ap_sta_add(hapd, ethhdr->h_source); in rsn_preauth_receive()
Dsta_info.h316 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr);
Ddrv_callbacks.c176 sta = ap_sta_add(hapd, addr); in hostapd_notif_assoc()
1071 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth()
1338 sta = ap_sta_add(hapd, addr); in hostapd_event_new_sta()
Dsta_info.c670 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr) in ap_sta_add() function
Dwpa_auth_glue.c902 sta = ap_sta_add(hapd, sta_addr); in hostapd_wpa_auth_add_sta()
Dgas_serv.c61 sta = ap_sta_add(hapd, addr); in gas_dialog_create()
Dieee802_11.c2264 sta = ap_sta_add(hapd, mgmt->sa); in handle_auth()
3805 sta = ap_sta_add(hapd, mgmt->sa); in handle_assoc()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c689 sta = ap_sta_add(data, addr); in mesh_mpm_add_peer()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c124 sta = ap_sta_add(hapd, addr); in hostapd_ctrl_iface_new_sta()