fragattacks/src
Jouni Malinen e414f4f021 PeerKey: Fix STK 4-way handshake regression
Commit c93b7e1888 ('RSN: Check result of
EAPOL-Key frame send request') forgot to update two PeerKey users of
EAPOL-Key TX functions. That resulted in STK handshake failing since
message 2/4 and 4/4 TX calls were assumed to have failed when the return
value was changed from 0 to a positive value for success case. This
resulted in not updating nonce information properly and hitting
following error when processing STK 4-way handshake message 3/4:

RSN: INonce from message 1 of STK 4-Way Handshake differs from 3 of STK
4-Way Handshake - drop packet (src=<addr>)

Signed-off-by: Jouni Malinen <j@w1.fi>
2016-12-18 19:56:05 +02:00
..
ap FILS: Add support for building FILS Realm Information ANQP-element 2016-12-18 11:41:59 +02:00
common FILS: Make FILS Indication element information available in BSS output 2016-12-18 11:41:59 +02:00
crypto Extend AES-SIV implementation to support different key lengths 2016-10-10 19:40:59 +03:00
drivers nl80211: Specify the BSSID in the QCA vendor scan 2016-12-11 21:36:16 +02:00
eap_common TLS: Split tls_connection_prf() into two functions 2016-05-23 20:40:12 +03:00
eap_peer ERP: Make eap_peer_finish() callable 2016-10-22 18:26:00 +03:00
eap_server ERP: Update client identity based on EAP-Initiate/Re-auth 2016-10-22 23:13:17 +03:00
eapol_auth RADIUS: Share a single function for generating session IDs 2016-02-06 17:19:35 +02:00
eapol_supp ERP: Make eap_peer_finish() callable 2016-10-22 18:26:00 +03:00
fst FST: Fix search for peer's "other" connection 2016-09-08 11:17:45 +03:00
l2_packet l2_packet: Extend bridge workaround RX processing to cover two frames 2016-01-07 13:30:59 +02:00
p2p P2P: Send P2P-DEVICE-FOUND event on peer changing device name 2016-12-11 12:45:08 +02:00
pae PAE: Make KaY specific details available via control interface 2016-12-18 17:47:05 +02:00
radius radius: Sanity check for NULL pointer segfault 2016-08-19 12:16:20 +03:00
rsn_supp PeerKey: Fix STK 4-way handshake regression 2016-12-18 19:56:05 +02:00
tls Fix typo in DigestAlgorithn 2016-10-29 11:14:09 +03:00
utils Removed redundant NULL check for b in wpabuf_concat() 2016-10-28 19:05:08 +03:00
wps Share a single str_starts() implementation 2016-08-06 12:38:21 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00