Lines Matching full:phase1
146 const char *phase1; in eap_wsc_init() local
184 phase1 = eap_get_config_phase1(sm); in eap_wsc_init()
185 if (phase1 == NULL) { in eap_wsc_init()
186 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not " in eap_wsc_init()
192 pos = os_strstr(phase1, "pin="); in eap_wsc_init()
206 pos = os_strstr(phase1, "pbc=1"); in eap_wsc_init()
211 pos = os_strstr(phase1, "dev_pw_id="); in eap_wsc_init()
221 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 " in eap_wsc_init()
227 pos = os_strstr(phase1, " pkhash="); in eap_wsc_init()
245 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1); in eap_wsc_init()
258 pos = os_strstr(phase1, "multi_ap="); in eap_wsc_init()