RS9116 n-Link Linux and Android Technical Reference Manual
Version : 2.0
July 2020
52
Input Parameters
Base Interface (string like rpine0)
UAPSD Wakeup Period in milliseconds – 0 for Transmit Based
UAPSD and between 10 and 100 for Periodic UAPSD.
UAPSD Service Period Length- This field indicates number of
packets delivered by AP to station after receiving one trigger
frame. This filed value ranges between 0-3 as described below.
0-All buffered packets will be delivered.
1-Two buffered packets will be delivered.
2-four buffered packets will be delivered.
3-six buffered packets will be delivered.
Output Parameter
None
Reset Required
No.
Usage
# ./onebox_util <base_interface> set_uapsd_params 0xF
<sp_len> <uapsd_wakeup_period>
Example
The command enables UAPSD mode and sets the wakeup
period as 100ms.
# ./onebox_util rpine0 set_uapsd_params 0xF 0 100
Note:
The set_uapsd_params command needs to be followed
by the command given below for the values to take effect.
# ./onebox_util <base_interface> reset_adapter
Reset Adapter (only in
Client mode)
Description
This command is used to reset the Client mode virtual interface.
This command can be used to change certain configurations of
the Client mode and reset the VAP for the configurations to take
effect.
Default Value
-
Input Parameters
Base Interface (string like rpine0) – the base interface input
ensures that the Client mode VAP is reset irrespective of the
actual VAP name.
Output Parameter
-
Reset Required
-
Usage
/onebox_util <base_interface> reset_adapter