fragattacks/src/fst
Jouni Malinen c715d5c36c FST: Remove unreachable code in fst_session_handle_tear_down()
fst_session_is_in_progress() is already checked as part of
fst_find_session_in_progress() before calling
fst_session_handle_action(). This is the only call path that can reach
fst_session_handle_tear_down() and as such, fst_session_is_in_progress()
cannot return 0 here.

Signed-off-by: Jouni Malinen <j@w1.fi>
2015-07-18 19:06:34 +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: Use EINVAL more consistently as a negative return value 2015-07-18 17:23:55 +03: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: Mark get_mb_ie() return value const 2015-07-18 17:23:55 +03:00
fst_group.h FST: Remove duplicated dl_list_empty() check befor dl_list_first() 2015-07-18 17:23:55 +03:00
fst_iface.c FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00
fst_iface.h FST: Mark get_mb_ie() return value const 2015-07-18 17:23:55 +03:00
fst_internal.h FST: Remove the IE header len/size macros 2015-07-17 19:06:48 +03:00
fst_session.c FST: Remove unreachable code in fst_session_handle_tear_down() 2015-07-18 19:06:34 +03:00
fst_session.h FST: Testing support 2015-07-16 18:26:16 +03:00
fst.c FST: Remove duplicated dl_list_empty() check befor dl_list_first() 2015-07-18 17:23:55 +03:00
fst.h FST: Mark get_mb_ie() return value const 2015-07-18 17:23:55 +03:00
Makefile FST: Add the Fast Session Transfer (FST) module 2015-07-16 18:26:15 +03:00