Searched refs:wsc_registrar (Results 1 – 1 of 1) sorted by relevance
242 static struct hostapd_eap_user wsc_registrar; in hostapd_get_eap_user() local243 os_memset(&wsc_registrar, 0, sizeof(wsc_registrar)); in hostapd_get_eap_user()244 wsc_registrar.methods[0].method = eap_server_get_type( in hostapd_get_eap_user()245 "WSC", &wsc_registrar.methods[0].vendor); in hostapd_get_eap_user()246 wsc_registrar.password = (u8 *) conf->ap_pin; in hostapd_get_eap_user()247 wsc_registrar.password_len = conf->ap_pin ? in hostapd_get_eap_user()249 return &wsc_registrar; in hostapd_get_eap_user()