Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p_pd.c121 (WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD | in p2p_process_prov_disc_req()
131 if (msg.wps_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_req()
254 if (dev->req_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_resp()
Dp2p_build.c170 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_buf_add_device_info()
173 (WPS_CONFIG_PUSHBUTTON | WPS_CONFIG_DISPLAY | in p2p_buf_add_device_info()
177 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_buf_add_device_info()
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_defs.h205 #define WPS_CONFIG_DISPLAY 0x0008 macro
Dwps.c302 methods = WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | in wps_build_probe_req_ie()
Dwps_enrollee.c133 methods = WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_build_m1()
/external/wpa_supplicant_8/src/wps/
Dwps_defs.h237 #define WPS_CONFIG_DISPLAY 0x0008 macro
Dwps_common.c608 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
626 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
Dwps.c237 (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.c132 (config_methods & WPS_CONFIG_DISPLAY))) { in wps_build_m1()
Dwps_registrar.c2278 m & WPS_CONFIG_DISPLAY ? " [Display]" : "", in wps_process_config_methods()
2285 if (!(m & WPS_CONFIG_DISPLAY) && !wps->use_psk_key) { in wps_process_config_methods()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1087 (WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY | in wps_fix_config_methods()
1088 WPS_CONFIG_PHY_DISPLAY)) == WPS_CONFIG_DISPLAY) { in wps_fix_config_methods()
1155 if ((wps->config_methods & (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_init()
1156 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_init()
1700 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_update_config()
1701 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_update_config()
Dp2p_supplicant.c1819 if (config_methods & WPS_CONFIG_DISPLAY) {
1850 if (config_methods & WPS_CONFIG_DISPLAY)
2664 method = WPS_CONFIG_DISPLAY;
3508 config_methods = WPS_CONFIG_DISPLAY;
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c812 (WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY | in hostapd_init_wps()
813 WPS_CONFIG_PHY_DISPLAY)) == WPS_CONFIG_DISPLAY) { in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c838 if (config_methods & WPS_CONFIG_DISPLAY) in wpas_dbus_signal_p2p_provision_discovery()
855 add_pin = ((request && (config_methods & WPS_CONFIG_DISPLAY)) || in wpas_dbus_signal_p2p_provision_discovery()