diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls index e041b4d36f..8be41074cd 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls | |||
@@ -190,7 +190,7 @@ CONFIG_EAP_LEAP=y | |||
190 | #CONFIG_EAP_TNC=y | 190 | #CONFIG_EAP_TNC=y |
191 | 191 | ||
192 | # Wi-Fi Protected Setup (WPS) | 192 | # Wi-Fi Protected Setup (WPS) |
193 | #CONFIG_WPS=y | 193 | CONFIG_WPS=y |
194 | 194 | ||
195 | # EAP-IKEv2 | 195 | # EAP-IKEv2 |
196 | #CONFIG_EAP_IKEV2=y | 196 | #CONFIG_EAP_IKEV2=y |
@@ -407,3 +407,22 @@ CONFIG_TLS = gnutls | |||
407 | #CONFIG_GNUTLS_EXTRA=y | 407 | #CONFIG_GNUTLS_EXTRA=y |
408 | CONFIG_CTRL_IFACE_DBUS=y | 408 | CONFIG_CTRL_IFACE_DBUS=y |
409 | CONFIG_CTRL_IFACE_DBUS_NEW=y | 409 | CONFIG_CTRL_IFACE_DBUS_NEW=y |
410 | |||
411 | # AP mode operations with wpa_supplicant | ||
412 | # This can be used for controlling AP mode operations with wpa_supplicant. It | ||
413 | # should be noted that this is mainly aimed at simple cases like | ||
414 | # WPA2-Personal while more complex configurations like WPA2-Enterprise with an | ||
415 | # external RADIUS server can be supported with hostapd. | ||
416 | CONFIG_AP=y | ||
417 | |||
418 | CONFIG_BGSCAN_SIMPLE=y | ||
419 | |||
420 | # Autoscan | ||
421 | # This can be used to enable automatic scan support in wpa_supplicant. | ||
422 | # See wpa_supplicant.conf for more information on autoscan usage. | ||
423 | # | ||
424 | # Enabling directly a module will enable autoscan support. | ||
425 | # For exponential module: | ||
426 | CONFIG_AUTOSCAN_EXPONENTIAL=y | ||
427 | # For periodic module: | ||
428 | #CONFIG_AUTOSCAN_PERIODIC=y | ||