iwd/src
Andrew Zaborowski ab6160b017 netdev: Drop DEFAULT_TYPES nl80211 attr of CMD_NEW_KEY
The NL80211_ATTR_KEY_DEFAULT_TYPES attribute is only parsed by the
kernel if either NL80211_ATTR_KEY_DEFAULT or
NL80211_ATTR_KEY_DEFAULT_MGMT are also present, however these are only
used with NL80211_CMD_SET_KEY and ignored for NEW_KEY.  As far as I
understand the default key concept only makes sense for a Tx key because
on Rx all keys can be tried, so we don't need this for client mode.  The
kernel decides whether the NEW_KEY is for unicast or multicast based on
whether NL80211_ATTR_KEY_MAC was supplied.
2018-09-24 13:14:27 -05:00
..
adhoc.c adhoc: Fix comment 2018-09-04 23:57:14 -05:00
adhoc.h device: added DEVICE_EVENT_MODE_CHANGED 2018-07-17 18:52:59 -05:00
agent.c agent: Add new request types 2018-04-19 11:49:41 -05:00
agent.h agent: Add new request types 2018-04-19 11:49:41 -05:00
ap.c handshake: Rename own_ie/ap_ie and related setters 2018-08-27 11:42:45 -05:00
ap.h device: added DEVICE_EVENT_MODE_CHANGED 2018-07-17 18:52:59 -05:00
backtrace.c build: check for existence of execinfo.h 2018-05-17 17:42:28 -05:00
backtrace.h backtrace: Try to find absolute executable path 2017-03-16 15:17:41 -05:00
common.c wsc: Rework wsc_init & wsc_exit 2018-07-17 19:19:09 -05:00
common.h scan: Move scan_get_security to common.c 2018-05-24 19:22:16 -05:00
crypto.c crypto: pwd: sae: Made H function common 2018-09-05 11:12:54 -05:00
crypto.h crypto: pwd: sae: Made H function common 2018-09-05 11:12:54 -05:00
dbus.c dbus: Make the g_dbus global variable static 2018-09-14 23:01:32 +02:00
dbus.h main: Don't init nl80211 until dbus name is owned 2018-09-11 20:06:00 -05:00
device.c device: Remove the rest of the legacy Device properties 2018-09-14 21:53:01 -05:00
device.h station: Move remaining connect/re-connect/roam logic 2018-09-04 23:57:14 -05:00
eap-aka.c eap: Separate private bits into eap-private.h 2018-06-14 20:01:19 -05:00
eap-gtc.c eap-gtc: Fix reading secret from settings 2018-08-08 19:43:08 -05:00
eap-md5.c eap: Separate private bits into eap-private.h 2018-06-14 20:01:19 -05:00
eap-mschapv2.c eap: Add secret cache policy types 2018-08-08 19:43:05 -05:00
eap-mschapv2.h eap-mschap: Add crypto functions for mschapv2 2016-12-14 22:46:18 -06:00
eap-peap.c peap: fix typo and add labels 2018-09-07 12:30:05 -05:00
eap-private.h eap: Separate private bits into eap-private.h 2018-06-14 20:01:19 -05:00
eap-pwd.c crypto: pwd: sae: Made H function common 2018-09-05 11:12:54 -05:00
eap-sim.c eap: Separate private bits into eap-private.h 2018-06-14 20:01:19 -05:00
eap-tls-common.c eap-tls-common: introduce utility functions for eap-tls 2018-09-21 12:15:25 -05:00
eap-tls-common.h eap-tls-common: introduce utility functions for eap-tls 2018-09-21 12:15:25 -05:00
eap-tls.c eap: Add secret cache policy types 2018-08-08 19:43:05 -05:00
eap-ttls.c ttls: add radius AVP builder and build response 2018-09-21 18:07:58 -05:00
eap-wsc.c eap-wsc: Do not leak device_password 2018-09-24 12:19:27 -05:00
eap-wsc.h eap-wsc: Send credential obtained events 2016-09-13 13:32:47 -05:00
eap.c eap: clarify warning message 2018-09-07 12:31:03 -05:00
eap.h eap: Add secret cache policy types 2018-08-08 19:43:05 -05:00
eapol.c ie: introduce IE_AKM_IS_SAE macro 2018-09-21 11:26:05 -05:00
eapol.h eapol: Move eapol_key_validate() into eapolutil helper 2018-09-14 17:31:42 +02:00
eapolutil.c eapol: Move eapol_key_validate() into eapolutil helper 2018-09-14 17:31:42 +02:00
eapolutil.h eapol: Move eapol_key_validate() into eapolutil helper 2018-09-14 17:31:42 +02:00
ecc.c ecc: added Y^2 and legendre API's 2018-08-07 17:40:55 -05:00
ecc.h ecc: added Y^2 and legendre API's 2018-08-07 17:40:55 -05:00
ftutil.c netdev: Handle the FT Authentication Response message 2017-01-12 10:33:40 -06:00
ftutil.h netdev: Handle the FT Authentication Response message 2017-01-12 10:33:40 -06:00
genbuiltin make: plugin system for build 2017-11-28 13:20:33 -06:00
handshake.c handshake: Rename own_ie/ap_ie and related setters 2018-08-27 11:42:45 -05:00
handshake.h handshake: Rename own_ie/ap_ie and related setters 2018-08-27 11:42:45 -05:00
ie.c ie: Add AKMs from 802.11-2016 2018-07-19 11:09:08 -05:00
ie.h ie: introduce IE_AKM_IS_SAE macro 2018-09-21 11:26:05 -05:00
iwd-dbus.conf tools: Add configure option and D-Bus policy file for hwsim utility 2018-09-14 15:24:15 +02:00
iwd.h main: Don't init nl80211 until dbus name is owned 2018-09-11 20:06:00 -05:00
iwd.service.in net.connman.iwd.service: Change SystemdService name to iwd.service 2018-08-09 10:45:16 -05:00
knownnetworks.c build: Add DAEMON_ prefix to CONFIGDIR and STORAGEDIR 2018-09-14 17:58:44 +02:00
knownnetworks.h knownnetworks: move known_networks_init/exit to iwd.h 2018-08-14 13:36:48 -05:00
main.c build: Add DAEMON_ prefix to CONFIGDIR and STORAGEDIR 2018-09-14 17:58:44 +02:00
mpdu.c mpdu: Refactor Authentication frame validation 2017-09-22 12:18:06 -05:00
mpdu.h mpdu: Also update comment to reflect 2016 spec 2018-08-07 17:23:26 -05:00
net.connman.iwd.service net.connman.iwd.service: Change SystemdService name to iwd.service 2018-08-09 10:45:16 -05:00
netdev.c netdev: Drop DEFAULT_TYPES nl80211 attr of CMD_NEW_KEY 2018-09-24 13:14:27 -05:00
netdev.h netdev: Add netdev_get_path 2018-08-19 23:12:14 -05:00
network.c network: free EAP_CACHE_NEVER secret types 2018-09-19 14:33:23 -05:00
network.h network: Use station_foreach 2018-09-04 23:57:14 -05:00
plugin.c plugins: module to load ell plugins 2017-11-28 13:30:06 -06:00
plugin.h plugins: module to load ell plugins 2017-11-28 13:30:06 -06:00
rfkill.c rfkill: Fix wiphy ID lookup 2016-07-20 15:29:39 -05:00
rfkill.h Add rfkill enable/disable and watch support 2016-07-07 13:21:08 -05:00
sae.c crypto: pwd: sae: Made H function common 2018-09-05 11:12:54 -05:00
sae.h sae: implementation 2018-08-13 20:40:59 -05:00
scan.c scan: change scan triggered notification behavior 2018-09-19 11:53:36 -05:00
scan.h scan: Add scan_bss_addr_cmp/eq 2018-09-04 23:57:14 -05:00
simauth.c main: Simplify sim_auth_init 2018-07-17 19:12:48 -05:00
simauth.h main: Simplify sim_auth_init 2018-07-17 19:12:48 -05:00
simutil.c eap: Separate private bits into eap-private.h 2018-06-14 20:01:19 -05:00
simutil.h eap: Separate private bits into eap-private.h 2018-06-14 20:01:19 -05:00
station.c netdev: station: support FT over SAE 2018-09-21 11:26:05 -05:00
station.h station: Make station_rssi_level_changed static 2018-09-19 13:47:51 -05:00
storage.c build: Add DAEMON_ prefix to CONFIGDIR and STORAGEDIR 2018-09-14 17:58:44 +02:00
storage.h storage: Expose get_network_file_path in the header 2018-08-09 10:25:56 -05:00
util.c util: Add util_ssid_is_hidden 2018-06-28 11:37:06 -05:00
util.h util: Add util_ssid_is_hidden 2018-06-28 11:37:06 -05:00
watchlist.c watchlist: Fix memory leak 2017-10-18 19:29:24 -05:00
watchlist.h watchlist: fix stale watchlist item processing 2018-09-19 14:17:26 -05:00
wiphy.c wiphy: Add missing blank 2018-09-18 17:06:07 -05:00
wiphy.h wiphy: Parse & report supported interface types 2018-08-07 16:45:17 -05:00
wsc.c wsc: Don't use wsc_pin_is_checksum_valid on 4 digit PINs 2018-09-24 12:19:27 -05:00
wscutil.c wscutil: Fix invalid type conversion 2017-08-30 16:58:14 -05:00
wscutil.h wscutil: Add wsc_pin_generate 2017-02-17 12:27:13 -06:00