Lines Matching refs:phase2
397 if (conf->eap_user->next && conf->eap_user->next->phase2) { in wpas_key_mgmt_to_zephyr()
408 if (conf->eap_user->next && conf->eap_user->next->phase2) { in wpas_key_mgmt_to_zephyr()
420 if (!os_memcmp(ssid->eap.phase2, "auth=MSCHAPV2", in wpas_key_mgmt_to_zephyr()
421 os_strlen(ssid->eap.phase2))) { in wpas_key_mgmt_to_zephyr()
425 if (!os_memcmp(ssid->eap.phase2, "auth=MSCHAPV2", in wpas_key_mgmt_to_zephyr()
426 os_strlen(ssid->eap.phase2))) { in wpas_key_mgmt_to_zephyr()
428 } else if (!os_memcmp(ssid->eap.phase2, "auth=GTC", in wpas_key_mgmt_to_zephyr()
429 os_strlen(ssid->eap.phase2))) { in wpas_key_mgmt_to_zephyr()
431 } else if (!os_memcmp(ssid->eap.phase2, "auth=TLS", in wpas_key_mgmt_to_zephyr()
432 os_strlen(ssid->eap.phase2))) { in wpas_key_mgmt_to_zephyr()
733 if (eap_cfg.phase2 != NULL) { in hostapd_process_eap_user()
737 if (eap_cfg.phase2 != NULL && !nusers) { in hostapd_process_eap_user()
769 if (eap_cfg.phase2 != NULL) { in hostapd_process_eap_user()
780 user->phase2 = 1; in hostapd_process_eap_user()
930 char *phase2 = NULL; in wpas_add_and_config_network() local
1135 phase2 = eap_config[index].phase2; in wpas_add_and_config_network()
1210 if (phase2 != NULL) { in wpas_add_and_config_network()
1212 phase2)) { in wpas_add_and_config_network()