Release Notes

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
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)]
11