iwd/src
Andrew Zaborowski 48966f57e8 eapol: Only send EAPOL-Start on step 1/4 if really needed
Currently we'd send EAPOL-Start whenever EAP was configured and we
received an EAPOL-Key before EAP negotiation.  Instead only do that if
we know we can't respond to the 4-Way handshake because we don't have
a PMK yet or the PMKID doesn't match.  Require a PMKID in step 1/4 if
we'd sent a list of PMKIDs in our RSNE.
2017-04-21 14:16:25 -05:00
..
agent.c dbus: Switch to using org.freedesktop.DBus.Properties 2016-09-21 16:46:34 -05:00
agent.h agent: Add reason parameter to Cancel 2016-06-10 09:26:56 -05:00
backtrace.c backtrace: Try to find absolute executable path 2017-03-16 15:17:41 -05:00
backtrace.h backtrace: Try to find absolute executable path 2017-03-16 15:17:41 -05:00
common.c common: Add security_from_str 2016-06-08 11:08:10 -05:00
common.h common: Add security_from_str 2016-06-08 11:08:10 -05:00
crypto.c crypto: Add crypto_derive_pmkid 2017-04-17 14:24:02 -05:00
crypto.h crypto: Add crypto_derive_pmkid 2017-04-17 14:24:02 -05:00
dbus.c dbus: Add InvalidFormat error 2017-02-21 15:46:26 -06:00
dbus.h dbus: Add InvalidFormat error 2017-02-21 15:46:26 -06:00
device.c device: Non-FT roaming support 2017-04-03 09:46:15 -05:00
device.h device: Start a roaming attempt on low RSSI detection 2017-01-18 17:27:35 -06:00
eap-md5.c eap: Extract md5 logic into eap-md5.c 2016-11-21 11:08:50 -06:00
eap-mschapv2.c mschapv2: Call set_key_material last in handle_success 2017-01-06 13:22:05 -06:00
eap-mschapv2.h eap-mschap: Add crypto functions for mschapv2 2016-12-14 22:46:18 -06:00
eap-tls.c eap-tls: Fix msg size miscalculation 2016-11-03 22:19:46 -05:00
eap-ttls.c eap-ttls: Fix msg size miscalculation 2016-11-07 16:27:26 -06:00
eap-wsc.c eap-wsc: Obtain DevicePasswordId from settings 2017-02-22 11:46:40 -06:00
eap-wsc.h eap-wsc: Send credential obtained events 2016-09-13 13:32:47 -05:00
eap.c eap: Fix whitespace 2017-04-18 17:44:25 -05:00
eap.h eap-mschapv2: add code for eap method 2016-12-14 22:56:56 -06:00
eapol.c eapol: Only send EAPOL-Start on step 1/4 if really needed 2017-04-21 14:16:25 -05:00
eapol.h eapol: Receive frames with the Preauthentication ethertype 2017-04-18 11:42:45 -05:00
ftutil.c netdev: Handle the FT Authentication Response message 2017-01-12 10:33:40 -06:00
ftutil.h netdev: Handle the FT Authentication Response message 2017-01-12 10:33:40 -06:00
handshake.c handshake: Add handshake_util_find_pmkid_kde 2017-04-17 14:28:09 -05:00
handshake.h handshake: Add handshake_util_find_pmkid_kde 2017-04-17 14:28:09 -05:00
ie.c ie: Parse GTK and IGTK subelements in FTE 2017-02-01 10:02:14 -06:00
ie.h ie: Parse GTK and IGTK subelements in FTE 2017-02-01 10:02:14 -06:00
iwd-dbus.conf dbus: Add hwsim interface to DBus policy file 2017-03-09 11:45:41 -06:00
iwd.conf src: Introduce iwd.conf 2016-10-24 11:10:26 -05:00
iwd.h iwd: Add accessor for iwd_config 2016-11-02 15:44:19 -05:00
knownnetworks.c dbus: Switch to using org.freedesktop.DBus.Properties 2016-09-21 16:46:34 -05:00
knownnetworks.h knownnetworks: Implement KnownNetworks interface 2016-06-21 11:41:37 -05:00
main.c wiphy: Add phy filtering 2017-03-16 16:50:25 -05:00
mpdu.c mpdu: fix transaction_sequence byte-ordering 2015-01-22 12:41:10 -06:00
mpdu.h eapol: Define and use IEEE80211_MAX_DATA_LEN 2017-03-10 10:01:33 -06:00
netdev.c netdev: Add netdev_reassociate 2017-04-03 09:41:01 -05:00
netdev.h netdev: Add netdev_reassociate 2017-04-03 09:41:01 -05:00
network.c wiphy: Add utility to check if bss ciphers compatible 2017-01-20 15:42:31 -06:00
network.h network: Add network_set_psk 2016-09-21 16:20:09 -05:00
rfkill.c rfkill: Fix wiphy ID lookup 2016-07-20 15:29:39 -05:00
rfkill.h Add rfkill enable/disable and watch support 2016-07-07 13:21:08 -05:00
scan.c scan: Add error code argument to scan results callback 2017-03-26 20:26:53 -05:00
scan.h scan: Add error code argument to scan results callback 2017-03-26 20:26:53 -05:00
storage.c storage: Return const char * 2016-06-10 09:59:59 -05:00
storage.h storage: Return const char * 2016-06-10 09:59:59 -05:00
util.c util: Remove unused msg_append_attr functions 2017-01-31 11:48:50 -06:00
util.h util: Move mem_is_zero to util 2017-02-21 16:45:41 -06:00
watchlist.c watchlist: Make re-entrant safe 2016-09-22 15:28:29 -05:00
watchlist.h watchlist: Make re-entrant safe 2016-09-22 15:28:29 -05:00
wiphy.c wiphy: Add phy filtering 2017-03-16 16:50:25 -05:00
wiphy.h wiphy: Add phy filtering 2017-03-16 16:50:25 -05:00
wsc.c scan: Add error code argument to scan results callback 2017-03-26 20:26:53 -05:00
wsc.h wsc: Squash wsc_sm structure 2016-09-13 14:53:30 -05:00
wscutil.c wscutil: Add wsc_pin_generate 2017-02-17 12:27:13 -06:00
wscutil.h wscutil: Add wsc_pin_generate 2017-02-17 12:27:13 -06:00