HomeSort by relevance Sort by last modified time
    Searched refs:wps (Results 101 - 112 of 112) sorted by null

1 2 3 45

  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 253 /* Reduce latency on starting WPS negotiation. */
1200 * Buffalo WHR-G125 Ver.1.47 seems to send EAP-WPS
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 1121 if (params->wps == WPS_MODE_PRIVACY) {
1127 * matching one for WPS provisioning.
1131 "for WPS");
1161 if (params->wps == WPS_MODE_PRIVACY) {
1175 if (params->wps == WPS_MODE_PRIVACY) {
    [all...]
driver.h 320 WPS_MODE_NONE /* no WPS provisioning being used */,
321 WPS_MODE_OPEN /* WPS provisioning with AP that is in open mode */,
322 WPS_MODE_PRIVACY /* WPS provisioning with AP that is using protection
377 * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
519 * wps - WPS mode
521 * If the driver needs to do special configuration for WPS association,
525 enum wps_mode wps; member in struct:wpa_driver_associate_params
665 * beacon_ies - WPS/P2P IE(s) for Beacon frame
    [all...]
driver_test.c 32 #include "wps/wps.h"
892 wpa_printf(MSG_DEBUG, "test_driver: Clear Beacon WPS IE");
894 wpa_hexdump_buf(MSG_DEBUG, "test_driver: Beacon WPS IE",
915 wpa_printf(MSG_DEBUG, "test_driver: Clear Probe Response WPS "
918 wpa_hexdump_buf(MSG_DEBUG, "test_driver: Probe Response WPS "
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 803 "802.1X not enabled and WPS not used");
828 * possible WPS STA initiates the handshake
830 * skipped if the STA is known to support WPS
833 wpa_printf(MSG_DEBUG, "WPS: Do not start "
931 * WPS handshake even if IEEE 802.1X/EAPOL is not used for
940 "802.1X not enabled or forced for WPS");
943 * reassociation change from WPS to PSK.
978 * Delay EAPOL frame transmission until a possible WPS STA
980 * wait to be skipped if the STA is known to support WPS 2.0.
982 wpa_printf(MSG_DEBUG, "WPS: Do not start EAPOL until
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 23 #include "wps/wps.h"
205 wpa_printf(MSG_DEBUG, "WPS: Invalid "
209 wpa_printf(MSG_DEBUG, "WPS: Testing - force WPS "
216 wpa_printf(MSG_DEBUG, "WPS: Testing - dummy_cred=%d",
587 wpa_printf(MSG_DEBUG, "WPS: Too long PIN");
592 wpa_printf(MSG_DEBUG, "WPS: Invalid PIN length %d", (int) len);
601 wpa_printf(MSG_DEBUG, "WPS: Invalid checksum digit");
665 if (os_strcmp(cmd, "WPS") == 0
1017 int res, verbose, wps, ret; local
    [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c 16 #include "wps/wps_i.h"
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 695 milliseconds

1 2 3 45