Release Notes

-F [Force HT40] : on/off (default: off)
-l [Load ATH10K F/W file] : firmware-X-Y.bin_Z(*5) (Current F/W
Version: 10.2.4-1.0-00041)
-T [Board TX power table] : on/off (CT F/W Only)(default: off)
-D [ATH10K DEBUG MASK] : 0xYYYYYYYY (default: )
Note: (Each time you use ath10k.sh to set up your device, you can omit
this option setting if the default setting for this option is the one you want to set.)
*1 - xxxx: supported_rates - https://w1.fi/cgit/hostap/plain/hostapd/
hostapd.conf
*2 - xx: https://en.wikipedia.org/wiki/
ISO_3166-1_alpha-2#Decoding_table
*3, *4 - [xxxxx]: ht_capab/vht_capab - https://w1.fi/cgit/hostap/plain/
hostapd/hostapd.conf
*5 - firmware-X-Y.bin_Z: (Display the currently available ATH10K
firmware file)
ath10k.sh firmware
ath10k.sh -i wlan2 ........ -l firmware-2-ct-full-
community-21.bin.lede.001
a. Acess Point
- 2.4GHz
ath10k.sh [-i (wireless Interface)] -m ap
[-e (wired Interface)] -b 2.4
[-s (Wireless SSID)] [-f
(Wireless Security)]
[-p (Wireless Pre-shared Keys)] [-c
(Channel )]
[-n (802.11n Capabilities)] [-r
(Supported Rates)]
[-d (DHCP Client)] [-C
(Country Code)]
[-t (TX power)] [-F
(Force HT40)]
[-l (Load ATH10K F/W file)] [-g
(Wireless 11g Mode)]
[-T (Board TX power table)]
Example 1: Configuring the Access Point on 2.4GHz/
HT20, Wireless Interface: wlan2 (Default), SSID: VEP1400_2g, Security: OPEN, DHCP
Client: Enable
ath10k.sh -i wlan2 -m ap -b 2.4 -n [HT20] -
s VEP1400_2g -f OPEN -d on
or
ath10k.sh -b 2.4 -n [HT20] -s VEP1400_2g -d
on
Example 2: Configuring the Access Point on 2.4GHz/
HT40, Wireless Interface: wlan0, SSID: VEP1400_2g, Security: OPEN, DHCP Client: Disable
(Static IP address: 192.168.1.1)
ath10k.sh -i wlan0 -m ap -b 2.4 -s
VEP1400_2g -f OPEN -d off -F on
or
ath10k.sh -i wlan0 -b 2.4 -s VEP1400_2g -F
on
Example 3: Configuring the Access Point on 2.4GHz/11b,
Wireless Interface: wlan0, SSID: VEP1400_2b, Security: OPEN, DHCP Client: Disable
(Static IP address: 192.168.1.1)
ath10k.sh -i wlan0 -m ap -b 2.4 -n off -g
off -s VEP1400_2b -f OPEN -d off
or
ath10k.sh -i wlan0 -b 2.4 -n off -g off -s
VEP1400_2b
- 5GHz
10