HomeSort by relevance Sort by last modified time
    Searched defs:wps (Results 26 - 38 of 38) sorted by null

12

  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 273 * flags=[WPA2-PSK-CCMP][WPS][ESS]
714 WpsInfo wps = config.wps; local
717 switch (wps.setup) {
722 if (TextUtils.isEmpty(wps.pin)) {
725 args.add(wps.pin);
730 args.add(wps.pin);
734 args.add(wps.pin);
769 switch (config.wps.setup) {
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 1822 WpsInfo wps = (WpsInfo) message.obj; local
2131 final WpsInfo wps = mSavedPeerConfig.wps; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 33 * struct wps_credential - WPS Credential
64 /* maximum number of advertised WPS vendor extension attributes */
66 /* maximum size of WPS Vendor extension attribute */
68 /* maximum number of parsed WPS vendor extension attributes */
72 * struct wps_device_data - WPS Device Data
107 * struct wps_config - WPS configuration for a single registration protocol run
111 * wps - Pointer to long term WPS context
113 struct wps_context *wps; member in struct:wps_config
136 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP
    [all...]
wps_registrar.c 140 struct wps_context *wps; member in struct:wps_registrar
202 wpa_printf(MSG_DEBUG, "WPS: Add authorized MAC " MACSTR,
206 wpa_printf(MSG_DEBUG, "WPS: Authorized MAC was "
214 wpa_hexdump(MSG_DEBUG, "WPS: Authorized MACs",
223 wpa_printf(MSG_DEBUG, "WPS: Remove authorized MAC " MACSTR,
230 wpa_printf(MSG_DEBUG, "WPS: Authorized MAC was not in the "
239 wpa_hexdump(MSG_DEBUG, "WPS: Authorized MACs",
384 wpa_printf(MSG_DEBUG, "WPS: Removing PBC session for "
386 wpa_hexdump(MSG_DEBUG, "WPS: Removed UUID-E",
407 wpa_printf(MSG_DEBUG, "WPS: Checking active PBC sessions for overlap")
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 23 #include "wps/wps.h"
344 wpa_printf(MSG_DEBUG, "WPS: Invalid "
348 wpa_printf(MSG_DEBUG, "WPS: Testing - force WPS "
355 wpa_printf(MSG_DEBUG, "WPS: Testing - dummy_cred=%d",
766 wpa_printf(MSG_DEBUG, "WPS: Too long PIN");
771 wpa_printf(MSG_DEBUG, "WPS: Invalid PIN length %d", (int) len);
780 wpa_printf(MSG_DEBUG, "WPS: Invalid checksum digit");
823 if (os_strcmp(cmd, "WPS") == 0
1428 int res, verbose, wps, ret; local
    [all...]
wpa_supplicant_i.h 469 * a specific wpa_supplicant operation (e.g., WPS) requires scan
475 int scan_runs; /* number of scan runs since WPS was started */
506 struct wps_context *wps; member in struct:wpa_supplicant
507 int wps_success; /* WPS success event received */
  /external/wpa_supplicant_8/src/drivers/
driver.h 361 WPS_MODE_NONE /* no WPS provisioning being used */,
362 WPS_MODE_OPEN /* WPS provisioning with AP that is in open mode */,
363 WPS_MODE_PRIVACY /* WPS provisioning with AP that is using protection
418 * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
560 * wps - WPS mode
562 * If the driver needs to do special configuration for WPS association,
566 enum wps_mode wps; member in struct:wpa_driver_associate_params
719 * beacon_ies - WPS/P2P IE(s) for Beacon frame
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 147 milliseconds

12