summaryrefslogtreecommitdiff
path: root/wpa_supplicant/mesh_mpm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename VHT elements to match the standardJouni Malinen2023-04-261-1/+1
* mesh: Add EHT supportSathishkumar Muruganandam2023-03-091-1/+31
* MLD STA: Extend key configuration functions to support Link IDVeerendranath Jakkam2022-11-061-3/+5
* mesh: Make forwarding configurableDaniel Golle2021-12-121-2/+3
* mesh: Enable 80 MHz support for 11s mesh in 6 GHzPradeep Kumar Chitrapu2021-11-091-1/+9
* mesh: Stop SAE auth timer when mesh node is removedUdhayakumar Mahendiran2020-10-121-0/+1
* OCV: Use more granular error codes for OCI validation failuresVeerendranath Jakkam2020-09-111-1/+1
* mesh: Fix peer link counting when removing a mesh peerYu Wang2020-07-151-0/+2
* OCV: Move "OCV failed" prefix to callersJouni Malinen2020-05-251-1/+1
* mesh: Convert Boolean to C99 boolJouni Malinen2020-04-241-6/+6
* Remove CONFIG_IEEE80211N build optionJouni Malinen2020-02-221-8/+0
* Introduce and add key_flagAlexander Wetzel2020-01-091-3/+6
* mesh: Fix race condition in mesh mpm new peer handlingFelix Fietkau2019-12-281-5/+6
* mesh: Increase plink action frame AMPY buffer length for max GTK/IGTKJouni Malinen2019-12-251-1/+1
* mesh: Add support for HE modeSven Eckelmann2019-06-231-0/+32
* mesh: Fix random llid generation in an error caseJouni Malinen2019-04-151-1/+1
* OCV: Include and verify OCI in the AMPE handshakeMathy Vanhoef2018-12-171-0/+72
* Store the VHT Operation element of an associated STAMathy Vanhoef2018-12-161-0/+1
* mesh: Add Category and Action field to maximum buffer lengthJouni Malinen2018-11-241-1/+2
* mesh: Fix off-by-one in buf length calculationBob Copeland2018-11-241-1/+1
* Silence new gcc warnings on switch statement fallthroughsJouni Malinen2018-05-151-1/+1
* dbus: Add MeshPeerDisconnected signalSaurav Babu2017-09-101-0/+4
* dbus: Add MeshPeerConnected signalSaurav Babu2017-09-101-0/+4
* mesh: Use correct rate in HT and legacy mixed environmentMasashi Honma2017-02-191-1/+2
* mesh: Check remote peer HT Operation elementMasashi Honma2017-01-291-0/+14
* FILS: Extend wpa_auth_pmksa_get() to support PMKID matchingJouni Malinen2016-10-221-1/+1
* hostapd: Use stations nsts capability in (Re)Association Response frameTamizh chelvam2016-09-051-1/+1
* mesh: Report mesh peer AID to kernelMasashi Honma2016-07-231-2/+7
* mesh: Add debug prints on my/peer lid mismatchesJouni Malinen2016-06-291-3/+16
* mesh: Add MPM FSM transitions from ESTAB to HOLDING for {OPN,CNF}_RJCTJouni Malinen2016-06-281-0/+2
* mesh: Update MPM FSM events to match the standardJouni Malinen2016-06-281-20/+27
* mesh: Rename MPM FSM states to match the standardJouni Malinen2016-06-281-16/+16
* mesh: Indicate OPN_RJCT event if AES-SIV decrypt failsJouni Malinen2016-06-281-7/+17
* mesh: Write close reason from Mesh Peering Close to debug logJouni Malinen2016-06-281-0/+4
* mesh: Use MESH_CAP_* macros for mesh capabilityMasashi Honma2016-06-191-1/+2
* mesh: Ignore crowded peerMasashi Honma2016-06-191-0/+8
* mesh: Avoid use of hardcoded cipherJouni Malinen2016-06-191-12/+12
* mesh: Clean up AMPE element encoding and parsingJouni Malinen2016-06-191-3/+8
* mesh: Do not use RX MGTK as RX IGTKJouni Malinen2016-06-191-3/+9
* mesh: Use variable length MGTK for RXJouni Malinen2016-06-191-4/+6
* mesh: Add variable length MTK supportJouni Malinen2016-06-191-2/+3
* mesh: Calculate MTK before sending it to MAC in case Open is droppedPeter Oh2016-05-131-0/+2
* mesh: Add missing action to cancel timerPeter Oh2016-05-131-0/+1
* mesh: Add support for PMKSA cachingMasashi Honma2016-03-201-5/+35
* mesh: Add MESH_PEER_ADD commandMasashi Honma2016-03-201-0/+44
* mesh: Add MESH_PEER_REMOVE commandMasashi Honma2016-03-201-2/+23
* mesh: Fix peer link counting when a mesh peer reconnectsSrinivasa Duvvuri2016-02-061-1/+3
* mesh: Do not force another peering exchange on driver eventJouni Malinen2016-01-061-3/+6
* mesh: Do not clear link state on driver event if exchange was startedJouni Malinen2016-01-061-1/+2
* mesh: Add some more details to MPM debug messagesJouni Malinen2016-01-061-2/+7