HomeSort by relevance Sort by last modified time
    Searched defs:wps_method (Results 1 - 6 of 6) 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/wpa_supplicant/hidl/1.0/
p2p_iface.cpp 688 p2p_wps_method wps_method = {}; local
691 wps_method = WPS_PBC;
694 wps_method = WPS_PIN_DISPLAY;
697 wps_method = WPS_PIN_KEYPAD;
702 wpa_s, peer_address.data(), pin, wps_method,
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 142 * wps_method - WPS method to be used during provisioning
144 enum p2p_wps_method wps_method; member in struct:p2p_go_neg_results
    [all...]
p2p_i.h 46 enum p2p_wps_method wps_method; member in struct:p2p_device
821 u16 p2p_wps_method_pw_id(enum p2p_wps_method wps_method);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 528 enum p2p_wps_method wps_method = WPS_NOT_READY; local
567 } else if (os_strcmp(entry.key, "wps_method") == 0 &&
570 wps_method = WPS_PBC;
572 wps_method = WPS_PIN_DISPLAY;
574 wps_method = WPS_PIN_DISPLAY;
576 wps_method = WPS_PIN_KEYPAD;
588 if (wps_method == WPS_NOT_READY ||
594 * Validate the wps_method specified and the pin value.
596 if ((!pin || !pin[0]) && wps_method == WPS_PIN_KEYPAD)
601 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 5257 enum p2p_wps_method wps_method; local
    [all...]

Completed in 466 milliseconds