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.c2043 if (wps->ext_reg > 1) in wps_registrar_get_msg()
2071 if (wps->ext_reg == 0) in wps_registrar_get_msg()
2072 wps->ext_reg = 1; in wps_registrar_get_msg()
2076 if (wps->ext_reg) { in wps_registrar_get_msg()
3068 if (wps->wps->wps_upnp && wps->ext_reg && wps->state == RECV_M2D_ACK && in wps_process_wsc_ack()
3097 if (wps->ext_reg == 0) in wps_process_wsc_ack()
3098 wps->ext_reg = 1; in wps_process_wsc_ack()
3140 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_nack()
3203 (!wps->wps->wps_upnp || !wps->ext_reg)) { in wps_process_wsc_done()
3224 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_done()
[all …]
Dwps_i.h110 int ext_reg; member