Reference Manual

Table Of Contents
RS9116 n-Link Linux and Android Technical Reference Manual
Version 2.0
August 2019
46
Input Parameters Base Interface (string like rpine0)
VAP Name (string like wifi0, wifi1, etc.)
Output Parameter None
Reset Required No
Usage # ./onebox_util <base_interface> delete_vap <vap_name>
Example The command given below deletes a virtual interface named
wifi0.
# ./onebox_util rpine0 delete_vap wifi0
Print VAP Statistics
Description This command is used to print the statistics of the transmitted
and received packets of an existing virtual interface (VAP).
Default Value -
Input Parameters VAP Name (string like wifi0, wifi1, etc.)
[-v] – Get description of the fields in the statistics
Filename (string) to which the statistics will be written
Output Parameter Statistics like:
1) Number of Beacons transmitted (for Access Point/P2P GO
modes)
2) Number of Beacons received (for Client/P2P Client modes)
3) Number of Management packets received
4) Number of packets received from a different BSS
etc.
Reset Required No
Usage # ./onebox_util <vap_name> print_vap_stats [-v] [-f filename]
Example The command given below prints the statistics of the
transmitted and received packets of the interface wifi0 into the
file “stats”.
# ./onebox_util wifi0 print_vap_stats -v -f stats
Print Station Statistics
(only in Access Point mode)
Description This command is used to print the statistics of the packets
exchanged between the Access Point and a Station.