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:
parent
84cad4e4ad
commit
b81ce399f6
|
|
@ -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
|
||||||
|
}
|
||||||
|
|
@ -3,3 +3,5 @@
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "openssl"
|
PACKAGECONFIG ?= "openssl"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue