hostap/src/common
Jouni Malinen 4848a38d85 Get rid of duplicated cipher suite and AKM definitions
WPA_CIPHER_* and CIPHER_* are used for the exact same set of cipher
suites with the main difference being that the WPA_CIPHER_* version is
suitable to be used as a bitfield. Similarly, WPA_KEY_MGMT_* and
KEY_MGMT_* have similar design for AKMs. There is no need to maintain
two separate copies of the definitions since the bitfield compatible
version can be used for both needs. Get rid of the CIPHER_* and
KEY_MGMT_* versions to clean up the implementation by getting rid of
unnecessary mapping functions.

Signed-hostap: Jouni Malinen <j@w1.fi>
2013-12-31 09:16:27 +02:00
..
defs.h Get rid of duplicated cipher suite and AKM definitions 2013-12-31 09:16:27 +02:00
eapol_common.h Share a single definition of EAPOL-Key structure for WEP keys 2012-08-07 21:27:01 +03:00
gas.c Add generic GAS request mechanism 2012-08-27 18:13:10 +03:00
gas.h Add generic GAS request mechanism 2012-08-27 18:13:10 +03:00
ieee802_11_common.c Remove unused information element parsing data 2013-12-29 17:18:17 +02:00
ieee802_11_common.h Remove unused information element parsing data 2013-12-29 17:18:17 +02:00
ieee802_11_defs.h Add definitions for new cipher suites from IEEE Std 802.11ac-2013 2013-12-24 22:21:04 +02:00
Makefile Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
privsep_commands.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
sae.c SAE: Fix ECC element y coordinate validation step 2013-12-29 17:18:17 +02:00
sae.h SAE: Move temporary data into a separate data structure 2013-01-12 17:51:54 +02:00
version.h The hostap.git master branch is now used for 2.1 development 2013-01-12 17:51:10 +02:00
wpa_common.c Get rid of duplicated cipher suite and AKM definitions 2013-12-31 09:16:27 +02:00
wpa_common.h Get rid of duplicated cipher suite and AKM definitions 2013-12-31 09:16:27 +02:00
wpa_ctrl.c wpa_ctrl: Use monotonic time for request retry loop 2013-12-24 07:14:50 +02:00
wpa_ctrl.h Track whether scan was started by us or an external program 2013-12-26 18:27:48 +02:00