/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_pd.c | 572 u16 allowed_config_methods = WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_process_prov_disc_req() 679 if (msg.wps_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_req() 914 if (method & WPS_CONFIG_DISPLAY) in p2p_process_prov_disc_req() 917 method = WPS_CONFIG_DISPLAY; in p2p_process_prov_disc_req() 1169 case WPS_CONFIG_DISPLAY: in p2p_process_prov_disc_req() 1173 dev->wps_prov_info = WPS_CONFIG_DISPLAY; in p2p_process_prov_disc_req() 1402 if (req_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_resp() 1622 if (p2p->p2ps_prov->method == WPS_CONFIG_DISPLAY) in p2p_send_prov_disc_req() 1625 dev->req_config_methods = WPS_CONFIG_DISPLAY; in p2p_send_prov_disc_req() 1635 else if (dev->info.config_methods & WPS_CONFIG_DISPLAY) in p2p_send_prov_disc_req() [all …]
|
D | p2p_build.c | 209 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_buf_add_device_info() 212 (WPS_CONFIG_PUSHBUTTON | WPS_CONFIG_DISPLAY | in p2p_buf_add_device_info() 216 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_buf_add_device_info()
|
D | p2p_go_neg.c | 225 config_method = WPS_CONFIG_DISPLAY; in p2p_connect_send()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_pd.c | 572 u16 allowed_config_methods = WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_process_prov_disc_req() 679 if (msg.wps_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_req() 914 if (method & WPS_CONFIG_DISPLAY) in p2p_process_prov_disc_req() 917 method = WPS_CONFIG_DISPLAY; in p2p_process_prov_disc_req() 1169 case WPS_CONFIG_DISPLAY: in p2p_process_prov_disc_req() 1173 dev->wps_prov_info = WPS_CONFIG_DISPLAY; in p2p_process_prov_disc_req() 1402 if (req_config_methods & WPS_CONFIG_DISPLAY) { in p2p_process_prov_disc_resp() 1622 if (p2p->p2ps_prov->method == WPS_CONFIG_DISPLAY) in p2p_send_prov_disc_req() 1625 dev->req_config_methods = WPS_CONFIG_DISPLAY; in p2p_send_prov_disc_req() 1635 else if (dev->info.config_methods & WPS_CONFIG_DISPLAY) in p2p_send_prov_disc_req() [all …]
|
D | p2p_build.c | 209 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_buf_add_device_info() 212 (WPS_CONFIG_PUSHBUTTON | WPS_CONFIG_DISPLAY | in p2p_buf_add_device_info() 216 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in p2p_buf_add_device_info()
|
D | p2p_go_neg.c | 225 config_method = WPS_CONFIG_DISPLAY; in p2p_connect_send()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_defs.h | 251 #define WPS_CONFIG_DISPLAY 0x0008 macro
|
D | wps_common.c | 534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin() 548 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
|
D | wps.c | 283 (WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD))) in is_selected_pin_registrar()
|
D | wps_validate.c | 100 if ((val & 0x6000) && !(val & WPS_CONFIG_DISPLAY)) { in valid_config_methods() 106 if (!(val & 0x6000) && (val & WPS_CONFIG_DISPLAY)) { in valid_config_methods()
|
D | wps_enrollee.c | 123 (config_methods & WPS_CONFIG_DISPLAY))) { in wps_build_m1()
|
D | wps_registrar.c | 2537 m & WPS_CONFIG_DISPLAY ? " [Display]" : "", in wps_process_config_methods() 2544 if (!(m & WPS_CONFIG_DISPLAY) && !wps->use_psk_key) { in wps_process_config_methods()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_defs.h | 251 #define WPS_CONFIG_DISPLAY 0x0008 macro
|
D | wps_common.c | 534 methods |= WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD; in wps_config_methods_str2bin() 548 methods |= WPS_CONFIG_DISPLAY; in wps_config_methods_str2bin()
|
D | wps.c | 283 (WPS_CONFIG_LABEL | WPS_CONFIG_DISPLAY | WPS_CONFIG_KEYPAD))) in is_selected_pin_registrar()
|
D | wps_validate.c | 100 if ((val & 0x6000) && !(val & WPS_CONFIG_DISPLAY)) { in valid_config_methods() 106 if (!(val & 0x6000) && (val & WPS_CONFIG_DISPLAY)) { in valid_config_methods()
|
D | wps_enrollee.c | 123 (config_methods & WPS_CONFIG_DISPLAY))) { in wps_build_m1()
|
D | wps_registrar.c | 2546 m & WPS_CONFIG_DISPLAY ? " [Display]" : "", in wps_process_config_methods() 2553 if (!(m & WPS_CONFIG_DISPLAY) && !wps->use_psk_key) { in wps_process_config_methods()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wps_supplicant.c | 1497 (WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY | in wps_fix_config_methods() 1498 WPS_CONFIG_PHY_DISPLAY)) == WPS_CONFIG_DISPLAY) { in wps_fix_config_methods() 1589 if ((wps->config_methods & (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_init() 1590 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_init() 2236 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_update_config() 2237 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_update_config()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wps_supplicant.c | 1474 (WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY | in wps_fix_config_methods() 1475 WPS_CONFIG_PHY_DISPLAY)) == WPS_CONFIG_DISPLAY) { in wps_fix_config_methods() 1566 if ((wps->config_methods & (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_init() 1567 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_init() 2196 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) == in wpas_wps_update_config() 2197 (WPS_CONFIG_DISPLAY | WPS_CONFIG_LABEL)) { in wpas_wps_update_config()
|
D | p2p_supplicant.c | 2675 if (config_methods & WPS_CONFIG_DISPLAY) { in wpas_prov_disc_req() 2724 if (config_methods & WPS_CONFIG_DISPLAY) in wpas_prov_disc_resp() 5054 method = WPS_CONFIG_DISPLAY; in wpas_p2p_scan_res_join() 6769 config_methods = WPS_CONFIG_DISPLAY; in wpas_p2p_prov_disc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wps_hostapd.c | 1069 (WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY | in hostapd_init_wps() 1070 WPS_CONFIG_PHY_DISPLAY)) == WPS_CONFIG_DISPLAY) { in hostapd_init_wps()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wps_hostapd.c | 1138 (WPS_CONFIG_DISPLAY | WPS_CONFIG_VIRT_DISPLAY | in hostapd_init_wps() 1139 WPS_CONFIG_PHY_DISPLAY)) == WPS_CONFIG_DISPLAY) { in hostapd_init_wps()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new.c | 1252 if (config_methods & WPS_CONFIG_DISPLAY) in wpas_dbus_signal_p2p_provision_discovery() 1270 add_pin = ((request && (config_methods & WPS_CONFIG_DISPLAY)) || in wpas_dbus_signal_p2p_provision_discovery()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new.c | 1345 if (config_methods & WPS_CONFIG_DISPLAY) in wpas_dbus_signal_p2p_provision_discovery() 1363 add_pin = ((request && (config_methods & WPS_CONFIG_DISPLAY)) || in wpas_dbus_signal_p2p_provision_discovery()
|