X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=hostapd%2Fandroid.config;h=e14423f268ccf8e8f40d9fa5096f6c685bf663be;hb=e54cfbb56abd7585ae0182d43638db3fa4685df1;hp=938aa5462a8abdbaa8b110dd1dd7a52be37fc7b3;hpb=01b32d5e368f284011d4cb272a3d35fd58cd612d;p=thirdparty%2Fhostap.git diff --git a/hostapd/android.config b/hostapd/android.config index 938aa5462..e14423f26 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -25,6 +25,9 @@ #LIBS += -L$(LIBNL)/lib CONFIG_LIBNL20=y +# QCA vendor extensions to nl80211 +CONFIG_DRIVER_NL80211_QCA=y + # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) #CONFIG_DRIVER_BSD=y #CFLAGS += -I/usr/local/include @@ -41,15 +44,15 @@ CONFIG_LIBNL20=y # WPA2/IEEE 802.11i RSN pre-authentication #CONFIG_RSN_PREAUTH=y -# PeerKey handshake for Station to Station Link (IEEE 802.11e DLS) -#CONFIG_PEERKEY=y - # IEEE 802.11w (management frame protection) # This version is an experimental implementation based on IEEE 802.11w/D1.0 # draft and is subject to change since the standard has not yet been finalized. # Driver support is also needed for IEEE 802.11w. CONFIG_IEEE80211W=y +# Support Operating Channel Validation +#CONFIG_OCV=y + # Integrated EAP server #CONFIG_EAP=y @@ -180,5 +183,33 @@ CONFIG_OS=unix #LIBS_p += -lbfd -liberty -lz #LIBS_c += -lbfd -liberty -lz +# Should we use poll instead of select? Select is used by default. +#CONFIG_ELOOP_POLL=y + +# Should we use epoll instead of select? Select is used by default. +#CONFIG_ELOOP_EPOLL=y + # Enable AP CONFIG_AP=y + +# Enable Fast Session Transfer (FST) +#CONFIG_FST=y + +# Multiband Operation support +# These extentions facilitate efficient use of multiple frequency bands +# available to the AP and the devices that may associate with it. +#CONFIG_MBO=y + +# Include internal line edit mode in hostapd_cli. +CONFIG_WPA_CLI_EDIT=y + +# Opportunistic Wireless Encryption (OWE) +# Experimental implementation of draft-harkins-owe-07.txt +#CONFIG_OWE=y + +# Wpa_supplicant's random pool is not necessary on Android. Randomness is +# already provided by the entropymixer service which ensures sufficient +# entropy is maintained across reboots. Commit b410eb1913 'Initialize +# /dev/urandom earlier in boot' seeds /dev/urandom with that entropy before +# either wpa_supplicant or hostapd are run. +CONFIG_NO_RANDOM_POOL=y