HomeSort by relevance Sort by last modified time
    Searched defs:wps_method (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p.h 104 * wps_method - WPS method to be used during provisioning
106 enum p2p_wps_method wps_method; member in struct:p2p_go_neg_results
857 * @wps_method: WPS method to be used in provisioning
867 enum p2p_wps_method wps_method,
875 * @wps_method: WPS method to be used in provisioning
888 enum p2p_wps_method wps_method,
    [all...]
p2p_i.h 28 enum p2p_wps_method wps_method; member in struct:p2p_device
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 439 enum p2p_wps_method wps_method = WPS_NOT_READY; local
478 } else if (!os_strcmp(entry.key, "wps_method") &&
481 wps_method = WPS_PBC;
483 wps_method = WPS_PIN_DISPLAY;
485 wps_method = WPS_PIN_DISPLAY;
487 wps_method = WPS_PIN_KEYPAD;
499 if (!peer_object_path || (wps_method == WPS_NOT_READY) ||
505 * Validate the wps_method specified and the pin value.
507 if ((!pin || !pin[0]) && (wps_method == WPS_PIN_KEYPAD))
510 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 2640 enum p2p_wps_method wps_method; local
    [all...]

Completed in 101 milliseconds