]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth.c
Allow management group cipher to be configured
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 12 Mar 2014 18:26:37 +0000 (20:26 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 14 Mar 2014 19:58:45 +0000 (21:58 +0200)
commit8dd9f9cdde4b865a7b611a2ed5b97a849ac945bc
tree53e6b696818bcc42effcc472c4ae31668ee83ac8
parent67d39cfb3245c8e3adb91e82482ff69d7f1b25c6
Allow management group cipher to be configured

This allows hostapd to set a different management group cipher than the
previously hardcoded default BIP (AES-128-CMAC). The new configuration
file parameter group_mgmt_cipher can be set to BIP-GMAC-128,
BIP-GMAC-256, or BIP-CMAC-256 to select one of the ciphers defined in
IEEE Std 802.11ac-2013.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
14 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_i.h
src/ap/wpa_auth_ie.c
src/common/wpa_common.c
src/common/wpa_common.h
src/rsn_supp/wpa.c
src/rsn_supp/wpa_ie.c
wpa_supplicant/wpa_supplicant.c