Searched refs:wsc_registrar (Results 1 – 1 of 1) sorted by relevance
594 static struct hostapd_eap_user wsc_registrar; in hostapd_get_eap_user() local595 os_memset(&wsc_registrar, 0, sizeof(wsc_registrar)); in hostapd_get_eap_user()596 wsc_registrar.methods[0].method = eap_server_get_type( in hostapd_get_eap_user()597 "WSC", &wsc_registrar.methods[0].vendor); in hostapd_get_eap_user()598 wsc_registrar.password = (u8 *) conf->ap_pin; in hostapd_get_eap_user()599 wsc_registrar.password_len = conf->ap_pin ? in hostapd_get_eap_user()601 return &wsc_registrar; in hostapd_get_eap_user()