Skip to content

Commit

Permalink
Update wext config
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigFisher committed Oct 9, 2020
1 parent 79c39e2 commit 3ad4085
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
8 changes: 5 additions & 3 deletions hi35xx-mt7601u/files/wext.sh
Expand Up @@ -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
}
7 changes: 5 additions & 2 deletions hi35xx-rtl8188eu/files/wext.sh
Expand Up @@ -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
}
8 changes: 5 additions & 3 deletions hi35xx-rtl8188fu/files/wext.sh
Expand Up @@ -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
}

0 comments on commit 3ad4085

Please sign in to comment.