PATCH - Add CONFIG_ELOOP_KQUEUE to defconfig

Roy Marples roy at marples.name
Wed Feb 10 02:48:01 PST 2016


Add CONFIG_ELOOP_KQUEUE to defconfig
-------------- next part --------------
commit a15855586b55ade32f4f391f81035c84c5ae2ebe
Author: Roy Marples <roy at marples.name>
Date:   Wed Feb 10 10:44:52 2016 +0000

    Add CONFIG_ELOOP_KQUEUE to defconfig
    
    Signed-off-by: Roy Marples <roy at marples.name>

diff --git a/hostapd/defconfig b/hostapd/defconfig
index 2a749dd..6f4e587 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 8b1d121..a615c7c 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


More information about the Hostap mailing list