Home
last modified time | relevance | path

Searched defs:sta (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dsta_info.c27 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
31 struct sta_info *sta; in ap_for_each_sta() local
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()
133 struct sta_info *sta, *prev; in hostapd_free_stas() local
149 struct sta_info *sta; in ap_sta_add() local
186 struct sta_info *sta = timeout_ctx; in ap_sta_delayed_1x_auth_fail_cb() local
[all …]
Dieee802_1x.c36 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send()
66 struct sta_info *sta, struct eap_hdr *eap, 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()
157 struct sta_info *sta; in ieee802_1x_receive() local
282 void ieee802_1x_free_station(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_free_station()
298 struct sta_info *sta = sta_ctx; in ieee802_1x_eapol_send() local
330 struct sta_info *sta = sta_ctx; in ieee802_1x_aaa_send() local
341 struct sta_info *sta = sta_ctx; in _ieee802_1x_finished() local
389 struct sta_info *sta; in ieee802_1x_sta_entry_alive() local
[all …]
Dieee802_11.c24 static void sae_set_state(struct sta_info *sta, enum sae_state state, in sae_set_state()
35 struct sta_info *sta, in sae_get_password()
56 struct sta_info *sta, int update, int status_code) in auth_build_sae_commit()
112 struct sta_info *sta) in auth_build_sae_confirm()
131 struct sta_info *sta, in auth_sae_send_commit()
167 struct sta_info *sta, in auth_sae_send_confirm()
195 struct sta_info *sta; in use_sae_anti_clogging() local
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()
[all …]
Dsta_info.h125 static inline int ap_sta_is_authorized(struct sta_info *sta) in ap_sta_is_authorized()
Dwps_hostapd.c326 struct sta_info *sta, void *ctx) in ap_sta_server_sm_deinit()
Dhostapd.h106 #define STA_HASH(sta) (sta[5] & 0xf) argument
Dwpa_auth.c135 struct sta_info *sta = ap_get_sta(hapd, addr); in wpa_auth_get_psk() local
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c352 bool hostap_new_assoc_sta(struct sta_info *sta, uint8_t *bssid, uint8_t *wpa_ie, in hostap_new_assoc_sta()
420 struct sta_info *sta = ap_get_sta(hapd, addr); in ap_free_sta_timeout() local
437 struct sta_info *sta = ap_get_sta(hapd, bssid); in wpa_ap_remove() local
Desp_wpa_main.c156 struct sta_info *sta = (struct sta_info *)sm_data; in wpa_ap_rx_eapol() local
177 struct sta_info *sta = sm_data; in wpa_ap_get_peer_spp_msg() local
322 static bool hostap_sta_join(void **sta, u8 *bssid, u8 *wpa_ie, u8 wpa_ie_len, u8 *rsnxe, u8 rsnxe_l… in hostap_sta_join()
Desp_wpa3.c453 struct sta_info *sta = NULL; in wpa3_process_rx_commit() local
506 struct sta_info *sta = NULL; in wpa3_process_rx_confirm() local
644 struct sta_info *sta = ap_get_sta(hapd, bssid); in wpa3_hostap_handle_auth() local
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_ap_get_sta_list.h21 esp_netif_pair_mac_ip_t sta[ESP_WIFI_MAX_CONN_NUM]; /**< Connected stations */ member
Desp_wifi_types.h371 wifi_sta_config_t sta; /**< configuration of STA */ member
398 wifi_sta_info_t sta[ESP_WIFI_MAX_CONN_NUM]; /**< station list */ member
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm_i.h169 void *sta; /* station context pointer to use in callbacks */ member
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c1039 esp_err_t esp_wifi_ap_get_sta_list(wifi_sta_list_t *sta) in esp_wifi_ap_get_sta_list()