Home
last modified time | relevance | path

Searched refs:sta_addr (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpas_glue.c74 int hostapd_send_eapol(const u8 *source, const u8 *sta_addr, in hostapd_send_eapol() argument
85 memcpy(eth->h_dest, sta_addr, ETH_ALEN); in hostapd_send_eapol()
Desp_wpas_glue.h36 int hostapd_send_eapol(const u8 *source, const u8 *sta_addr,
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.h201 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr);
204 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
266 const u8 *pmk, size_t len, const u8 *sta_addr,
301 const u8 *sta_addr);
Dieee802_1x.c29 int hostapd_send_eapol(const u8 *source, const u8 *sta_addr,
Dwpa_auth.c2559 const u8 *sta_addr) in wpa_auth_pmksa_remove() argument
2565 pmksa = pmksa_cache_auth_get(wpa_auth->pmksa, sta_addr, NULL); in wpa_auth_pmksa_remove()
2568 MACSTR " based on request", MAC2STR(sta_addr)); in wpa_auth_pmksa_remove()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h333 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr,
349 const u8 *sta_addr, const u8 *bssid,
Dwpa_common.c26 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, in wpa_ft_mic() argument
48 os_memcpy(pos, sta_addr, ETH_ALEN); in wpa_ft_mic()
773 const u8 *sta_addr, const u8 *bssid, in wpa_pmk_r1_to_ptk() argument
795 os_memcpy(pos, sta_addr, ETH_ALEN); in wpa_pmk_r1_to_ptk()
819 addr[5] = sta_addr; in wpa_pmk_r1_to_ptk()