Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATE
authorJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 18:18:47 +0000 (20:18 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 18:18:47 +0000 (20:18 +0200)
commitb60d6f61e4917ad54332749f37776b47304b4db6
treedfbdc242654495f5d985e1b358070c0f6d86f5af
parent281c950be49e337cc85720f7eac066cb837aef5d
Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATE

This removes the hardcoded definition from Makefile and cleans up
source code by moving the mail HOSTAPD_DUMP_STATE blocks into separate
files to avoid conditional compilation within files.
hostapd/Makefile
hostapd/defconfig
hostapd/dump_state.c [new file with mode: 0644]
hostapd/hostapd.c
hostapd/ieee802_1x.c
src/eapol_auth/eapol_auth_dump.c [new file with mode: 0644]
src/eapol_auth/eapol_auth_sm.c