Searched refs:WPS_PIN_DISPLAY (Results 1 - 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_go_neg.c | 102 case WPS_PIN_DISPLAY: in p2p_wps_method_pw_id() 121 case WPS_PIN_DISPLAY: in p2p_wps_method_str() 222 if (dev->wps_method == WPS_PIN_DISPLAY) in p2p_connect_send() 936 if (dev->wps_method != WPS_PIN_DISPLAY) { in p2p_process_go_neg_req() 1316 if (dev->wps_method != WPS_PIN_DISPLAY) { in p2p_process_go_neg_resp()
|
H A D | p2p.h | 72 WPS_NOT_READY, WPS_PIN_DISPLAY, WPS_PIN_KEYPAD, WPS_PBC, WPS_NFC, enumerator
|
H A D | p2p_build.c | 207 else if (peer->wps_method == WPS_PIN_DISPLAY || in p2p_buf_add_device_info()
|
H A D | p2p.c | 4180 case WPS_PIN_DISPLAY: in p2p_wps_method_text()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_go_neg.c | 112 case WPS_PIN_DISPLAY: in p2p_wps_method_pw_id() 131 case WPS_PIN_DISPLAY: in p2p_wps_method_str() 232 if (dev->wps_method == WPS_PIN_DISPLAY) in p2p_connect_send() 1021 if (dev->wps_method != WPS_PIN_DISPLAY) { in p2p_process_go_neg_req() 1422 if (dev->wps_method != WPS_PIN_DISPLAY) { in p2p_process_go_neg_resp()
|
H A D | p2p.h | 72 WPS_NOT_READY, WPS_PIN_DISPLAY, WPS_PIN_KEYPAD, WPS_PBC, WPS_NFC, enumerator
|
H A D | p2p_build.c | 207 else if (peer->wps_method == WPS_PIN_DISPLAY || in p2p_buf_add_device_info()
|
H A D | p2p.c | 4368 case WPS_PIN_DISPLAY:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 577 wps_method = WPS_PIN_DISPLAY; in wpas_dbus_handler_p2p_connect() 579 wps_method = WPS_PIN_DISPLAY; in wpas_dbus_handler_p2p_connect()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 625 wps_method = WPS_PIN_DISPLAY; in wpas_dbus_handler_p2p_connect() 627 wps_method = WPS_PIN_DISPLAY; in wpas_dbus_handler_p2p_connect()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 5788 wps_method = WPS_PIN_DISPLAY; in p2p_ctrl_connect() 5800 wps_method = WPS_PIN_DISPLAY; in p2p_ctrl_connect() 5823 if (wps_method == WPS_PIN_DISPLAY && pin == NULL) { in p2p_ctrl_connect()
|
H A D | p2p_supplicant.c | 5050 case WPS_PIN_DISPLAY: in wpas_p2p_scan_res_join() 5555 else if (wps_method == WPS_PIN_DISPLAY) { in wpas_p2p_connect()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 6563 wps_method = WPS_PIN_DISPLAY; 6575 wps_method = WPS_PIN_DISPLAY; 6598 if (wps_method == WPS_PIN_DISPLAY && pin == NULL) {
|
H A D | p2p_supplicant.c | 6178 case WPS_PIN_DISPLAY: 6745 else if (wps_method == WPS_PIN_DISPLAY) {
|
Completed in 83 milliseconds