]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/Android.mk
Remove hostapd dump_file functionality
[thirdparty/hostap.git] / hostapd / Android.mk
index bc0273e0c50084e27413326a9bf7652a325d87aa..c6cdecf5ae7adc11d557cd76a9bf94c2bc43c60e 100644 (file)
@@ -137,8 +137,9 @@ OBJS += src/eapol_auth/eapol_auth_sm.c
 
 
 ifndef CONFIG_NO_DUMP_STATE
-# define HOSTAPD_DUMP_STATE to include SIGUSR1 handler for dumping state to
-# a file (undefine it, if you want to save in binary size)
+# define HOSTAPD_DUMP_STATE to include support for dumping internal state
+# through control interface commands (undefine it, if you want to save in
+# binary size)
 L_CFLAGS += -DHOSTAPD_DUMP_STATE
 OBJS += dump_state.c
 OBJS += src/eapol_auth/eapol_auth_dump.c