wpa-supplicant: add CC6UL specific configuration file

We need a different configuration file, because the SoftAP functionality is
supported using the hostapd package instead of the wpa_supplicant.

https://jira.digi.com/browse/DEL-2744

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2016-07-21 12:17:03 +02:00
parent 84cad4e4ad
commit b81ce399f6
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
fast_reauth=1
update_config=1
ap_scan=1
network={
scan_ssid=1
ssid=""
key_mgmt=NONE
}

View File

@ -3,3 +3,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
PACKAGECONFIG ?= "openssl"
PACKAGE_ARCH = "${MACHINE_ARCH}"