Searched refs:g_wpa_username (Results 1 – 3 of 3) sorted by relevance
994 if (g_wpa_username) { in esp_eap_client_set_username()995 os_free(g_wpa_username); in esp_eap_client_set_username()996 g_wpa_username = NULL; in esp_eap_client_set_username()999 g_wpa_username = (u8 *)os_zalloc(len); in esp_eap_client_set_username()1000 if (g_wpa_username == NULL) { in esp_eap_client_set_username()1004 os_memcpy(g_wpa_username, username, len); in esp_eap_client_set_username()1012 if (g_wpa_username) { in esp_eap_client_clear_username()1013 os_free(g_wpa_username); in esp_eap_client_clear_username()1016 g_wpa_username = NULL; in esp_eap_client_clear_username()
24 extern u8 *g_wpa_username;
47 u8 *g_wpa_username; variable542 if (g_wpa_username && g_wpa_username_len > 0) { in eap_peer_config_init()548 os_memcpy(sm->config.identity, g_wpa_username, g_wpa_username_len); in eap_peer_config_init()608 if (g_wpa_username) { in eap_peer_config_init()