Searched refs:wsc_registrar (Results 1 – 1 of 1) sorted by relevance
250 static struct hostapd_eap_user wsc_registrar; in hostapd_get_eap_user() local251 os_memset(&wsc_registrar, 0, sizeof(wsc_registrar)); in hostapd_get_eap_user()252 wsc_registrar.methods[0].method = eap_server_get_type( in hostapd_get_eap_user()253 "WSC", &wsc_registrar.methods[0].vendor); in hostapd_get_eap_user()254 wsc_registrar.password = (u8 *) conf->ap_pin; in hostapd_get_eap_user()255 wsc_registrar.password_len = conf->ap_pin ? in hostapd_get_eap_user()257 return &wsc_registrar; in hostapd_get_eap_user()