Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos-legacy/wpa

VyOS wpa packages
https://github.com/vyos-legacy/wpa

Fix WPS AP mode regression

Commit 03d3f28a698ec2c269fed35b88be30373595eee2 broke initialization of
EAPOL authenticator stat...

df13a1cdffc867d738ff6e8e7c61cfad8b4ca4ba authored over 13 years ago by Jouni Malinen <[email protected]>
Fix #ifdef check for older openssl versions

Small compile fix for older versions of openssl that do not have SHA256
support and hence do not...

4bb3377bc5ef8f9ca39c6383ce0aa7759193754b authored over 13 years ago by Adam Kent <[email protected]>
Remove references to time_t/time()/random()

Replace direct calls in AP mode code with os_*() wrappers.

0b04889f0dc30955862b88d0edf02cda09820b32 authored over 13 years ago by Per Ekman <[email protected]>
Return NULL instead of 0 as the pointer on error case

c2197bc9bcec707f7844bf64352414706b071879 authored almost 14 years ago by Jouni Malinen <[email protected]>
Fix WPA/WPA2 AP rejection on parameter mismatch

If WPA/WPA2 was enabled in the configuration, the non-WPA exception
could allow an incorrect AP ...

c2f1fe41c2498e4b62892f26c67d5a9c102ed83c authored almost 14 years ago by Jouni Malinen <[email protected]>
Fix wpa_key_mgmt_*() helper functions to handle multiple bits

These can be used in some cases with a bitfield having multiple
AKMs enabled (e.g., WPA-PSK and ...

03d3f28a698ec2c269fed35b88be30373595eee2 authored almost 14 years ago by Jouni Malinen <[email protected]>
atheros: Add support for IEEE 802.11w configuration

a1ca02927aba6d95697c6e87ec6eff4c39135dec authored almost 14 years ago by Mahesh Palivela <[email protected]>
nl80211: Add support for auth_alg auto-selection with connect command

When the SME is in the driver or cfg80211, the automatic selection
of auth_alg is done by leavin...

3f3602386e21d1931fb8f37390f4259e6f367920 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Disable teardown MIC validation workaround

This MIC is required to be correct if the keys are set, so reject
the message if it does not hav...

d332e7083c05b2db78f89cdfa41643476b1f9b93 authored almost 14 years ago by Jouni Malinen <[email protected]>
dbus: Add support to get/set the country code

Add an Interface.Country property and support to get/set the value.

Signed-off-by: Sam Leffler ...

9768da202bd82b108b16fe824f5ef5ca5dbd8152 authored almost 14 years ago by Sam Leffler <[email protected]>
Fix a typo in a MIB variable in hostapd ctrl_interface

d9040cdb10c528142c41afc80cd1b0516de6f497 authored almost 14 years ago by Jouni Malinen <[email protected]>
wpa_s AP mode: Fix regression in P2P AP mode setup

Commit c76e5d7f9b7a4ed8c201f280a04e579d52765572 moved the
ap_configured_cb() call into a complet...

e73edcaa6a257b73863b8c05d93207fc96ad4b40 authored almost 14 years ago by Jouni Malinen <[email protected]>
nl80211: Send EAPOL frames as QoS data frames for QoS aware clients

This should fix EAPOL reauthentication and rekeying timeout issues
with Intel clients when using...

4378fc14ebfb355705e7674bf347ea659bcd77bc authored almost 14 years ago by Felix Fietkau <[email protected]>
bgscan_simple: Reschedule first fast scan

If the scan interval switches to the short interval soon after a
scan, bgscan_simple should not ...

439efd1eac41bed0606f6da66a0879b8f46c4df7 authored almost 14 years ago by Paul Stewart <[email protected]>
bgscan_simple: Time out short scan interval

We gain diminishing returns by the short scan interval. The short
scan interval is used to hunt ...

6d21d4112509da37982809817e8f83ffedb55d3b authored almost 14 years ago by Paul Stewart <[email protected]>
bgscan-simple: Poll for signal in init

It is not guaranteed that we will get a CQM signal shortly after setting
up monitoring. In order...

db03ddacffb7fadc5949b2fc37cdbd1aac5b3f6d authored almost 14 years ago by Paul Stewart <[email protected]>
driver: Function to directly poll signal quality

This provides a means for the supplicant to directly request signal
quality metrics from the dri...

1c5c7273f55d7ce867bd29558dcd0ebef9264ea1 authored almost 14 years ago by Paul Stewart <[email protected]>
dbus: Add "excessive" to debug_strings

The "debug_strings" private array in dbus_new_handles.c has fallen out
of sync with wpa_debug.h....

14dc00115eb7bd30b8f89da3104d00eee9ce8434 authored almost 14 years ago by Paul Stewart <[email protected]>
P2P: add a missing 'return' after building IE from an empty string

When building IE from an empty string and CONFIG_WPS_STRICT is
not defined, redundant 2 bytes ar...

72863ea7c6a1575b25f79c44a9c5ba2bc6a45c60 authored almost 14 years ago by Eliad Peller <[email protected]>
Work around SNonce updates on EAPOL-Key 1/4 retransmission

Some deployed supplicants update their SNonce for every receive
EAPOL-Key message 1/4 even when ...

e4bf4db907a8a2d0496d1a184f2574c7f7f1f7f1 authored almost 14 years ago by Jouni Malinen <[email protected]>
Add driver capa flag for EAPOL TX status and store capa in hostapd

2fee890af75fb05a69f41b01faa590b75fa7327c authored almost 14 years ago by Jouni Malinen <[email protected]>
P2P: Store more WPS attributes for peers

Store Manufacturer, Model Name, Model Number, and Serial Number
attributes for P2P peers and exp...

b67d0d9e4b095496fdfb188ab2515507e619160d authored almost 14 years ago by Jouni Malinen <[email protected]>
P2P: Add more WPS attributes into Listen state Probe Response

Configure more WPS attributes in the P2P module and use them
when generating WSC IE for Probe Re...

b6e01800355a3dac272f835ca5d4ae618b7bdf8a authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Allow TDLS to be disabled at runtime for testing purposes

Control interface command 'SET tdls_disabled <1/0>' can now be used
to disable/enable TDLS at ru...

b8f64582e3f812cc83f474257850b120803e6fcc authored almost 14 years ago by Jouni Malinen <[email protected]>
RSN IBSS: Restart IBSS state machines for each new IBSS

Change the old design of running a single long living RSN IBSS
instance to keep a separate insta...

78177a000e22fe351be7d91cb442c01543944966 authored almost 14 years ago by Jouni Malinen <[email protected]>
nl80211: Implement deauth for IBSS as leave IBSS command

21bdbe38be0534b03f3cde6b702dee95cf604d9a authored almost 14 years ago by Jouni Malinen <[email protected]>
Make GKeyDoneStations counting able to recover from mismatches

Previously, a bug in GKeyDoneStations count would remain in effect
until the authenticator is re...

3c183894d4350f6dc78860ee33ff98ff670d10a1 authored almost 14 years ago by Jouni Malinen <[email protected]>
Decrement GKeyDoneStations in WPA authenticator when STA is freed

If the STA to be freed is still included in GKeyDoneStations count,
decrement the count when the...

2ade8ef29611bfa4d655fa5f7a68ccccefeb38e7 authored almost 14 years ago by Jouni Malinen <[email protected]>
nl80211: Use NL80211_CMD_DEL_STATION event to indicate IBSS peer loss

ef985058f48edb47411aacfbf9e95b7a229bc77a authored almost 14 years ago by Jouni Malinen <[email protected]>
random: Read /dev/random in the background with eloop read socket

This makes it more likely to be able to fetch the 20 octet seed from
/dev/random in cases where ...

d47fa330b84df9b7e8e25ed6d467a36a33fea4ee authored almost 14 years ago by Jouni Malinen <[email protected]>
nl80211: Do not add interface to the global list in case of failure

This avoids leaving a freed interface on the global list in case
driver initialization fails.

c4bb88174369f4700833d887de60697d2ea0e15e authored almost 14 years ago by Johannes Berg <[email protected]>
hostapd: Add testing mode for RSN element extensions

CFLAGS += -DCONFIG_RSN_TESTING in .config and rsn_testing=1 in
hostapd.conf can now be used to e...

cd9fc7869aa1e3935c028d4032d15c75e9946410 authored almost 14 years ago by Jouni Malinen <[email protected]>
wpa_supplicant: Parameterize BSS table expiration age + count

Replace compile-time BSS cache expiration age and scan count by config
parameters that can be se...

78633c37090f52833ac8ddd7867ab13ce69d644b authored almost 14 years ago by Sam Leffler <[email protected]>
wpa_supplicant: Start bgscan on COMPLETED, not ASSOCIATED

Move the code snippet to switch on bgscan over to wpa_supplicant.c
from event.c, so that it can ...

cfe53c9aa5743b1a5f6749728e86d399fe5df799 authored almost 14 years ago by Paul Stewart <[email protected]>
Fix a typo in a comment

87880919adea24fda1204b647b90d92776563b75 authored almost 14 years ago by Jouni Malinen <[email protected]>
dbus: Add RemoveAllNetworks to the new D-Bus API

This adds a new command to the interface to remove all configured
netblocks. Without this it's n...

7c49fdd0bd214f5fa3af8407d7011930ac150ef1 authored almost 14 years ago by Sam Leffler <[email protected]>
wpa_supplicant: Search BSS list from back to front

This fixes an issue seen in our wifi testbed, where we frequently
switch the SSID of the AP. wpa...

bc8397822bcb89139959b4f00931d88db32c6636 authored almost 14 years ago by Nathan Williams <[email protected]>
dbus: Add D-Bus methods to flush the BSS cache

Add an "Interface.FlushBSS" method to the new D-Bus API and a "flush"
method to the old API. Bot...

2b65b30da86f550dc8c228cb2c6456e76dbc7978 authored almost 14 years ago by Sam Leffler <[email protected]>
dbus: Add ConfigFile to AddInterface properties

This provides feature parity with the old-style D-Bus API. Explicit
properties to control global...

d4c1ec56f11b7844a955bdf5ef4678bd0e44e121 authored almost 14 years ago by Sam Leffler <[email protected]>
Document CONFIG_DEBUG_SYSLOG and CONFIG_DEBUG_SYSLOG_FACILITY

fe885594ac4c8fb88856eeb3f6cd3818da34e6ef authored almost 14 years ago by Jouni Malinen <[email protected]>
Add support for setting the syslog facility from the config file

This enables setting the syslog facility at build time.

3e1996216ea87c25926aad11d9bb96970ee9238c authored almost 14 years ago by Sam Leffler <[email protected]>
wpa_s AP mode: complete only when setup is complete

The AP code might, currently only in the case of HT40, defer actual
enabling to after a scan. In...

c76e5d7f9b7a4ed8c201f280a04e579d52765572 authored almost 14 years ago by Johannes Berg <[email protected]>
wpa_s AP mode: propagate scan event

When wpa_s scans in AP mode, it doesn't propagate the scan event to the
AP code, so that code ca...

c202f19c682b5f87ba0259bea8449d6667f2e811 authored almost 14 years ago by Johannes Berg <[email protected]>
P2P: Add option for requested device type in P2P search/scan

With this, p2p_find can be extended to find certain requested device
types.

Signed-off-by: Joha...

046ef4aa6738a423741c369e8d38d2e7a9bae342 authored almost 14 years ago by Jean-Michel Bachot <[email protected]>
P2P: Use a single define for max number of vendor extensions

10c5d2a593249a2a1e0a5d4bfdba6caaff00bdb3 authored almost 14 years ago by Jouni Malinen <[email protected]>
P2P: Keep track of peer WPS vendor extensions

Make the P2P code keep track of WPS vendor extensions received from
peers so they can be exposed...

6f2c0607112354744cec693968f1bb689ffb070f authored almost 14 years ago by Jean-Michel Bachot <[email protected]>
P2P: Allow adding of WPS vendor extension attributes

This adds the ability to add WPS vendor extension attributes in P2P
frames, like GO Negotiation ...

f95cac271b06ed2ad15cfe7b4d6caad5b8ba2ad2 authored almost 14 years ago by Jean-Michel Bachot <[email protected]>
WPS: Add support for adding WPS Vendor Extensions

This adds the ability to add WPS vendor extensions to an AP (or GO).
They will be added to the W...

4028a7fd4382ac0612fdd146f5a21ee01dc56fbe authored almost 14 years ago by Jean-Michel Bachot <[email protected]>
WPS: Move P2P extension generation for WSC IE in Beacon frames

This cleans up debug log by keeping the WSC IE attributes for Beacon
frames before starting to b...

f3cb52fb909acf0c34da5b7a571bbb1e3214dc1c authored almost 14 years ago by Jouni Malinen <[email protected]>
IBSS RSN: Clear IBSS RSN peers based on peer lost events

ea244d2156791e9701ead185a99faf685e9df008 authored almost 14 years ago by Xi Chen <[email protected]>
WPS: Store (secondary) device type as binary

Instead of converting back and forth from the string representation,
always use the binary repre...

2f646b6e83f47b99202f7b18d5d45ef633c6cfa5 authored almost 14 years ago by Johannes Berg <[email protected]>
WPS: Fix copying of UUID from the first interface

Use the first interface (last in the list), not the last added
interface. In addition, use the s...

85a821d611c6c394b08a354822ae4c424b2cce90 authored almost 14 years ago by Jouni Malinen <[email protected]>
WPS: Add more debug information to PBC session overlap check

f2b3c6bc9c4e757f3d0d30841132b125a869c5f5 authored almost 14 years ago by Jouni Malinen <[email protected]>
WPS: Fix active PBC session removal to ignore MAC address

Use only the UUID-E to remove active PBC session(s) at the completion of
successful PBC protocol...

0439b08d3d0ecff740838439683a507568bc583a authored almost 14 years ago by Jouni Malinen <[email protected]>
Make the link process quieter unless V=1 is specified

Hide the long command lines used for linking the binaries in the
default build. "make V=1" can b...

586bad514b46eb48ebdec0aa3d1f01e2c6cc66f2 authored almost 14 years ago by Jouni Malinen <[email protected]>
P2P: Keep track of secondary device types for peers

Signed-off-by: Jean-Michel Bachot <[email protected]>
Signed-off-by: Johannes ...

e57ae6e19edfaf1cbecbdfabbfe9fbc729e2d064 authored almost 14 years ago by Jean-Michel Bachot <[email protected]>
P2P: Add Secondary Device Type list in Probe Response frames

Add Secondary Device Type List attribute in WSC IE for P2P
Probe Response frames if one or more ...

8e8c0df158b6ba7106d9f7e731b279fd2e7e418d authored almost 14 years ago by Jean-Michel Bachot <[email protected]>
WPS: Add secondary device types into Probe Request frames

The secondary device type list is an optional attribute in the WSC IE.

Signed-off-by: Jean-Mich...

a9e86bfb74e1ce54f5ed350fd14f16f1e5885ca6 authored almost 14 years ago by Jean-Michel Bachot <[email protected]>
IBSS RSN: Enable group rekeying every 10 minutes

13579b987b6b190824fc2d2359be12355c4a1e15 authored almost 14 years ago by Xi Chen <[email protected]>
IBSS RSN: Add for_each_sta handler for authenticator

92ac6376c47e58c7cc7fac32dd061dbe06f8a524 authored almost 14 years ago by Xi Chen <[email protected]>
IBSS RSN: Add supp_get_state handler

f385833bda47890e35f87d0d91493509910c07f3 authored almost 14 years ago by Xi Chen <[email protected]>
IBSS RSN: Do not start if not yet connected to IBSS

This is used to avoid starting IBSS RSN processing with a peer before
the IBSS connection itself...

df4182450195541a4aecbdb1f64a623ae1387d74 authored almost 14 years ago by Xi Chen <[email protected]>
nl80211: Implement deauth/disassoc for non-HOSTAPD case

Signed-off-by: Johannes Berg <[email protected]>

ee7ab173c79d3eb88e9d3777184bea386f2d8c42 authored almost 14 years ago by Johannes Berg <[email protected]>
wpa_s AP mode: Add notification functions for STA authorized

Signed-off-by: Johannes Berg <[email protected]>

d8a43924eca4fc92a07fc60f00024d76c6749fd8 authored almost 14 years ago by Johannes Berg <[email protected]>
dbus: Fix interface list getter with multiple interfaces

There's a bug in the getter for the 'Interfaces' property
of /fi/w1/wpa_supplicant1 (new D-Bus i...

5b49c9d5edf9006be0c4e19b8ffc7b257a18a054 authored almost 14 years ago by Catalin Drula <[email protected]>
hostapd: Don't force HT Mixed Mode for non-GF STAs

Currently hostapd will force HT Mixed Mode if at least one non-GF STA is
associated. This will f...

4f6bd86d07bd55f7ab0937ff4dab95238d1802d1 authored almost 14 years ago by Helmut Schaa <[email protected]>
HT: Skip ht_capab validation if ieee80211n=0

There is no point in running through the 40 MHz scan if HT is
actually disabled regardless of wh...

ec2b89098168ee6aade616ed9e2bad7a2d8eb27c authored almost 14 years ago by Sujith Manoharan <[email protected]>
Move .config to the toplevel .gitignore

4db9f805c7104ff0a8b218895879d312385e4acc authored almost 14 years ago by Jouni Malinen <[email protected]>
Check select() return value in wpa_ctrl_request()

Signed-off-by: Dmitry Shmidt <[email protected]>

c6a3a11048097fcec9925b3da528eab9eb272c18 authored almost 14 years ago by Dmitry Shmidt <[email protected]>
Android: Use /data/system/wpa_supplicant path as default in wpa_cli

8e8f849f9d63a0f7cbe01dd6348419b6ff453673 authored almost 14 years ago by Jouni Malinen <[email protected]>
wpa_cli: Allow wpa_supplicant control interface default to be changed

CONFIG_CTRL_IFACE_DIR can now be defined to modify the default directory
wpa_cli uses for the wp...

c5c5817c337cd420356f660cde5740ed4c69f32f authored almost 14 years ago by Jouni Malinen <[email protected]>
wpa_cli: Add Android socket support

Signed-off-by: Dmitry Shmidt <[email protected]>

b1001e4c4594103808bab4051c8aa9c8f3ea0b85 authored almost 14 years ago by Dmitry Shmidt <[email protected]>
Add DBus state change notification for AuthMode property

Signed-off-by: Paul Stewart <[email protected]>

5bbf9f10868b8718ed2f52a5afecf825f2f4b982 authored almost 14 years ago by Paul Stewart <[email protected]>
dbus: Add D-Bus method for current authentication mode

Chooses between EAP and non-EAP authentication modes and
uses the appropriate method to retrieve...

ba6f267f64380906a3c8692507a49e09fb8cf1cd authored almost 14 years ago by Paul Stewart <[email protected]>
wpa_supplicant: Add wpa_supplicant_get_eap_mode method

Signed-off-by: Paul Stewart <[email protected]>

cf83fb0b5baaa192042db7452b1426e2e02fd9ce authored almost 14 years ago by Paul Stewart <[email protected]>
eapol_supp: Request EAP method from EAP state machine

Signed-off-by: Paul Stewart <[email protected]>

c83e2e1c4504636ad2cdc0b7adcc41574cf2c1e8 authored almost 14 years ago by Paul Stewart <[email protected]>
eap_peer: Add method to return current method name

If there is an active EAP method, return its name.

Signed-off-by: Paul Stewart <[email protected]>

8813e4d57e2de675384ea025bbd5bb8598f1f10c authored almost 14 years ago by Paul Stewart <[email protected]>
nl80211: Extend bridge add/del operations for secondary BSSes

Previously, only the main interface was added to a bridge. Extend this
to apply to all configure...

e17a2477dbb6cc930ce0beb8678916b554674a4a authored almost 14 years ago by Jouni Malinen <[email protected]>
wlantest: Use source address of TDLS Setup Confirm failure for matching

This is needed to be able to find the correct TDLS entry for the
frame regardless of whether a F...

6ca4da65182cc194f182e33ddb5bcf2925718459 authored almost 14 years ago by Jouni Malinen <[email protected]>
wlantest: Fix source address for FromDS frames

39c147261e996eadc3f55f398e77e6a845fd5dba authored almost 14 years ago by Jouni Malinen <[email protected]>
atheros: Fix default TX key index setting for WEP

7099861e4e16f6565ec918a5fcba09543ce72899 authored almost 14 years ago by Ken Zhu <[email protected]>
Fix couple of typos in comments

61fbd3df04d78189c32520b6999efefe711bdd48 authored almost 14 years ago by Jouni Malinen <[email protected]>
WPS: Indicate PBC session overlap in wps_pbc return value

Use a specific return value, WPS-PBC-OVERLAP, to indicate a reason
for rejecting a wps_pbc comma...

3152ff421e4554123a56eec69017962e17fa46d6 authored almost 14 years ago by Chao-Wen Yang <[email protected]>
WPS: Ignore PBC session overlap if a specific Enrollee is selected

This allows the user to complete WPS provisioning using PBC by
selected a specific Enrollee even...

3cc002ff972216234da714c54f6b511cffa8d36f authored almost 14 years ago by Jouni Malinen <[email protected]>
wpa_supplicant AP: Copy generated UUID for AP configuration

If the wpa_supplicant configuration file does not specify an UUID,
we need to copy the generated...

ab45223b1a3fe51cef453d2a56f8b1f9e5d6adf9 authored almost 14 years ago by Jouni Malinen <[email protected]>
WPS: Show the received UUID-E from Probe Request in debug log

This makes it easier to debug PBC session overlap issues.

80e75578c4e67438ea3b9eb67fbe92e11072e96e authored almost 14 years ago by Jouni Malinen <[email protected]>
WPS: Copy UUID from the first interface

Instead of generating a different UUID for each interface, use the
same UUID that was either con...

ca29141c83fccbc1685003ea05bed5127ff1f4c1 authored almost 14 years ago by Jouni Malinen <[email protected]>
WPS: Use only UUID-E in PBC session overlap detection on Registrar

Ignore possible mismatches in the source address of the frame and only
use UUID-E to check wheth...

b0dc4155c3d4b279b4679e8e82e41588dc5341b2 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Add tdls_testing 0x400 for ignoring AP prohibit TDLS

b8fb017272ed4794339978c9fbc0e74571a44728 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Do not allow setup to be started if AP prohibits TDLS

52c9e6f3f5554ead02739fff9ff4b857c2cfaea7 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Add tdls_testing 0x200 for declining TDLS Setup Response

fb12d186b6b12e2a81ee6d377273cd2cac817cdb authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Allow wpa_cli tdls_setup to start renegotiation

If there is already a link the requested peer, request start of
renegotiation instead of complet...

94377fbc52dcb54fb8ab76b722e7d947ca34ed08 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Add testing mode for disabling TPK expiration

tdls_testing 0x104 can now be used to disable expiration of TPK
(0x100) and to use a short lifet...

ad79dba127fa29b8b95dd131e9b11c7088f0eba4 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Add testing code for concurrent initiation

tdls_testing 0x80 can now be used to request wpa_supplicant to send
a TDLS Setup Request frame (...

0c4268eb274618193d6f752712b596ab02a1974f authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Fix higher/lower MAC address check for concurrent init

The logic here was reversed: the STA with lower MAC address is the
one that continues as the ini...

43291b683c6d86d09fe4e3bf2a434c325787d837 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Tear down old link when receiving TDLS Setup Request

a8b2c2d657ca196887a82ce7921f466197878cf0 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Add tdls_testing flag (bit 6) for testing long TPK lifetime

2a469a6b5633b0c610466313d6a3067ecbea4e2d authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Use more thorough validation of TPK handshake

1c0b2ad1ce5586b36c13e306be5a5100cd4c2831 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Replace os_memset() of all peer data with safer approach

Blindly clearing all struct wpa_tdls_peer members is a risky
operation since it could easily cle...

f0bfbe2a6c2ac33918bc1166a6c15a32e08006e1 authored almost 14 years ago by Jouni Malinen <[email protected]>
TDLS: Remove unnecessary storing of Link ID IE in peer data

c61f3e5544dd90d0371bccac2243c6ed8221eb30 authored almost 14 years ago by Jouni Malinen <[email protected]>