Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/
Dwps_registrar.c1974 if (wps->ext_reg > 1) in wps_registrar_get_msg()
2002 if (wps->ext_reg == 0) in wps_registrar_get_msg()
2003 wps->ext_reg = 1; in wps_registrar_get_msg()
2007 if (wps->ext_reg) { in wps_registrar_get_msg()
2971 if (wps->wps->wps_upnp && wps->ext_reg && wps->state == RECV_M2D_ACK && in wps_process_wsc_ack()
3000 if (wps->ext_reg == 0) in wps_process_wsc_ack()
3001 wps->ext_reg = 1; in wps_process_wsc_ack()
3043 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_nack()
3105 if (wps->state != RECV_DONE && (!wps->ext_reg)){ in wps_process_wsc_done()
3126 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_done()
[all …]
Dwps_i.h107 int ext_reg; member