Searched refs:eap_cfg (Results 1 – 1 of 1) sorted by relevance
590 struct wifi_eap_config *eap_cfg) in hapd_get_eap_config() argument596 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() local627 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() local662 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()[all …]