X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2Fdefconfig;h=1d05198f849af78db84cc52ca8f7423d3e57305b;hb=f465c32dc282627b447a2f137cc089c64a3a594c;hp=8b1d12129cbd183f7c1e4a43bc091e1a1bcbdb5e;hpb=d99097177a310d3b6f6b13c9204bbd116572df93;p=mech_eap.git diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 8b1d121..1d05198 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 @@ -464,6 +467,9 @@ CONFIG_PEERKEY=y # Hotspot 2.0 #CONFIG_HS20=y +# Enable interface matching in wpa_supplicant +#CONFIG_MATCH_IFACE=y + # Disable roaming in wpa_supplicant #CONFIG_NO_ROAMING=y @@ -539,3 +545,6 @@ CONFIG_PEERKEY=y # For more details refer to: # http://wireless.kernel.org/en/users/Documentation/acs #CONFIG_ACS=y + +# Support Multi Band Operation +#CONFIG_MBO=y