Home
last modified time | relevance | path

Searched defs:hapd (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c64 static int wps_stop_registrar(struct hostapd_data *hapd, void *ctx) in wps_stop_registrar()
73 void hostapd_wps_eap_completed(struct hostapd_data *hapd) in hostapd_wps_eap_completed()
81 struct hostapd_data *hapd = ctx; in hostapd_wps_reg_success_cb() local
100 struct hostapd_data *hapd = eloop_data; in hostapd_wps_reenable_ap_pin() local
113 static void hostapd_pwd_auth_fail(struct hostapd_data *hapd, in hostapd_pwd_auth_fail()
130 static int wps_ap_pin_success(struct hostapd_data *hapd, void *ctx) in wps_ap_pin_success()
147 static void hostapd_wps_event_pbc_overlap(struct hostapd_data *hapd) in hostapd_wps_event_pbc_overlap()
156 static void hostapd_wps_event_pbc_timeout(struct hostapd_data *hapd) in hostapd_wps_event_pbc_timeout()
163 static void hostapd_wps_event_pin_timeout(struct hostapd_data *hapd) in hostapd_wps_event_pin_timeout()
168 static void hostapd_wps_event_pbc_disable(struct hostapd_data *hapd) in hostapd_wps_event_pbc_disable()
[all …]
Dsta_info.c26 int ap_for_each_sta(struct hostapd_data *hapd, in ap_for_each_sta()
27 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
42 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
53 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del()
73 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add()
80 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del()
101 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta) in ap_free_sta()
131 void hostapd_free_stas(struct hostapd_data *hapd) in hostapd_free_stas()
147 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr) in ap_sta_add()
198 void ap_sta_delayed_1x_auth_fail_disconnect(struct hostapd_data *hapd, in ap_sta_delayed_1x_auth_fail_disconnect()
[all …]
Dwps_hostapd.h36 static inline int hostapd_init_wps(struct hostapd_data *hapd, struct wps_data *wps_data, struct wps… in hostapd_init_wps()
41 static inline void hostapd_deinit_wps(struct hostapd_data *hapd) in hostapd_deinit_wps()
45 static inline int hostapd_init_wps_complete(struct hostapd_data *hapd) in hostapd_init_wps_complete()
50 static inline void hostapd_update_wps(struct hostapd_data *hapd) in hostapd_update_wps()
54 static inline void hostapd_wps_eap_completed(struct hostapd_data *hapd) in hostapd_wps_eap_completed()
58 static inline int hostapd_wps_get_mib_sta(struct hostapd_data *hapd, in hostapd_wps_get_mib_sta()
65 static inline int hostapd_wps_button_pushed(struct hostapd_data *hapd, in hostapd_wps_button_pushed()
71 static inline int hostapd_wps_cancel(struct hostapd_data *hapd) in hostapd_wps_cancel()
Dieee802_11.c34 static const char * sae_get_password(struct hostapd_data *hapd, in sae_get_password()
55 static struct wpabuf *auth_build_sae_commit(struct hostapd_data *hapd, in auth_build_sae_commit()
111 static struct wpabuf *auth_build_sae_confirm(struct hostapd_data *hapd, in auth_build_sae_confirm()
130 static int auth_sae_send_commit(struct hostapd_data *hapd, in auth_sae_send_commit()
166 static int auth_sae_send_confirm(struct hostapd_data *hapd, in auth_sae_send_confirm()
193 static int use_sae_anti_clogging(struct hostapd_data *hapd) in use_sae_anti_clogging()
225 static int sae_check_big_sync(struct hostapd_data *hapd, struct sta_info *sta) in sae_check_big_sync()
236 void sae_accept_sta(struct hostapd_data *hapd, struct sta_info *sta) in sae_accept_sta()
251 static int sae_sm_step(struct hostapd_data *hapd, struct sta_info *sta, in sae_sm_step()
390 static int sae_status_success(struct hostapd_data *hapd, u16 status_code) in sae_status_success()
[all …]
Dieee802_1x.c36 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send()
65 static void handle_eap_response(struct hostapd_data *hapd, in handle_eap_response()
92 static void handle_eap(struct hostapd_data *hapd, struct sta_info *sta, in handle_eap()
132 ieee802_1x_alloc_eapol_sm(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_alloc_eapol_sm()
154 void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf, in ieee802_1x_receive()
282 void ieee802_1x_free_station(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_free_station()
329 struct hostapd_data *hapd = ctx; in ieee802_1x_aaa_send() local
340 struct hostapd_data *hapd = ctx; in _ieee802_1x_finished() local
350 struct hostapd_data *hapd = ctx; in ieee802_1x_get_eap_user() local
388 struct hostapd_data *hapd = ctx; in ieee802_1x_sta_entry_alive() local
[all …]
Deap_user_db.c135 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, in eap_user_sqlite_get()
232 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, in hostapd_get_eap_user()
Dwpa_auth.c128 struct hostapd_data *hapd = (struct hostapd_data *)esp_wifi_get_hostap_private_internal(); in wpa_auth_get_psk() local
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c44 struct hostapd_data *hapd = NULL; in hostap_init() local
194 void hostapd_cleanup(struct hostapd_data *hapd) in hostapd_cleanup()
238 struct hostapd_data *hapd = (struct hostapd_data *)data; in hostap_deinit() local
263 int esp_wifi_build_rsnxe(struct hostapd_data *hapd, u8 *eid, size_t len) in esp_wifi_build_rsnxe()
292 u16 esp_send_assoc_resp(struct hostapd_data *hapd, const u8 *addr, in esp_send_assoc_resp()
356 struct hostapd_data *hapd = (struct hostapd_data*)esp_wifi_get_hostap_private_internal(); in hostap_new_assoc_sta() local
418 struct hostapd_data *hapd = (struct hostapd_data *) ctx; in ap_free_sta_timeout() local
432 struct hostapd_data *hapd = hostapd_get_hapd_data(); in wpa_ap_remove() local
Desp_wpa3.c452 struct hostapd_data *hapd = (struct hostapd_data *)esp_wifi_get_hostap_private_internal(); in wpa3_process_rx_commit() local
505 struct hostapd_data *hapd = (struct hostapd_data *)esp_wifi_get_hostap_private_internal(); in wpa3_process_rx_confirm() local
623 struct hostapd_data *hapd = (struct hostapd_data *)data; in wpa3_hostap_auth_init() local
640 struct hostapd_data *hapd = (struct hostapd_data *)esp_wifi_get_hostap_private_internal(); in wpa3_hostap_handle_auth() local
673 int esp_send_sae_auth_reply(struct hostapd_data *hapd, in esp_send_sae_auth_reply()
Desp_wpa_main.c143 struct hostapd_data *hapd = (struct hostapd_data *)esp_wifi_get_hostap_private_internal(); in wpa_ap_get_wpa_ie() local
155 struct hostapd_data *hapd = (struct hostapd_data *)hapd_data; in wpa_ap_rx_eapol() local
290 static int check_n_add_wps_sta(struct hostapd_data *hapd, struct sta_info *sta_info, u8 *ies, u8 ie… in check_n_add_wps_sta()
325 struct hostapd_data *hapd = hostapd_get_hapd_data(); in hostap_sta_join() local
Desp_hostpad_wps.c43 struct hostapd_data *hapd = hostapd_get_hapd_data(); in wifi_ap_wps_init() local