hostap/src
Jouni Malinen 3394def5a8 More consistent SA check for unexpected Data frames
Use the same rules for dropping driver notifications for Data frames
from unassociated stations as were added for Management frame reception.
This results in more consistent behavior in sending out Deauthentication
frames with Reason Code 6/7.

This case was already checking for unexpected multicast addresses, so
there was no issue for the PMF protections for unexpected disconnection.
Anyway, better avoid unnecessary Deauthentication frames consistently.

Signed-off-by: Jouni Malinen <j@w1.fi>
2019-09-17 12:38:15 +03:00
..
ap More consistent SA check for unexpected Data frames 2019-09-17 12:38:15 +03:00
common DPP2: Connection status result (Enrollee) 2019-09-16 17:25:34 +03:00
crypto OpenSSL: Write peer certificate chain details in debug log 2019-08-19 16:34:22 +03:00
drivers HE: Send the AP's OBSS PD settings to the kernel 2019-09-10 14:00:14 +03:00
eap_common EAP-TEAP: Add parsing and generation routines for Identity-Type TLV 2019-08-20 01:34:12 +03:00
eap_peer EAP-TEAP peer: Clear Phase 2 EAP method on new Identity exchange 2019-09-01 17:19:43 +03:00
eap_server EAP server: Configurable maximum number of authentication message rounds 2019-09-01 17:19:35 +03:00
eapol_auth EAP server: Use struct eap_config to avoid duplicated definitions 2019-08-18 17:36:32 +03:00
eapol_supp Pass full struct to peer certificate callbacks 2019-06-14 23:10:50 +03:00
fst UBSan: Define FST LLT macros without integer overflow 2019-02-25 19:48:49 +02:00
l2_packet wpa_supplicant: Don't reply to EAPOL if pkt_type is PACKET_OTHERHOST 2018-04-02 12:21:27 +03:00
p2p P2P: Fix memory size for os_memmove() in p2p_check_pref_chan() 2019-06-26 20:22:33 +03:00
pae mka: Accept last two used MNs in Peers List of a received MKPDU 2019-07-29 17:05:40 +03:00
radius RADIUS server: Abort startup on allocation failures 2019-08-20 02:57:58 +03:00
rsn_supp Remove CONFIG_IEEE80211W build parameter 2019-09-08 17:33:40 +03:00
tls libtommath: Make sure fast_s_mp_mul_digs initializes the W[] array 2019-06-22 18:56:44 +03:00
utils Remove IAPP functionality from hostapd 2019-09-11 13:11:03 +03:00
wps WPS: Fix a typo in a comment (use full WPA2-Personal name) 2019-06-26 20:01:34 +03:00
lib.rules tests: Fix CFLAGS passing for new fuzzing tools 2019-06-11 06:34:19 +03:00
Makefile