Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c168 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_buf_add_device_info()
171 (WPS_CONFIG_PUSHBUTTON | WPS_CONFIG_DISPLAY | in p2p_buf_add_device_info()
175 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_buf_add_device_info()
Dp2p_pd.c177 (WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD | in p2p_process_prov_disc_req()
200 if (msg.wps_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_req()
324 if (req_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_resp()
Dp2p_go_neg.c217 config_method = WPS_CONFIG_DISPLAY; in p2p_connect_send()
/external/wpa_supplicant_8/src/wps/
Dwps_defs.h239 #define WPS_CONFIG_DISPLAY 0x0008 macro
Dwps_common.c533 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin()
544 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
Dwps.c281 (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.c122 (config_methods & WPS_CONFIG_DISPLAY))) { in wps_build_m1()
Dwps_registrar.c2430 m & WPS_CONFIG_DISPLAY ? " [Display]" : "", in wps_process_config_methods()
2437 if (!(m & WPS_CONFIG_DISPLAY) && !wps->use_psk_key) { in wps_process_config_methods()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1337 (WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY | in wps_fix_config_methods()
1338 WPS_CONFIG_PHY_DISPLAY)) == WPS_CONFIG_DISPLAY) { in wps_fix_config_methods()
1426 if ((wps->config_methods & (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_init()
1427 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_init()
2054 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_update_config()
2055 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_update_config()
Dp2p_supplicant.c2856 if (config_methods & WPS_CONFIG_DISPLAY) { in wpas_prov_disc_req()
2895 if (config_methods & WPS_CONFIG_DISPLAY) in wpas_prov_disc_resp()
4436 method = WPS_CONFIG_DISPLAY; in wpas_p2p_scan_res_join()
5683 config_methods = WPS_CONFIG_DISPLAY; in wpas_p2p_prov_disc()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1017 (WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY | in hostapd_init_wps()
1018 WPS_CONFIG_PHY_DISPLAY)) == WPS_CONFIG_DISPLAY) { in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c1038 if (config_methods & WPS_CONFIG_DISPLAY) in wpas_dbus_signal_p2p_provision_discovery()
1055 add_pin = ((request && (config_methods & WPS_CONFIG_DISPLAY)) || in wpas_dbus_signal_p2p_provision_discovery()