Searched refs:eap_cfg (Results 1 – 1 of 1) sorted by relevance
657 struct wifi_eap_config *eap_cfg) in hapd_get_eap_config() argument663 memcpy(eap_cfg, &eap_config[index], sizeof(struct wifi_eap_config)); in hapd_get_eap_config()681 struct wifi_eap_config eap_cfg; in hostapd_process_eap_user_phase1() local694 if (hapd_get_eap_config(params, &eap_cfg)) { in hostapd_process_eap_user_phase1()698 user->methods[0].method = eap_cfg.eap_type_phase1; in hostapd_process_eap_user_phase1()726 struct wifi_eap_config eap_cfg; in hostapd_process_eap_user() local729 if (hapd_get_eap_config(params, &eap_cfg)) { in hostapd_process_eap_user()733 if (eap_cfg.phase2 != NULL) { in hostapd_process_eap_user()737 if (eap_cfg.phase2 != NULL && !nusers) { in hostapd_process_eap_user()766 user->methods[0].method = eap_cfg.eap_type_phase1; in hostapd_process_eap_user()[all …]