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

  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py 17 print " %s -i <interface_name> -m <wps_method> \ " \
63 global wps_method
79 pin,wps_method,go_intent):
83 self.wps_method = wps_method
152 self.p2p_connect_arguements = {'wps_method':self.wps_method,
156 if (self.wps_method == 'display'):
160 print "Error:\n Pin required for wps_method=display"
170 elif (self.wps_method == 'keypad')
224 wps_method = None variable in class:P2P_Connect
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 120 * wps_method - WPS method to be used during provisioning
122 enum p2p_wps_method wps_method; member in struct:p2p_go_neg_results
990 * @wps_method: WPS method to be used in provisioning
1008 enum p2p_wps_method wps_method,
1018 * @wps_method: WPS method to be used in provisioning
    [all...]
p2p_i.h 33 enum p2p_wps_method wps_method; member in struct:p2p_device
719 u16 p2p_wps_method_pw_id(enum p2p_wps_method wps_method);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 436 enum p2p_wps_method wps_method = WPS_NOT_READY; local
475 } else if (!os_strcmp(entry.key, "wps_method") &&
478 wps_method = WPS_PBC;
480 wps_method = WPS_PIN_DISPLAY;
482 wps_method = WPS_PIN_DISPLAY;
484 wps_method = WPS_PIN_KEYPAD;
496 if (!peer_object_path || (wps_method == WPS_NOT_READY) ||
502 * Validate the wps_method specified and the pin value.
504 if ((!pin || !pin[0]) && (wps_method == WPS_PIN_KEYPAD))
507 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4077 enum p2p_wps_method wps_method; local
    [all...]

Completed in 57 milliseconds