Home
last modified time | relevance | path

Searched refs:eap_cfg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-4.1.0/modules/hostap/src/
Dsupp_api.c657 struct wifi_eap_config *eap_cfg) in hapd_get_eap_config() argument
663 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() local
694 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() local
729 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 …]