fragattacks/src
Srinivasan B bdaf17489a hostapd: Fix Max SP Length derivation from QoS Info
Hostapd provides QoS info of the STA (Service Period & AC mask) to the
kernel during wpa_driver_nl80211_sta_add call. Bit 5 and Bit 6 of QoS
info represents the Max SP length. Fix an issue in the code to fetch the
Max SP by shifting right the QoS info by value WMM_QOSINFO_STA_SP_SHIFT.
(operator ">" is replaced with ">>" operator).

Signed-off-by: Srinivasan <srinivasanb@posedge.com>
2013-02-16 11:15:13 +02:00
..
ap WPS: Use pre-configured NFC password token instead of overriding it 2013-02-15 11:24:29 +02:00
common TDLS: Pass peer's HT Capability and QOS information during sta_add 2013-02-14 21:01:50 +02:00
crypto SAE: Replace comparison to one with crypto_bignum wrapper 2013-01-12 17:51:54 +02:00
drivers hostapd: Fix Max SP Length derivation from QoS Info 2013-02-16 11:15:13 +02:00
eap_common EAP peer: Add Session-Id derivation 2013-02-09 01:20:38 +02:00
eap_peer WPS: Fix wps_reg nfc-pw option 2013-02-14 19:44:54 +02:00
eap_server EAP-IKEV2 server: Fix invalid memory freeing operation 2013-02-09 01:20:36 +02:00
eapol_auth Initialize EAPOL auth identity/cui with STA entry data 2012-08-19 14:23:20 +03:00
eapol_supp eap_proxy: Add mechanism for allowing EAP methods to be offloaded 2013-02-08 11:54:01 +02:00
l2_packet Update license notification in files initially contributed by Sam 2012-06-30 19:36:04 +03:00
p2p P2P: Do not use old scan result data for peer discovery 2013-02-12 19:25:18 +02:00
radius Extend radius_msg_get_tunnel_password() to support multiple passwords 2012-11-25 17:19:04 +02:00
rsn_supp TDLS: Pass peer's Capability and Ext Capability info during sta_add 2013-02-14 21:02:34 +02:00
tls Enable 256-bit key AES in internal TLS implementation 2012-09-09 14:16:05 +03:00
utils Android: Allow setgroups to be overridden from build configuration 2013-02-08 11:53:58 +02:00
wps WPS: Use pre-configured NFC password token instead of overriding it 2013-02-15 11:24:29 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00