hostap/src/rsn_supp
Jouni Malinen 4be17ffbd9 Replace int status/reason_code with u16 variable
These cases are for the IEEE 802.11 Status Code and Reason Code and
those fields are unsigned 16 bit values, so use the more appropriate
type consistently. This is mainly to document the uses and to make the
source code easier to understand.

Signed-off-by: Jouni Malinen <j@w1.fi>
2019-04-22 22:08:07 +03:00
..
Makefile Remove all PeerKey functionality 2017-10-16 02:03:47 +03:00
pmksa_cache.c Add AKM info in the debug message noting PMKSA caching entry addition 2019-03-27 04:02:19 +02:00
pmksa_cache.h Fix wpa_supplicant build with CONFIG_NO_WPA 2018-04-13 11:43:57 +03:00
preauth.c SAE: Only allow SAE AKMP for PMKSA caching attempts 2018-04-09 19:34:44 +03:00
preauth.h Fix wpa_supplicant build with IEEE8021X_EAPOL=y and CONFIG_NO_WPA=y 2016-01-15 20:04:41 +02:00
tdls.c UBSan: Avoid an unsigned integer overflow warning 2019-02-25 19:48:49 +02:00
wpa.c FT: Allow 4-way handshake for PTK rekeying to continue without PMK/PMKID 2019-04-19 01:05:41 +03:00
wpa.h Replace int status/reason_code with u16 variable 2019-04-22 22:08:07 +03:00
wpa_ft.c OCV: Include and verify OCI in the FT handshake 2018-12-17 15:42:23 +02:00
wpa_i.h Replace int status/reason_code with u16 variable 2019-04-22 22:08:07 +03:00
wpa_ie.c OCV: Parse all types of OCI information elements 2018-12-17 00:02:14 +02:00
wpa_ie.h OCV: Parse all types of OCI information elements 2018-12-17 00:02:14 +02:00