Searched refs:hostapd_data (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/ |
D | sta_info.h | 99 struct hostapd_data; 101 int ap_for_each_sta(struct hostapd_data *hapd, 102 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, 105 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta); 106 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta); 107 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta); 108 void hostapd_free_stas(struct hostapd_data *hapd); 110 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, 112 void ap_sta_no_session_timeout(struct hostapd_data *hapd, 114 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr); [all …]
|
D | hostapd.h | 19 struct hostapd_data; 32 int (*ctrl_iface_init)(struct hostapd_data *hapd); 33 void (*ctrl_iface_deinit)(struct hostapd_data *hapd); 70 struct hostapd_data { struct
|
D | ieee802_1x.h | 12 struct hostapd_data; 21 void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf,
|
D | ieee802_1x.c | 30 void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf, in ieee802_1x_receive()
|
D | wpa_auth.c | 123 struct hostapd_data *hapd = (struct hostapd_data *)esp_wifi_get_hostap_private_internal(); in wpa_auth_get_psk() 2390 struct hostapd_data *hapd = (struct hostapd_data*)esp_wifi_get_hostap_private_internal(); in wpa_ap_join()
|
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_hostap.c | 25 struct hostapd_data *hapd = NULL; in hostap_init() 31 hapd = (struct hostapd_data *)os_zalloc(sizeof(struct hostapd_data)); in hostap_init() 114 struct hostapd_data *hapd = (struct hostapd_data *)data; in hostap_deinit()
|
D | esp_wpa_main.c | 125 struct hostapd_data *hapd = (struct hostapd_data *)esp_wifi_get_hostap_private_internal(); in wpa_ap_get_wpa_ie() 137 struct hostapd_data *hapd = (struct hostapd_data *)hapd_data; in wpa_ap_rx_eapol()
|