hostap/src/drivers
Veerendranath Jakkam b67bedf2e3 nl80211: Fetch information on supported AKMs from the driver
The driver can advertise supported AKMs per wiphy and/or per interface.
Populate per interface supported AKMs based on the driver advertisement
in the following order of preference:
1. AKM suites advertised by NL80211_ATTR_IFTYPE_AKM_SUITES
2. AKM suites advertised by NL80211_ATTR_AKM_SUITES
If neither of these is available:
3. AKMs support is assumed as per legacy behavior.

In addition, extend other driver interface wrappers to set the
per-interface values based on the global capability indication.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>
2020-05-12 16:57:17 +03:00
..
.gitignore
android_drv.h
driver.h nl80211: Fetch information on supported AKMs from the driver 2020-05-12 16:57:17 +03:00
driver_atheros.c driver: Extend send_mlme() with wait option 2020-02-29 23:03:20 +02:00
driver_bsd.c nl80211: Fetch information on supported AKMs from the driver 2020-05-12 16:57:17 +03:00
driver_common.c nl80211: Add a separate driver capability for control port RX 2020-04-19 15:53:02 +03:00
driver_hostap.c driver: Extend send_mlme() with wait option 2020-02-29 23:03:20 +02:00
driver_hostap.h
driver_macsec_linux.c MACsec: Convert Boolean to C99 bool 2020-04-24 17:06:50 +03:00
driver_macsec_qca.c MACsec: Convert Boolean to C99 bool 2020-04-24 17:06:50 +03:00
driver_ndis.c nl80211: Fetch information on supported AKMs from the driver 2020-05-12 16:57:17 +03:00
driver_ndis.h
driver_ndis_.c
driver_nl80211.c nl80211: Fetch information on supported AKMs from the driver 2020-05-12 16:57:17 +03:00
driver_nl80211.h nl80211: Fetch information on supported AKMs from the driver 2020-05-12 16:57:17 +03:00
driver_nl80211_android.c Drop support for libnl 1.1 2020-01-02 18:05:38 +02:00
driver_nl80211_capa.c nl80211: Fetch information on supported AKMs from the driver 2020-05-12 16:57:17 +03:00
driver_nl80211_event.c nl80211: Process unprotected Beacon frame RX events 2020-04-24 17:10:09 +03:00
driver_nl80211_monitor.c nl80211: Use monitor interface for sending no-encrypt test frames 2020-01-04 20:23:05 +02:00
driver_nl80211_scan.c nl80211: Use nl80211 control port for receiving EAPOL frames 2020-04-19 16:49:03 +03:00
driver_none.c driver: Remove unused send_ether() driver op 2020-01-05 18:32:10 +02:00
driver_openbsd.c Replace WPA_ALG_PMK with KEY_FLAG_PMK 2020-03-06 21:44:31 +02:00
driver_privsep.c privsep: Mask out control port capability flag 2020-03-01 21:31:07 +02:00
driver_roboswitch.c roboswitch: Check some read operation results 2019-03-09 18:56:48 +02:00
driver_wext.c nl80211: Fetch information on supported AKMs from the driver 2020-05-12 16:57:17 +03:00
driver_wext.h driver: Move set_key() parameters into a struct 2020-01-09 00:48:57 +02:00
driver_wired.c Fix indentation level 2018-11-30 21:28:19 +02:00
driver_wired_common.c wired: Mark some common helper functions static 2016-11-30 20:08:39 +02:00
driver_wired_common.h wired: Mark some common helper functions static 2016-11-30 20:08:39 +02:00
drivers.c macsec_linux: Add a driver for macsec on Linux kernels 2016-11-30 20:08:36 +02:00
drivers.mak Drop support for libnl 1.1 2020-01-02 18:05:38 +02:00
drivers.mk Drop support for libnl 1.1 2020-01-02 18:05:38 +02:00
linux_defines.h
linux_ioctl.c vlan: Use new bridge ioctl() 2019-01-02 00:23:43 +02:00
linux_ioctl.h nl80211: Generic Linux master interface support for hostapd 2015-07-16 12:33:29 +03:00
linux_wext.h
Makefile
ndis_events.c
netlink.c
netlink.h
nl80211_copy.h Sync with mac80211-next.git include/uapi/linux/nl80211.h 2020-04-24 17:06:36 +03:00
priv_netlink.h
rfkill.c rfkill: Fix a memory leak 2016-02-16 00:14:47 +02:00
rfkill.h