[PATCH 0/3] Add FILS discovery support
Aloka Dixit <[email protected]> Wed, 17 Jun 2020 21:35:49 -0700
| Newsgroups | gmane.linux.drivers.hostap |
|---|---|
| Message-ID | <[email protected]> |
This patchset adds FILS discovery support with some 6GHz specific details. Aloka Dixit (3): 6G: Define FILS discovery frame elements AP: Add FILS discovery support nl80211: Add FILS discovery support hostapd/config_file.c | 4 + hostapd/hostapd.conf | 5 + src/ap/ap_config.c | 1 + src/ap/ap_config.h | 2 + src/ap/beacon.c | 253 +++++++++++++++++++++++++++++++++++ src/common/ieee802_11_defs.h | 35 +++++ src/drivers/driver.h | 21 +++ src/drivers/driver_nl80211.c | 43 ++++++ 8 files changed, 364 insertions(+) -- 2.25.0