aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-10IEEE802.11: WAN Metrics Length Check UpdateMatthew Weant1-0/+3
2020-08-07netmon: handle non-monitor-mode 802.11 packets differently.Guy Harris1-2/+3
2020-07-13ieee1905: Comform to the latest Multi-AP spec plus add reassembly.Richard Sharpe1-3/+3
2020-07-08ieee80211: add VS SGDSN type 1 messageYann Pomarède1-0/+216
2020-07-06ieee80211: Remove duplicate and erroneous entries in the status code table.Richard Sharpe1-3/+1
2020-07-02ieee80211: Fix bitmask of RNSX fieldsAlexis La Goutte1-4/+4
2020-06-22ieee80211: update status code (from 802.11REVmd May 2020)Alexis La Goutte1-45/+68
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-143/+143
2020-06-17ieee80211: fix BSS menbership (wrong value)Alexis La Goutte1-6/+5
2020-06-12802.11: Add BSS membership selector to supported(and extended) rates TagAlexis La Goutte1-0/+6
2020-06-10ieee80211: Add RSN eXtension (Tag 244)Alexis La Goutte1-0/+66
2020-06-01dot11decrypt: Support decryption using TK user inputMikael Kanstrup1-7/+30
2020-05-25dot11decrypt: Use hash table to store SA entriesMikael Kanstrup1-1/+1
2020-05-25dot11decrypt: Remove some unused codeMikael Kanstrup1-10/+4
2020-05-20IEEE802.11: Added HS2.0 ANQP Oper Class Indic InfoMatthew Weant1-1/+47
2020-05-20IEEE802.11: Added Hotspot 2.0 ANQP Connection Capability InfoMatthew Weant1-6/+27
2020-05-20IEEE802.11: Adding ANQP Type 280 per IEEE 802.11-2016Matthew Weant1-1/+123
2020-05-07IEEE802.11: HS2.0 ANQP Friendly Name Subtree FixMatthew Weant1-3/+3
2020-05-07IEEE802.11: Fixed HS2.0 Cap List DissectionMatthew Weant1-0/+4
2020-04-30ieee80211: fix typo naqp => anqpAlexis La Goutte1-11/+11
2020-04-17ieee80211: Fix minor errors in WFA MBO-OCE elementCedric Izoard1-22/+16
2020-04-17ieee80211: Allow vendor element in WNM transition req/respCedric Izoard1-2/+2
2020-04-17ieee80211: Fix BSS termination in WNM BSS transition requestCedric Izoard1-11/+52
2020-04-17ieee80211: Dissect WFA WNM notification requestCedric Izoard1-0/+48
2020-04-17ieee80211: Dissect OCE attributes of WFA MBO-OCE elementCedric Izoard1-0/+181
2020-04-17ieee80211: Dissect WFA MBO ANQP elementCedric Izoard1-0/+65
2020-04-17ieee80211: Fix length in vendor specific ANQP data subsetCedric Izoard1-1/+1
2020-04-17ieee80211: Separate WFA vendor specific element and ANQP subtypesCedric Izoard1-5/+9
2020-04-17ieee80211: Dissect MBO attributes of WFA MBO-OCE elementCedric Izoard1-0/+304
2020-04-02ieee80211: Beacon Radio Measurement request/report updateCedric Izoard1-46/+247
2020-03-14ieee80211: GCMP decryption supportMikael Kanstrup1-1/+16
2020-03-14ieee80211: Add CCMP-256 decryption supportMikael Kanstrup1-4/+9
2020-03-05ieee80211: Add additional field to fixed parameter.Jambukumar Kulandaivel1-13/+43
2020-02-24ieee80211: Adding dissect of 60GHz Information ElementJambukumar Kulandaivel1-1/+117
2020-02-15iee80211: Conform to the spec and handle Anti-Clogging Token container.Richard Sharpe1-31/+101
2020-02-05eee802.11: Fix bug in previous SAE Anti-clogging support.Richard Sharpe1-2/+3
2020-02-03ieee80211: More correctly handle EOSP vs bit-4 in QoS frames.Richard Sharpe1-3/+8
2020-02-03ieee80211: Add support for an SAE anti-clogging token handleing.Richard Sharpe1-58/+116
2019-12-27ieee802.11ax: Fix spelling mistakes in HE Capabilities Supported HE-MCS.Richard Sharpe1-6/+6
2019-12-20802.11: Use the pseudo-header PHY to determine whether it's DMG.Guy Harris1-3/+1
2019-12-20ieee80211: use offsets when needed not before.Dario Lombardo1-4/+4
2019-12-18ieee802.11: Support the latest band id values and fix MHz.Richard Sharpe1-5/+6
2019-12-15WiFi: Properly parse bitmap sections (CID-1451085)Jaap Keuter1-3/+3
2019-12-04ieee80211: Improve EAPOL Key MIC Len handling in some cases.Richard Sharpe1-18/+182
2019-11-26ieee80211: Correct 802.11ax Basic Trigger Preferred AC field decodingNathan Houghton1-2/+2
2019-11-14dot11decrypt: Support 384 bit long PMKMikael Kanstrup1-4/+5
2019-11-14dot11decrypt: Dynamic sized TK, KEK, KCK, PTKMikael Kanstrup1-12/+23
2019-11-14[RFC]ieee80211: Fix function to determine mic lengthMikael Kanstrup1-8/+23
2019-11-14dot11decrypt: Export Dot11DecryptDecryptKeyData functionMikael Kanstrup1-49/+101
2019-11-14dot11decrypt: Let dissector parse eapol framesMikael Kanstrup1-23/+84