mesh: Avoid use of hardcoded cipher
authorJouni Malinen <j@w1.fi>
Sat, 18 Jun 2016 19:14:37 +0000 (22:14 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 19 Jun 2016 17:18:09 +0000 (20:18 +0300)
commit3b6deac0e7d5e84527bcae49890c6775527f590c
tree1a4af8321d2005504be79cea0a53d0c630b42562
parentf868d5607d67d9e99b7ca3e7eed3383283830c64
mesh: Avoid use of hardcoded cipher

This moves pairwise, group, and management group ciphers to various mesh
data structures to avoid having to hardcode cipher in number of places
through the code. While CCMP and BIP are still the hardcoded ciphers,
these are now set only in one location.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ap_config.h
src/ap/sta_info.h
wpa_supplicant/mesh.c
wpa_supplicant/mesh_mpm.c
wpa_supplicant/mesh_rsn.c
wpa_supplicant/mesh_rsn.h