From 3ad40852ee214e076ae5926733079d2465ba0e7f Mon Sep 17 00:00:00 2001 From: Igor Zalatov Date: Fri, 9 Oct 2020 17:44:26 +0300 Subject: [PATCH] Update wext config --- hi35xx-mt7601u/files/wext.sh | 8 +++++--- hi35xx-rtl8188eu/files/wext.sh | 7 +++++-- hi35xx-rtl8188fu/files/wext.sh | 8 +++++--- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/hi35xx-mt7601u/files/wext.sh b/hi35xx-mt7601u/files/wext.sh index ed344a6..e513705 100644 --- a/hi35xx-mt7601u/files/wext.sh +++ b/hi35xx-mt7601u/files/wext.sh @@ -167,14 +167,16 @@ config wifi-device $dev option type 'wext' option hwmode '11g' option channel 'auto' - option disabled '1' + option disabled '0' config wifi-iface option device $dev option network 'wifi' option mode 'sta' - option ssid 'OpenWrt' - option encryption 'none' + option ssid 'OpenIPC' + option encryption 'psk2+ccmp' + option key 'openipc2020' + option disabled '0' EOF done } diff --git a/hi35xx-rtl8188eu/files/wext.sh b/hi35xx-rtl8188eu/files/wext.sh index a449010..f1ea196 100644 --- a/hi35xx-rtl8188eu/files/wext.sh +++ b/hi35xx-rtl8188eu/files/wext.sh @@ -167,14 +167,17 @@ config wifi-device $dev option type 'wext' option hwmode '11g' option channel 'auto' - option disabled '1' + option disabled '0' config wifi-iface option device $dev option network 'wifi' option mode 'sta' - option ssid 'OpenWrt' + option ssid 'OpenIPC' option encryption 'none' + option encryption 'psk2+ccmp' + option key 'openipc2020' + option disabled '0' EOF done } diff --git a/hi35xx-rtl8188fu/files/wext.sh b/hi35xx-rtl8188fu/files/wext.sh index a449010..b0934ba 100644 --- a/hi35xx-rtl8188fu/files/wext.sh +++ b/hi35xx-rtl8188fu/files/wext.sh @@ -167,14 +167,16 @@ config wifi-device $dev option type 'wext' option hwmode '11g' option channel 'auto' - option disabled '1' + option disabled '0' config wifi-iface option device $dev option network 'wifi' option mode 'sta' - option ssid 'OpenWrt' - option encryption 'none' + option ssid 'OpenIPC' + option encryption 'psk2+ccmp' + option key 'openipc2020' + option disabled '0' EOF done }