Searched refs:ap_sta_add (Results 1 – 10 of 10) sorted by relevance
/hostap-latest/tests/fuzzing/ap-mgmt/ |
D | ap-mgmt.c | 122 sta = ap_sta_add(hapd, (u8 *) "\x02\x00\x00\x00\x00\x00"); in init_hapd()
|
/hostap-latest/src/ap/ |
D | preauth_auth.c | 74 sta = ap_sta_add(hapd, ethhdr->h_source); in rsn_preauth_receive()
|
D | sta_info.h | 376 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr);
|
D | drv_callbacks.c | 344 sta = ap_sta_add(hapd, addr); in hostapd_notif_assoc() 1597 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth() 1971 sta = ap_sta_add(hapd, addr); in hostapd_event_new_sta() 2336 sta = ap_sta_add(hapd, peer); in hostapd_notif_update_dh_ie()
|
D | sta_info.c | 798 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr) in ap_sta_add() function
|
D | gas_serv.c | 61 sta = ap_sta_add(hapd, addr); in gas_dialog_create()
|
D | wpa_auth_glue.c | 1156 sta = ap_sta_add(hapd, sta_addr); in hostapd_wpa_auth_add_sta()
|
D | ieee802_11.c | 3148 sta = ap_sta_add(hapd, sa); in handle_auth() 4537 sta = ap_sta_add(hapd, origin_sta->addr); in ieee80211_ml_process_link() 5465 sta = ap_sta_add(hapd, mgmt->sa); in handle_assoc()
|
/hostap-latest/wpa_supplicant/ |
D | mesh_mpm.c | 747 sta = ap_sta_add(data, addr); in mesh_mpm_add_peer()
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 134 sta = ap_sta_add(hapd, addr); in hostapd_ctrl_iface_new_sta()
|