Home
last modified time | relevance | path

Searched refs:sae_pk (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.h37 struct sae_pk { struct
72 const struct sae_pk *ap_pk;
134 int *rejected_groups, const struct sae_pk *pk);
170 void sae_deinit_pk(struct sae_pk *pk);
171 struct sae_pk * sae_parse_pk(const char *val);
Dieee802_11_common.c204 wpa_s->sae_pk_elems.sae_pk = (u8*)os_zalloc(sizeof(u8)*(elem->datalen-4)); in ieee802_11_parse_vendor_specific()
205 os_memcpy(wpa_s->sae_pk_elems.sae_pk, pos+4, elem->datalen-4); in ieee802_11_parse_vendor_specific()
Dsae_pk.c650 if (!elems.fils_pk || !elems.fils_key_confirm || !elems.sae_pk) { in sae_check_confirm_pk()
665 elems.sae_pk, SAE_PK_M_LEN + AES_BLOCK_SIZE); in sae_check_confirm_pk()
668 elems.sae_pk, SAE_PK_M_LEN + AES_BLOCK_SIZE, in sae_check_confirm_pk()
Dwpa_supplicant_i.h76 u8 *sae_pk; member
Dsae.c1319 int *rejected_groups, const struct sae_pk *pk) in sae_prepare_commit_pt()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_i.h58 bool sae_pk; /* whether SAE-PK is used */ member
Dwpa_ie.c302 if (sm->sae_pk) { in wpa_gen_rsnxe()
Dwpa.c2762 sm->sae_pk = true; in wpa_sm_set_ap_rsnxe()
/hal_espressif-latest/components/wpa_supplicant/
DCMakeLists.txt182 "src/common/sae_pk.c")
/hal_espressif-latest/zephyr/esp32/
DCMakeLists.txt492 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/sae_pk.c"
/hal_espressif-latest/zephyr/esp32c2/
DCMakeLists.txt450 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/sae_pk.c"
/hal_espressif-latest/zephyr/esp32s2/
DCMakeLists.txt453 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/sae_pk.c"
/hal_espressif-latest/zephyr/esp32c3/
DCMakeLists.txt505 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/sae_pk.c"
/hal_espressif-latest/zephyr/esp32c6/
DCMakeLists.txt458 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/sae_pk.c"
/hal_espressif-latest/zephyr/esp32s3/
DCMakeLists.txt522 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/common/sae_pk.c"