Release Notes
ath10k.sh [-i (wireless Interface)] -m ap
[-e (wired Interface)] -b 5
[-s (Wireless SSID)] [-f
(Wireless Security)]
[-p (Wireless Pre-shared Keys)] [-c
(Channel )]
[-n (802.11n Capabilities)] [-a
(802.11ac Capabilities)]
[-r (Supported Rates)] [-d
(DHCP Client)]
[-C (Country Code)] [-t
(TX power)]
[-w (Channel Width)] [-l
(Load ATH10K F/W file)]
[-T (Board TX power table)]
Example 1: Configuring the Access Point on 5GHz/HT80,
Wireless Interface: wlan0 (Default), SSID: VEP1400_5g, Security: WPA-PSK, Pre-shared
Keys: XXXXXXXX, DHCP Client: Disable (Static IP address: 192.168.1.1)
ath10k.sh -i wlan0 -m ap -b 5 -s VEP1400_5g
-f WPA-PSK -p XXXXXXXX -d off
or
ath10k.sh -s VEP1400_5g -f WPA-PSK -p
XXXXXXXX
Example 2: Configuring the Access Point on 5GHz/HT40,
Wireless Interface: wlan1, SSID: VEP1400_5g, Channel: 157, Security: OPEN, DHCP Client:
192.168.1.4
ath10k.sh -i wlan1 -m ap -b 5 -a off -s
VEP1400_5g -f OPEN -d 192.168.1.4 -c 157
or
ath10k.sh -i wlan1 -a off -s VEP1400_5g -d
192.168.1.4 -c 157
Example 3: Configuring the Access Point on 5GHz/HT20,
Wireless Interface: wlan2 (Default), SSID: VEP1400_5g, Channel: 140, Security: OPEN,
DHCP Client: 192.168.1.2
ath10k.sh -i wlan2 -m ap -b 5 -a off -n
[HT20] -s VEP1400_5g -f OPEN -d 192.168.1.2 -c 140
or
ath10k.sh -a off -n [HT20] -s VEP1400_5g -d
192.168.1.2 -c 140
b. Wireless Station
ath10k.sh [-i (wireless Interface)] -m sta
[-s (Wireless SSID)] [-f (Wireless
Security)]
[-p (Wireless Pre-shared Keys)] [-C
(Country Code)]
[-d (DHCP Client)] [-l (Load ATH10K
F/W file)]
Example 1: Configuring the Wireless station, Wireless Interface:
wlan1, AP's SSID: VEP1400_2g, AP's Security: OPEN, DHCP Client: Enable
ath10k.sh -i wlan1 -m sta -s VEP1400_2g -f OPEN -d on
or
ath10k.sh -i wlan1 -m sta -s VEP1400_2g -d on
Example 2: Configuring the Wireless station, Wireless Interface:
wlan2 (Default), AP's SSID: VEP1400_5g, AP's Security: WPA-PSK, AP's Pre-shared Keys:
XXXXXXXX, DHCP Client: Enable
ath10k.sh -i wlan2 -m sta -s VEP1400_5g -f WPA-PSK -p
XXXXXXXX -d on
or
ath10k.sh -m sta -s VEP1400_5g -f WPA-PSK -p XXXXXXXX
-d on
11