]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_cli.c
wpa_supplicant: Add macsec_integ_only setting for MKA
authorSabrina Dubroca <sd@queasysnail.net>
Wed, 2 Nov 2016 15:38:37 +0000 (16:38 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 19 Nov 2016 22:35:16 +0000 (00:35 +0200)
commit7b4d546e3dae57a39e50a91e47b8fcf3447b4978
tree928f2ba7065ef6d3b14c306114806fd3c9154519
parent008e224dbb518f44aac46b0c8e55448bd907e43d
wpa_supplicant: Add macsec_integ_only setting for MKA

So that the user can turn encryption on (MACsec provides
confidentiality+integrity) or off (MACsec provides integrity only). This
commit adds the configuration parameter while the actual behavior change
to disable encryption in the driver is handled in the following commit.

Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
src/common/ieee802_1x_defs.h
src/pae/ieee802_1x_kay.c
src/pae/ieee802_1x_kay.h
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant.conf
wpa_supplicant/wpas_kay.c