Searched refs:sta_addr (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpas_glue.c | 74 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()
|
D | esp_wpas_glue.h | 36 int hostapd_send_eapol(const u8 *source, const u8 *sta_addr,
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth.h | 201 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);
|
D | ieee802_1x.c | 29 int hostapd_send_eapol(const u8 *source, const u8 *sta_addr,
|
D | wpa_auth.c | 2559 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/ |
D | wpa_common.h | 333 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, 349 const u8 *sta_addr, const u8 *bssid,
|
D | wpa_common.c | 26 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()
|