Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c388 if (sm->ignore_sel_reg && !is_zero_ether_addr(sm->bssid)) { in wps_parse_scan_result()
401 sm->ignore_sel_reg = false; in wps_parse_scan_result()
405 if (wps_get_type() == WPS_TYPE_PIN && sm->ignore_sel_reg) { in wps_parse_scan_result()
416 if (ap_found || sm->ignore_sel_reg) { in wps_parse_scan_result()
761 sm->ignore_sel_reg = false; in wps_sm_init()
845 wpa_printf(MSG_ERROR, "wps failed-----> ignore_sel_reg=%d", sm->ignore_sel_reg); in wps_finish()
846 if (sm->ignore_sel_reg) { in wps_finish()
1087 if (ret != 0 && sm->ignore_sel_reg) { in wps_sm_rx_eapol_internal()
1294 if (!sm->ignore_sel_reg) { in wifi_station_wps_msg_timeout_internal()
1298 if (sm->ignore_sel_reg) { in wifi_station_wps_msg_timeout_internal()
[all …]
Desp_wps_i.h83 bool ignore_sel_reg; member