Searched full:wpa3 (Results 1 – 10 of 10) sorted by relevance
36 bool "WPA3 Security"39 Option to use WPA3 Security for Wi-Fi connections.
28 esp.wifi.sec.wpa3:
38 wifi.build.wpa3:
49 /** WPA3-SAE security. */51 /** WPA3-SAE security with hunting-and-pecking loop. */53 /** WPA3-SAE security with hash-to-element. */55 /** WPA3-SAE security with both hunting-and-pecking loop and hash-to-element enabled. */67 /** WPA/WPA2/WPA3 PSK security. */113 /** @brief Enterprise security WPA3 suiteb types. */
19 * WPA3-SAE
384 bool "WPA3-Personal"388 Select this option to allow the device to establish a WPA3-Personal connection.
105 if (strcmp("WPA3-SAE", s) == 0) { in parse_sec_type()259 " {OPEN, WPA2-PSK, WPA2-PSK-SHA256, WPA3-SAE, WPA-PSK}" in cmd_add_network()
253 bool "WPA3 support"
61 return "WPA3-SAE-HNP"; in wifi_security_txt()63 return "WPA3-SAE-H2E"; in wifi_security_txt()65 return "WPA3-SAE-AUTO"; in wifi_security_txt()75 return "WPA/WPA2/WPA3 PSK"; in wifi_security_txt()
562 LOG_ERR("WPA3 not supported for STA mode. Enable " in esp32_wifi_connect()