You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src
Tamizh chelvam fc72a48a63 hostapd: Use stations nsts capability in (Re)Association Response frame
Some deployed stations incorrectly consider nsts capability in
(Re)Association Response frame as required capability instead of maximum
capability and if it is greater than station's capability then beamform
will not happen in uplink traffic.

This commit adds support for an optional workaround to use station's
nsts capability in (Re)Association Response frame if the station's nsts
is less than AP by using the use_sta_nsts=1 configuration parameter.
This configuration is introduced in this commit and it is disabled by
default.

Signed-off-by: Tamizh chelvam <c_traja@qti.qualcomm.com>
8 years ago
..
ap hostapd: Use stations nsts capability in (Re)Association Response frame 8 years ago
common QCA vendor subcommand for LL_STATS extension 8 years ago
crypto OpenSSL: Fix OpenSSL 1.1.0 compatibility functions 8 years ago
drivers mka: Store cipher suite ID in a u64 instead of u8 pointer 8 years ago
eap_common TLS: Split tls_connection_prf() into two functions 8 years ago
eap_peer TNCC: Mark functions static 8 years ago
eap_server TNCS: Mark functions static 8 years ago
eapol_auth RADIUS: Share a single function for generating session IDs 9 years ago
eapol_supp
fst FST: Make fst_action_names static 8 years ago
l2_packet l2_packet: Extend bridge workaround RX processing to cover two frames 9 years ago
p2p P2Ps: Clear existing value when peer stops sending adv_service_instance 8 years ago
pae mka: Clean up key allocation 8 years ago
radius radius: Sanity check for NULL pointer segfault 8 years ago
rsn_supp TDLS: Declare tdls_testing as extern in a header file 8 years ago
tls
utils utils: os_unix: Use access() for checking file existence 8 years ago
wps Share a single str_starts() implementation 8 years ago
Makefile
lib.rules