Home
last modified time | relevance | path

Searched refs:WPS_CONFIG_DISPLAY (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_defs.h251 #define WPS_CONFIG_DISPLAY 0x0008 macro
Dwps_common.c550 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
564 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
Dwps.c295 (WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD))) in is_selected_pin_registrar()
Dwps_validate.c100 if ((val & 0x6000) && !(val & WPS_CONFIG_DISPLAY)) { in valid_config_methods()
106 if (!(val & 0x6000) && (val & WPS_CONFIG_DISPLAY)) { in valid_config_methods()
Dwps_enrollee.c125 (config_methods & WPS_CONFIG_DISPLAY))) { in wps_build_m1()
Dwps_registrar.c2560 m & WPS_CONFIG_DISPLAY ? " [Display]" : "", in wps_process_config_methods()
2567 if (!(m & WPS_CONFIG_DISPLAY) && !wps->use_psk_key) { in wps_process_config_methods()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c432 sm->dev->config_methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY; in wps_parse_scan_result()
433 sm->wps->wps->config_methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY; in wps_parse_scan_result()
1174 dev->config_methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY; in wps_dev_init()