Searched refs:WPS_CONFIG_DISPLAY (Results 1 – 7 of 7) sorted by relevance
243 #define WPS_CONFIG_DISPLAY 0x0008 macro
507 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()520 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
125 (WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD))) in is_selected_pin_registrar()
134 (config_methods & WPS_CONFIG_DISPLAY))) { in wps_build_m1()
101 if (!(val & 0x6000) && (val & WPS_CONFIG_DISPLAY)) { in valid_config_methods()
2387 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()
446 data->wps->config_methods = WPS_CONFIG_PUSHBUTTON | WPS_CONFIG_DISPLAY; in wps_init()