FST: Fix search for peer's "other" connection
[mech_eap.git] / src / fst / fst_session.c
2016-09-08 Dedy LanskyFST: Fix search for peer's "other" connection
2016-06-23 Jouni MalinenFST: Make fst_action_names static
2016-06-23 Jouni MalinenFST: Fix byte order of couple of fields on big endian...
2016-03-03 Dedy LanskyFST: Enlarge State Transition Timeout (STT)
2016-01-15 Jouni MalinenFST: Get rid of gcc extensions in structure/array initi...
2015-12-29 Dedy LanskyFST: Fix handling of Rx FST Setup Request when session...
2015-11-25 Anton NayshtutFST: Make FST peer connection check more permissive...
2015-07-26 Jouni MalinenFST: Use more robust interface-find for TEST_REQUEST
2015-07-26 Jouni MalinenFST: Validate STIE header in FST Setup Request/Response
2015-07-26 Jouni MalinenFST: Fix Session Transition element length field value
2015-07-18 Jouni MalinenFST: Fix FST-MANAGER TEST_REQUEST parsing
2015-07-18 Jouni MalinenFST: Remove unreachable code in fst_session_handle_tear...
2015-07-18 Jouni MalinenFST: Use EINVAL more consistently as a negative return...
2015-07-18 Jouni MalinenFST: Mark get_mb_ie() return value const
2015-07-18 Jouni MalinenFST: Replace print_mb_ies() with wpa_snprintf_hex()
2015-07-17 Jouni MalinenFST: Avoid using pointer to mgmt->u.action.u.fst_action
2015-07-17 Jouni MalinenFST: Fix FST Action frame length validation
2015-07-16 Anton NayshtutFST: Testing support
2015-07-16 Anton NayshtutFST: Add the Fast Session Transfer (FST) module