Home
last modified time | relevance | path

Searched refs:ext_reg (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c2045 if (wps->ext_reg > 1) in wps_registrar_get_msg()
2073 if (wps->ext_reg == 0) in wps_registrar_get_msg()
2074 wps->ext_reg = 1; in wps_registrar_get_msg()
2078 if (wps->ext_reg) { in wps_registrar_get_msg()
3070 if (wps->wps->wps_upnp && wps->ext_reg && wps->state == RECV_M2D_ACK && in wps_process_wsc_ack()
3099 if (wps->ext_reg == 0) in wps_process_wsc_ack()
3100 wps->ext_reg = 1; in wps_process_wsc_ack()
3142 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_nack()
3205 (!wps->wps->wps_upnp || !wps->ext_reg)) { in wps_process_wsc_done()
3226 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_done()
[all …]
Dwps_i.h110 int ext_reg; member