Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap.h25 extern int g_wpa_username_len;
Deap.c48 int g_wpa_username_len; variable
542 if (g_wpa_username && g_wpa_username_len > 0) { in eap_peer_config_init()
543 sm->config.identity_len = g_wpa_username_len; in eap_peer_config_init()
548 os_memcpy(sm->config.identity, g_wpa_username, g_wpa_username_len); in eap_peer_config_init()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_eap_client.c1005 g_wpa_username_len = len; in esp_eap_client_set_username()
1017 g_wpa_username_len = 0; in esp_eap_client_clear_username()