hostap/src/fst
Anton Nayshtut b47d05aa45 FST: Make FST peer connection check more permissive in hostapd
Modify the FST peer connection check so it won't skip peers without MB
IEs making it more permissive for peers that didn't provide MB IEs
during association request. This can be helpful, e.g., in cases where a
STA's interface connected before it was added to the FST group. This
allows the AP to receive FST Action frames and initiate session with a
STA via STA's interface that doesn't expose MB IEs.

The adjusted FST protocol is still safe, as it protects itself in many
other ways (checking band info and it's accordance to the interfaces,
Setup IDs, connection states of the interfaces involved, etc.)
effectively avoiding all types of invalid situations.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2015-11-25 17:30:59 +02:00
..
fst.c FST: Make FST peer connection check more permissive in hostapd 2015-11-25 17:30:59 +02:00
fst.h FST: Mark fst_ies buffer const 2015-08-03 17:40:30 +03:00
fst_ctrl_aux.c FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_ctrl_aux.h FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_ctrl_defs.h FST: Testing support 2015-07-16 18:26:16 +03:00
fst_ctrl_iface.c FST: Make FST peer connection check more permissive in hostapd 2015-11-25 17:30:59 +02:00
fst_ctrl_iface.h FST: Replace print_mb_ies() with wpa_snprintf_hex() 2015-07-18 17:23:55 +03:00
fst_defs.h FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_group.c FST: Make FST peer connection check more permissive in hostapd 2015-11-25 17:30:59 +02:00
fst_group.h FST: Fix dialog token wrap-around 2015-07-26 18:12:08 +03:00
fst_iface.c FST: Make FST peer connection check more permissive in hostapd 2015-11-25 17:30:59 +02:00
fst_iface.h FST: Make FST peer connection check more permissive in hostapd 2015-11-25 17:30:59 +02:00
fst_internal.h FST: Make fst_hw_mode_to_band() non-inline function 2015-07-26 18:45:14 +03:00
fst_session.c FST: Make FST peer connection check more permissive in hostapd 2015-11-25 17:30:59 +02:00
fst_session.h FST: Testing support 2015-07-16 18:26:16 +03:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00