Searched refs:sae_pk_mode (Results 1 – 2 of 2) sorted by relevance
48 uint8_t sae_pk_mode = esp_wifi_sta_get_config_sae_pk_internal(); in wpa3_build_sae_commit() local51 sae_pk_mode != WPA3_SAE_PK_MODE_DISABLED && in wpa3_build_sae_commit()57 if (sae_pk_mode == WPA3_SAE_PK_MODE_ONLY && !use_pk) { in wpa3_build_sae_commit()69 || (use_pk && sae_pk_mode == WPA3_SAE_PK_MODE_ONLY) in wpa3_build_sae_commit()
337 …wifi_sae_pk_mode_t sae_pk_mode; /**< Configuration for SAE-PK (Public Key) Authenticatio… member