Searched refs:wsc_registrar (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Deap_user_db.c250 static struct hostapd_eap_user wsc_registrar; local
251 os_memset(&wsc_registrar, 0, sizeof(wsc_registrar));
252 wsc_registrar.methods[0].method = eap_server_get_type(
253 "WSC", &wsc_registrar.methods[0].vendor);
254 wsc_registrar.password = (u8 *) conf->ap_pin;
255 wsc_registrar.password_len = conf->ap_pin ?
257 return &wsc_registrar;

Completed in 117 milliseconds