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.c2032 if (wps->ext_reg > 1) in wps_registrar_get_msg()
2060 if (wps->ext_reg == 0) in wps_registrar_get_msg()
2061 wps->ext_reg = 1; in wps_registrar_get_msg()
2065 if (wps->ext_reg) { in wps_registrar_get_msg()
3037 if (wps->wps->wps_upnp && wps->ext_reg && wps->state == RECV_M2D_ACK && in wps_process_wsc_ack()
3066 if (wps->ext_reg == 0) in wps_process_wsc_ack()
3067 wps->ext_reg = 1; in wps_process_wsc_ack()
3109 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_nack()
3172 (!wps->wps->wps_upnp || !wps->ext_reg)) { in wps_process_wsc_done()
3193 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_done()
[all …]
Dwps_i.h110 int ext_reg; member