Home
last modified time | relevance | path

Searched refs:WPS_NOT_READY (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_go_neg.c335 pw_id = p2p_wps_method_pw_id(peer ? peer->wps_method : WPS_NOT_READY); in p2p_build_go_neg_resp()
652 (dev->wps_method == WPS_NOT_READY && in p2p_process_go_neg_req()
925 if (dev == NULL || dev->wps_method == WPS_NOT_READY || in p2p_process_go_neg_resp()
1167 if (dev == NULL || dev->wps_method == WPS_NOT_READY || in p2p_process_go_neg_conf()
Dp2p_build.c163 if (peer && peer->wps_method != WPS_NOT_READY) { in p2p_buf_add_device_info()
Dp2p.h55 WPS_NOT_READY, WPS_PIN_DISPLAY, WPS_PIN_KEYPAD, WPS_PBC, WPS_NFC enumerator
Dp2p.c222 p2p->go_neg_peer->wps_method = WPS_NOT_READY; in p2p_go_neg_failed()
1681 peer->wps_method = WPS_NOT_READY; in p2p_go_complete()
2574 dev->wps_method = WPS_NOT_READY; in p2p_unauthorize()
3548 case WPS_NOT_READY: in p2p_wps_method_text()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c435 enum p2p_wps_method wps_method = WPS_NOT_READY; in wpas_dbus_handler_p2p_connect()
495 if (!peer_object_path || (wps_method == WPS_NOT_READY) || in wpas_dbus_handler_p2p_connect()