fragattacks/src
Masashi Honma e29bcf9eab WPS: Check Device Password ID attribute only if present in AP search
I can't pass the "Wi-Fi WPS Test Plan Version 1.0 [5.1.4. Add to AP
using PIN Config method and PASS PHRASE through wired external
registrar]". The wpa_supplicant-0.6.7 can't recoginize the testbed
AP(BCM94704AGRRev-E.2.4) as WPS PIN AP. Because after PIN entered, the
AP sends Selected Registrar attribute=0 and not send Device Password ID
attribute.

The proposed change as-is removed validation of Selected Registrar
attribute completely. However, that part is not included in this commit
since it can cause problems for environments with multiple WPS-enabled
APs. Another workaround for this will be considered in wpa_supplicant
scanning process (e.g., start trying to use WPS with APs that do not set
Selected Registrar to TRUE after couple of scan runs that do not find
any APs with Selected Registrar TRUE).
2009-01-22 15:12:18 +02:00
..
common WPS: Added option to disable AP auto-config on first registration 2009-01-21 13:48:10 +02:00
crypto Added CONFIG_NO_AES_EXTRAS for hostapd 2009-01-12 15:15:35 +02:00
drivers Implement set_probe_req_ie() for nl80211 drivers 2009-01-20 14:06:02 +02:00
eap_common Include the header file to validate function prototype. 2009-01-03 20:21:12 +02:00
eap_peer Silenced number of Doxygen warnings 2009-01-04 15:07:54 +02:00
eap_server Renamed shadowed variable 2009-01-13 19:31:51 +02:00
eapol_supp WPS: Moved mac_addr and uuid configuration into wps_context 2008-11-28 20:44:47 +02:00
hlr_auc_gw Fixed Milenage debug output to use correct length for IK and CK 2008-11-20 15:45:31 +02:00
l2_packet Added endianness annotation for sparse 2009-01-03 21:00:38 +02:00
radius Moved RADIUS Class attribute helpers into RADIUS module 2009-01-13 20:01:29 +02:00
rsn_supp Added a separate ctx pointer for wpa_msg() calls in WPA supp 2009-01-17 17:54:40 +02:00
tls Fixed number of doxygen warnings 2009-01-02 22:28:04 +02:00
utils Share the same radiotap helper implementation 2009-01-09 15:22:19 +02:00
wps WPS: Check Device Password ID attribute only if present in AP search 2009-01-22 15:12:18 +02:00
Makefile Added preliminary Wi-Fi Protected Setup (WPS) implementation 2008-11-23 19:34:26 +02:00