Home
last modified time | relevance | path

Searched refs:MAX_WPS_AP_CRED (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_attr_parse.h88 #define MAX_CRED_COUNT MAX_WPS_AP_CRED
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h977 #define MAX_WPS_AP_CRED 3 macro
985 … } ap_cred[MAX_WPS_AP_CRED]; /**< All AP credentials received from WPS handshake */
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c1330 for (i = 0; i < MAX_WPS_AP_CRED; i++) { in wifi_station_wps_success_internal()