hostap/src
Jouni Malinen fe73b469e8 FST: Fix dialog token wrap-around
Dialog token is only 8 bits and maintaining u32 version of it in struct
fst_group resulted in incorrect wrap-around behavior in
fst_group_assign_dialog_token(). It was possible to assign u8
dialog_token value 0 because of this. Fix this by using u8 variable
consistently.

Signed-off-by: Jouni Malinen <j@w1.fi>
2015-07-26 18:12:08 +03:00
..
ap FST: Print reason for ignoring FST Action frame in debug log 2015-07-25 23:20:33 +03:00
common Add QCA vendor definitions for multi-port concurrency 2015-07-22 11:50:01 +03:00
crypto Make TLS version number available in STATUS command 2015-07-08 19:51:03 +03:00
drivers atheros: Enable PMF functionality without CONFIG_IEEE80211R=y 2015-07-24 16:55:16 +03:00
eap_common EAP-SAKE: Make attribute parser more readable 2015-05-03 16:32:50 +03:00
eap_peer Make TLS version number available in STATUS command 2015-07-08 19:51:03 +03:00
eap_server EAP server: Force FAILURE if EAP method buildReq fails 2015-07-19 16:29:29 +03:00
eapol_auth Add EAPOL_SET hostapd command to configure EAPOL parameters 2015-07-12 11:34:18 +03:00
eapol_supp Send EAPOL-Start on HELD->CONNECTING transition 2015-07-07 19:25:31 +03:00
fst FST: Fix dialog token wrap-around 2015-07-26 18:12:08 +03:00
l2_packet
p2p Use a single cleanup timer per wpa_supplicant process 2015-07-20 13:28:12 +03:00
pae
radius RADIUS DAS: Avoid compiler warning on abs() 2015-07-07 16:25:06 +03:00
rsn_supp RSN: Stop connection attempt on apparent PMK mismatch 2015-07-08 20:55:17 +03:00
tls libtommath: Fix mp_init_multi() stdarg use on error path 2015-06-23 20:39:08 +03:00
utils eloop: Fix cases where a socket is reopened from a timeout/signal handler 2015-07-23 18:39:35 +03:00
wps WPS: Avoid bogus static analyzer warning in ndef_parse_record() 2015-07-17 20:43:17 +03:00
lib.rules
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00