summaryrefslogtreecommitdiff
path: root/src/fst
Commit message (Expand)AuthorAgeFilesLines
* FST: Mark fst_ies buffer constJouni Malinen2015-08-032-3/+3
* FST: Fix MB IE clearing on detachAnton Nayshtut2015-08-031-0/+1
* FST: Make fst_hw_mode_to_band() non-inline functionJouni Malinen2015-07-262-16/+18
* FST: Fix get_peer_mbies interface fetching in multi-group caseJouni Malinen2015-07-261-2/+2
* FST: Merge unreachable error case to another error returnJouni Malinen2015-07-261-4/+1
* FST: Use more robust interface-find for TEST_REQUESTJouni Malinen2015-07-261-7/+5
* FST: Use more robust interface-find for event messagesJouni Malinen2015-07-261-11/+12
* FST: Remove unnecessary fst_attach() already attached checkJouni Malinen2015-07-261-21/+0
* FST: Fix dialog token wrap-aroundJouni Malinen2015-07-261-1/+1
* FST: Validate STIE header in FST Setup Request/ResponseJouni Malinen2015-07-261-0/+12
* FST: Fix Session Transition element length field valueJouni Malinen2015-07-261-6/+8
* FST: Print reason for ignoring FST Action frame in debug logJouni Malinen2015-07-251-0/+4
* FST: Fix FST-MANAGER TEST_REQUEST parsingJouni Malinen2015-07-181-0/+21
* FST: Remove unreachable code in fst_session_handle_tear_down()Jouni Malinen2015-07-181-5/+0
* FST: Remove duplicated dl_list_empty() check befor dl_list_first()Jouni Malinen2015-07-182-11/+5
* FST: Use EINVAL more consistently as a negative return valueJouni Malinen2015-07-182-25/+22
* FST: Mark get_mb_ie() return value constJouni Malinen2015-07-185-21/+22
* FST: Replace print_mb_ies() with wpa_snprintf_hex()Jouni Malinen2015-07-183-34/+7
* FST: Mark format_session_state_extra() staticJouni Malinen2015-07-181-5/+2
* FST: Avoid using pointer to mgmt->u.action.u.fst_actionJouni Malinen2015-07-171-10/+15
* FST: Remove the IE header len/size macrosJouni Malinen2015-07-172-13/+10
* FST: Clean up fst_group_update_ie()Jouni Malinen2015-07-173-21/+14
* FST: Move fst_mbie_get_peer_addr() into fst_group.cJouni Malinen2015-07-172-21/+21
* FST: Fix FST Action frame length validationJouni Malinen2015-07-171-7/+38
* FST: Testing supportAnton Nayshtut2015-07-164-0/+369
* FST: Add the Fast Session Transfer (FST) moduleAnton Nayshtut2015-07-1616-0/+4009