Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/
Dwps_defs.h243 #define WPS_CONFIG_DISPLAY 0x0008 macro
Dwps_common.c507 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
520 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
Dwps.c125 (WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD))) in is_selected_pin_registrar()
Dwps_enrollee.c134 (config_methods & WPS_CONFIG_DISPLAY))) { in wps_build_m1()
Dwps_validate.c101 if (!(val & 0x6000) && (val & WPS_CONFIG_DISPLAY)) { in valid_config_methods()
Dwps_registrar.c2387 m & WPS_CONFIG_DISPLAY ? " [Display]" : "", in wps_process_config_methods()
2394 if (!(m & WPS_CONFIG_DISPLAY) && !wps->use_psk_key) { in wps_process_config_methods()
/hal_espressif-3.4.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c446 data->wps->config_methods = WPS_CONFIG_PUSHBUTTON | WPS_CONFIG_DISPLAY; in wps_init()