Home
last modified time | relevance | path

Searched defs:pmkid (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dpmksa_cache_auth.c27 #define PMKID_HASH(pmkid) (unsigned int) ((pmkid)[0] & 0x7f) argument
28 struct rsn_pmksa_cache_entry *pmkid[PMKID_HASH_SIZE]; member
204 const u8 *pmk, size_t pmk_len, const u8 *pmkid, in pmksa_cache_auth_add()
239 pmksa_cache_auth_create_entry(const u8 *pmk, size_t pmk_len, const u8 *pmkid, in pmksa_cache_auth_create_entry()
353 const u8 *spa, const u8 *pmkid) in pmksa_cache_auth_get()
Dwpa_auth_ie.c89 const u8 *pmkid) in wpa_write_rsn_ie()
402 const u8 *pmkid = NULL; in wpa_validate_wpa_ie() local
Dpmksa_cache_auth.h18 u8 pmkid[PMKID_LEN]; member
Dwpa_auth_ie.h17 const u8 *pmkid; member
Dwpa_auth.c952 const u8 *pmk, const u8 *pmkid, bool cache_pmksa) in wpa_auth_pmksa_add_sae()
967 void wpa_auth_add_sae_pmkid(struct wpa_state_machine *sm, const u8 *pmkid) in wpa_auth_add_sae_pmkid()
1535 u8 buf[2 + RSN_SELECTOR_LEN + PMKID_LEN], *pmkid = NULL; in SM_STATE() local
Dwpa_auth_i.h63 u8 pmkid[PMKID_LEN]; member
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.h17 u8 pmkid[PMKID_LEN]; member
88 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, in pmksa_cache_get()
108 const u8 *pmkid, const u8 *kck, size_t kck_len, in pmksa_cache_add()
118 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, in pmksa_cache_set_current()
Dpmksa_cache.c108 const u8 *pmkid, const u8 *kck, size_t kck_len, in pmksa_cache_add()
306 const u8 *aa, const u8 *pmkid, in pmksa_cache_get()
414 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, in pmksa_cache_set_current()
Dwpa_ie.h23 const u8 *pmkid; member
Dwpa.c396 const u8 *pmkid) in wpa_supplicant_get_pmk()
2122 const u8 *pmkid, const u8 *bssid) in wpa_sm_set_pmk()
2310 void wpa_set_pmk(uint8_t *pmk, size_t pmk_length, const u8 *pmkid, bool cache_pmksa) in wpa_set_pmk()
2868 u8 pmkid[SHA256_MAC_LEN], prk[SHA256_MAC_LEN], pmk[SHA256_MAC_LEN]; in owe_process_assoc_resp() local
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c1041 const u8 *spa, u8 *pmkid) in rsn_pmkid_suite_b()
1073 const u8 *spa, u8 *pmkid) in rsn_pmkid_suite_b_192()
1226 u8 *pmkid, int akmp) in rsn_pmkid()
1251 int wpa_insert_pmkid(u8 *ies, size_t *ies_len, const u8 *pmkid) in wpa_insert_pmkid()
Dwpa_common.h361 const u8 *pmkid; member
376 const u8 *spa, u8 *pmkid) in rsn_pmkid_suite_b()
387 const u8 *aa, const u8 *spa, u8 *pmkid) in rsn_pmkid_suite_b_192()
Dsae.h113 u8 pmkid[SAE_PMKID_LEN]; member
Ddpp.h325 u8 pmkid[PMKID_LEN]; member
Ddpp.c5747 struct crypto_key *own_key, struct crypto_key *peer_key, u8 *pmkid) in dpp_derive_pmkid()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h114 const u8 *pmkid; member