Lines Matching refs:registrar
68 wps_registrar_complete(hapd->wps->registrar, data->uuid_e, in wps_stop_registrar()
110 wps_registrar_update_ie(hapd->wps->registrar); in hostapd_wps_reenable_ap_pin()
302 wps->registrar = wps_registrar_init(wps, &cfg); in hostapd_init_wps()
303 if (wps->registrar == NULL) { in hostapd_init_wps()
341 wps_registrar_deinit(hapd->wps->registrar); in hostapd_deinit_wps()
342 hapd->wps->registrar = NULL; in hostapd_deinit_wps()
368 wps_registrar_update_ie(wps->registrar); in hostapd_update_wps()
377 ret = wps_registrar_add_pin(hapd->wps->registrar, NULL, in hostapd_wps_add_pin()
386 return wps_registrar_button_pushed(hapd->wps->registrar, in hostapd_wps_button_pushed()
396 wps_registrar_wps_cancel(hapd->wps->registrar); in wps_cancel()
431 wps_registrar_update_ie(hapd->wps->registrar); in hostapd_wps_ap_pin_enable()