UM-WI-056
DA16xxx FreeRTOS Getting Started Guide
User Manual
Revision 1.0
27-Oct-2021
CFR0012
69 of 80
© 2021 Dialog Semiconductor
Command
Parameter
Description
all_sta
(none)
Output the list information of STA being accessed to the AP interface
(C)
For example:
[/DA16200/NET] # cli all_sta
50:77:05:DB:C4:3E
flags=[AUTH][ASSOC][AUTHORIZED][SHORT_PREAMBLE][WMM
aid=1
capability=0x431
listen_interval=10
mode = 802.11n
timeout_next=0
rx_packets=632
tx_packets=9
rx_bytes=67451
tx_bytes=4767
connected_time=77
sta_count=1
deauthenticate
<addr>
The
deauthenticate
message is transmitted to the access STA with a
certain MAC address to cancel the access (D)
<addr>
: MAC address of the access STA
For example:
[/DA16200/NET] # cli deauthenticate
aa:ff:01:00:00:00
○
Transmit the de-authentication message to STA whose MAC
address is AA:FF:01:00:00:00
disassociate
<addr>
The disassociation message is transmitted to the access STA with a
certain MAC address to cancel the access (D)
<addr>
: MAC address of the access STA
For example:
[/DA16200/NET] # cli disassociate
aa:ff:01:00:00:00
○
Transmit the disassociation message to STA whose MAC
address is
AA:FF:01:00:00:00
wmm_enabled
<value>
WMM function availability setting and inquiry (A)
<value>:
On: 1 | Off: 0
Default: Off
For example:
[/DA16200/NET] # cli wmm_enabled 1
○
Use the WMM function
wmm_ps_enabled
<value>
WMM-PS function availability setting and inquiry (A)
<value>:
On: 1 | Off: 0
Default: Off
For example:
[/DA16200/NET] # cli wmm_ps_enabled 1
○
Use the WMM-PS function
wmm_params
<target>
<category>
<AIFS>
<CWmin>
<CWmax>
<Burst(AP)
or TxOP
Limit(STA)>
Set up details of DA16200 AP or STA's certain category WMM
parameters (B)
<target>:
ap | sta
<category>:
be(best-effort) | bk(background) | vi(video) | vo(voice)
For example:
[/DA16200/NET] # cli wmm_params ap be 3 15 63 10
○
For WMM AP's best-effort category, AIFS=3, CWmin=15,
CWmax=63, and Burst=10
For example:
[/DA16200/NET] # cli wmm_params sta vo 4 7 15 60
○
For WMM STA's voice category, AIFS=4, CWmin=7,
CWmax=15, TXOP_Limit=60