Searched refs:eap_config (Results 1 – 1 of 1) sorted by relevance
500 static struct wifi_eap_config eap_config[] = { variable852 for (index = 0; index < ARRAY_SIZE(eap_config); index++) { in wpas_add_and_config_network()853 if (params->security == eap_config[index].type) { in wpas_add_and_config_network()854 method = eap_config[index].method; in wpas_add_and_config_network()855 phase2 = eap_config[index].phase2; in wpas_add_and_config_network()860 if (index == ARRAY_SIZE(eap_config)) { in wpas_add_and_config_network()
Completed in 6 milliseconds