Lines Matching +full:zero +full:- +full:based
2 - add support for WPA with ap_scan=0 (update selected cipher etc. based on
4 - consider closing smart card / PCSC connection when EAP-SIM/EAP-AKA
5 authentication has been completed (cache scard data based on serial#(?)
8 - if driver/hw is not WPA2 capable, must remove WPA_PROTO_RSN flag from
9 ssid->proto fields to avoid detecting downgrade attacks when the driver
11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
13 driver_*.c to do the mapping for drivers that cannot handle non-zero keyidx
15 - IEEE 802.1X and key update with driver_ndis?? wpa_supplicant did not seem
16 to see unencrypted EAPOL-Key frames at all..
17 - EAP-PAX with PAX_SEC
18 - EAP (RFC 3748)
20 - test what happens if authenticator sends EAP-Success before real EAP
21 authentication ("canned" Success); this should be ignored based on
23 - test compilation with gcc -W options (more warnings?)
25 - ctrl_iface: get/remove blob
26 - use doc/docbook/*.sgml and docbook2{txt,html,pdf} to replace README and
29 - EAP-POTP/RSA SecurID profile (RFC 4793)
30 - document wpa_gui build and consider adding it to 'make install'
31 - consider merging hostapd and wpa_supplicant PMKSA cache implementations
32 - consider redesigning pending EAP requests (identity/password/otp from
35 - rfc4284.txt (network selection for eap)
36 - www pages about configuring wpa_supplicant:
37 * global options (ap_scan, ctrl_interfaces) based on OS/driver
44 - error path in rsn_preauth_init: should probably deinit l2_packet handlers
46 - consider moving SIM card functionality (IMSI fetching) away from eap.c;
48 now IMSI is read only after receiving EAP-Identity/Request, but since it is
51 - try to work around race in receiving association event and first EAPOL
53 - try to work around race in configuring PTK and sending msg 4/4 (some NDIS
54 drivers with ndiswrapper end up not being able to complete 4-way handshake
56 - make sure that TLS session cache is not shared between EAP types or if it
58 created with EAP-TLS must not be allowed to do fast re-auth with EAP-TTLS
59 - consider moving eap_peer_tls_build_ack() call into
63 - add support for fetching full user cert chain from Windows certificate
66 - clean up common.[ch]
67 - change TLS/crypto library interface to use a structure of function
70 - add support for encrypted configuration fields (e.g., password, psk,
72 - wpa_gui: add support for setting and showing priority
73 - cleanup TLS/PEAP/TTLS/FAST fragmentation: both the handshake and Appl. Data
77 - test EAP-FAST peer with OpenSSL and verify that fallback to full handshake