HomeSort by relevance Sort by last modified time
    Searched refs:wps_method (Results 1 - 14 of 14) 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_go_neg.c 97 u16 p2p_wps_method_pw_id(enum p2p_wps_method wps_method)
99 switch (wps_method) {
112 static const char * p2p_wps_method_str(enum p2p_wps_method wps_method)
114 switch (wps_method) {
175 p2p_build_wps_ie(p2p, buf, p2p_wps_method_pw_id(peer->wps_method), 0);
195 if (dev->wps_method == WPS_PIN_DISPLAY)
197 else if (dev->wps_method == WPS_PIN_KEYPAD)
199 else if (dev->wps_method == WPS_PBC)
311 p2p_wps_method_pw_id(peer ? peer->wps_method :
601 } else if (dev == NULL || dev->wps_method == WPS_NOT_READY)
    [all...]
p2p_build.c 166 if (peer && peer->wps_method != WPS_NOT_READY) {
167 if (peer->wps_method == WPS_PBC)
169 else if (peer->wps_method == WPS_PIN_DISPLAY ||
170 peer->wps_method == WPS_PIN_KEYPAD)
p2p.h 116 * wps_method - WPS method to be used during provisioning
118 enum p2p_wps_method wps_method; member in struct:p2p_go_neg_results
916 * @wps_method: WPS method to be used in provisioning
934 enum p2p_wps_method wps_method,
944 * @wps_method: WPS method to be used in provisioning
962 enum p2p_wps_method wps_method,
    [all...]
p2p.c 249 p2p->go_neg_peer->wps_method = WPS_NOT_READY;
    [all...]
p2p_i.h 28 enum p2p_wps_method wps_method; member in struct:p2p_device
665 u16 p2p_wps_method_pw_id(enum p2p_wps_method wps_method);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 435 enum p2p_wps_method wps_method = WPS_NOT_READY; local
474 } else if (!os_strcmp(entry.key, "wps_method") &&
477 wps_method = WPS_PBC;
479 wps_method = WPS_PIN_DISPLAY;
481 wps_method = WPS_PIN_DISPLAY;
483 wps_method = WPS_PIN_KEYPAD;
495 if (!peer_object_path || (wps_method == WPS_NOT_READY) ||
501 * Validate the wps_method specified and the pin value.
503 if ((!pin || !pin[0]) && (wps_method == WPS_PIN_KEYPAD))
506 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,
    [all...]
dbus_new.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 543 const u8 *peer_addr, int wps_method,
552 wps_method, go_intent,
p2p_supplicant.h 24 const char *pin, enum p2p_wps_method wps_method,
p2p_supplicant.c 105 const u8 *dev_addr, enum p2p_wps_method wps_method,
910 if (res->wps_method == WPS_PBC)
1020 if (params->wps_method == WPS_PBC)
    [all...]
ctrl_iface.c 3696 enum p2p_wps_method wps_method; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h     [all...]
driver_test.c     [all...]

Completed in 525 milliseconds