From 634e2e29d630f7f68d2343283db14ef12c8e0594 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 10 Feb 2016 10:48:01 +0000 Subject: [PATCH] Add CONFIG_ELOOP_KQUEUE to defconfig Signed-off-by: Roy Marples --- hostapd/defconfig | 3 +++ wpa_supplicant/defconfig | 3 +++ 2 files changed, 6 insertions(+) diff --git a/hostapd/defconfig b/hostapd/defconfig index 2a749dd76..6f4e5873c 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -249,6 +249,9 @@ CONFIG_IPV6=y # Should we use epoll instead of select? Select is used by default. #CONFIG_ELOOP_EPOLL=y +# Should we use kqueue instead of select? Select is used by default. +#CONFIG_ELOOP_KQUEUE=y + # Select TLS implementation # openssl = OpenSSL (default) # gnutls = GnuTLS diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 8b1d12129..a615c7cea 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -270,6 +270,9 @@ CONFIG_BACKEND=file # Should we use epoll instead of select? Select is used by default. #CONFIG_ELOOP_EPOLL=y +# Should we use kqueue instead of select? Select is used by default. +#CONFIG_ELOOP_KQUEUE=y + # Select layer 2 packet implementation # linux = Linux packet socket (default) # pcap = libpcap/libdnet/WinPcap