Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / fst /
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-06-12 Jouni MalinenFST: Make fst_global_deinit() more robust
2016-03-07 Dedy LanskyFST: Fix session setup failure with peer without MB IE
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-11-23 Anton NayshtutFST: Fix STA MB IEs creation
2015-08-03 Jouni MalinenFST: Mark fst_ies buffer const
2015-08-03 Anton NayshtutFST: Fix MB IE clearing on detach
2015-07-26 Jouni MalinenFST: Make fst_hw_mode_to_band() non-inline function
2015-07-26 Jouni MalinenFST: Fix get_peer_mbies interface fetching in multi...
2015-07-26 Jouni MalinenFST: Merge unreachable error case to another error...
2015-07-26 Jouni MalinenFST: Use more robust interface-find for TEST_REQUEST
2015-07-26 Jouni MalinenFST: Use more robust interface-find for event messages
2015-07-26 Jouni MalinenFST: Remove unnecessary fst_attach() already attached...
2015-07-26 Jouni MalinenFST: Fix dialog token wrap-around
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-25 Jouni MalinenFST: Print reason for ignoring FST Action frame in...
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: Remove duplicated dl_list_empty() check befor...
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-18 Jouni MalinenFST: Mark format_session_state_extra() static
2015-07-17 Jouni MalinenFST: Avoid using pointer to mgmt->u.action.u.fst_action
2015-07-17 Jouni MalinenFST: Remove the IE header len/size macros
2015-07-17 Jouni MalinenFST: Clean up fst_group_update_ie()
2015-07-17 Jouni MalinenFST: Move fst_mbie_get_peer_addr() into fst_group.c
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