index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fst
Commit message (
Expand
)
Author
Age
Files
Lines
*
FST: Convert Boolean to C99 bool
Jouni Malinen
2020-04-24
11
-112/+112
*
FST: Update FST about MAC address change
Dedy Lansky
2019-10-15
2
-0/+16
*
UBSan: Define FST LLT macros without integer overflow
Jouni Malinen
2019-02-25
1
-4/+12
*
fst: Fix compile error in fst_ctrl_aux.h with C++ compilers
Lior David
2018-05-21
1
-10/+12
*
Silence new gcc warnings on switch statement fallthroughs
Jouni Malinen
2018-05-15
1
-1/+1
*
FST: Silence compiler warning on WPA_ASSERT
Jouni Malinen
2017-01-29
1
-1/+1
*
FST: Remove a bogus WPA_ASSERT()
Jouni Malinen
2017-01-29
1
-2/+0
*
Fix or supress various sparse warnings
Johannes Berg
2017-01-29
1
-1/+1
*
FST: Fix search for peer's "other" connection
Dedy Lansky
2016-09-08
3
-115/+175
*
FST: Make fst_action_names static
Jouni Malinen
2016-06-23
1
-1/+1
*
FST: Fix byte order of couple of fields on big endian hosts
Jouni Malinen
2016-06-23
2
-10/+10
*
FST: Make fst_global_deinit() more robust
Jouni Malinen
2016-06-12
1
-0/+6
*
FST: Fix session setup failure with peer without MB IE
Dedy Lansky
2016-03-07
1
-1/+1
*
FST: Enlarge State Transition Timeout (STT)
Dedy Lansky
2016-03-03
1
-1/+2
*
FST: Get rid of gcc extensions in structure/array initialization
Jouni Malinen
2016-01-15
3
-19/+22
*
FST: Fix handling of Rx FST Setup Request when session already exists
Dedy Lansky
2015-12-29
1
-15/+19
*
FST: Make FST peer connection check more permissive in hostapd
Anton Nayshtut
2015-11-25
6
-10/+16
*
FST: Fix STA MB IEs creation
Anton Nayshtut
2015-11-23
1
-26/+0
*
FST: Mark fst_ies buffer const
Jouni Malinen
2015-08-03
2
-3/+3
*
FST: Fix MB IE clearing on detach
Anton Nayshtut
2015-08-03
1
-0/+1
*
FST: Make fst_hw_mode_to_band() non-inline function
Jouni Malinen
2015-07-26
2
-16/+18
*
FST: Fix get_peer_mbies interface fetching in multi-group case
Jouni Malinen
2015-07-26
1
-2/+2
*
FST: Merge unreachable error case to another error return
Jouni Malinen
2015-07-26
1
-4/+1
*
FST: Use more robust interface-find for TEST_REQUEST
Jouni Malinen
2015-07-26
1
-7/+5
*
FST: Use more robust interface-find for event messages
Jouni Malinen
2015-07-26
1
-11/+12
*
FST: Remove unnecessary fst_attach() already attached check
Jouni Malinen
2015-07-26
1
-21/+0
*
FST: Fix dialog token wrap-around
Jouni Malinen
2015-07-26
1
-1/+1
*
FST: Validate STIE header in FST Setup Request/Response
Jouni Malinen
2015-07-26
1
-0/+12
*
FST: Fix Session Transition element length field value
Jouni Malinen
2015-07-26
1
-6/+8
*
FST: Print reason for ignoring FST Action frame in debug log
Jouni Malinen
2015-07-25
1
-0/+4
*
FST: Fix FST-MANAGER TEST_REQUEST parsing
Jouni Malinen
2015-07-18
1
-0/+21
*
FST: Remove unreachable code in fst_session_handle_tear_down()
Jouni Malinen
2015-07-18
1
-5/+0
*
FST: Remove duplicated dl_list_empty() check befor dl_list_first()
Jouni Malinen
2015-07-18
2
-11/+5
*
FST: Use EINVAL more consistently as a negative return value
Jouni Malinen
2015-07-18
2
-25/+22
*
FST: Mark get_mb_ie() return value const
Jouni Malinen
2015-07-18
5
-21/+22
*
FST: Replace print_mb_ies() with wpa_snprintf_hex()
Jouni Malinen
2015-07-18
3
-34/+7
*
FST: Mark format_session_state_extra() static
Jouni Malinen
2015-07-18
1
-5/+2
*
FST: Avoid using pointer to mgmt->u.action.u.fst_action
Jouni Malinen
2015-07-17
1
-10/+15
*
FST: Remove the IE header len/size macros
Jouni Malinen
2015-07-17
2
-13/+10
*
FST: Clean up fst_group_update_ie()
Jouni Malinen
2015-07-17
3
-21/+14
*
FST: Move fst_mbie_get_peer_addr() into fst_group.c
Jouni Malinen
2015-07-17
2
-21/+21
*
FST: Fix FST Action frame length validation
Jouni Malinen
2015-07-17
1
-7/+38
*
FST: Testing support
Anton Nayshtut
2015-07-16
4
-0/+369
*
FST: Add the Fast Session Transfer (FST) module
Anton Nayshtut
2015-07-16
16
-0/+4009