Lines Matching refs:eap_cfg
590 struct wifi_eap_config *eap_cfg) in hapd_get_eap_config() argument
596 memcpy(eap_cfg, &eap_config[index], sizeof(struct wifi_eap_config)); in hapd_get_eap_config()
614 struct wifi_eap_config eap_cfg; in hostapd_process_eap_user_phase1() local
627 if (hapd_get_eap_config(params, &eap_cfg)) { in hostapd_process_eap_user_phase1()
631 user->methods[0].method = eap_cfg.eap_type_phase1; in hostapd_process_eap_user_phase1()
659 struct wifi_eap_config eap_cfg; in hostapd_process_eap_user() local
662 if (hapd_get_eap_config(params, &eap_cfg)) { in hostapd_process_eap_user()
666 if (eap_cfg.phase2 != NULL) { in hostapd_process_eap_user()
670 if (eap_cfg.phase2 != NULL && !nusers) { in hostapd_process_eap_user()
699 user->methods[0].method = eap_cfg.eap_type_phase1; in hostapd_process_eap_user()
702 if (eap_cfg.phase2 != NULL) { in hostapd_process_eap_user()
703 user->methods[0].method = eap_cfg.eap_type_phase2; in hostapd_process_eap_user()