Searched refs:WPS_CONFIG_DISPLAY (Results 1 – 7 of 7) sorted by relevance
251 #define WPS_CONFIG_DISPLAY 0x0008 macro
550 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()564 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
295 (WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD))) in is_selected_pin_registrar()
100 if ((val & 0x6000) && !(val & WPS_CONFIG_DISPLAY)) { in valid_config_methods()106 if (!(val & 0x6000) && (val & WPS_CONFIG_DISPLAY)) { in valid_config_methods()
125 (config_methods & WPS_CONFIG_DISPLAY))) { in wps_build_m1()
2560 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()
432 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()