Reference Manual
Redpine Signals, Inc. Proprietary and Confidential Page 43
RS9116 n-Link Linux and Android
Technical Reference Manual
Version 2.0
Set DTIM Period
Output Parameter
None
Reset Required
No
Usage
# iwpriv <vap_name> maccmd <value>
Example
The command given below enables the ACL Policy and allows traffic:
# iwpriv wifi0 maccmd 1
The command given below enables the ACL Policy and denies traffic:
# iwpriv wifi0 maccmd 2
Add MAC Address for
Access Policy
Description
This command is used to add a MAC address for the Access Policy in the n-Link® Module.
Default Value
-
Input Parameters
VAP Name (string like wifi0, wifi1, etc.)
48-bit MAC Address in hexadecimal format with colon separation. e.g., 00:23:A7:01:02:03
Output Parameter
None
Reset Required
No
Usage
# iwpriv <vap_name> addmac <mac_addr>
Example
The command given below adds a MAC Address (10:10:A9:12:13:14) to the ACL Policy:
# iwpriv wifi0 addmac 10:10:a9:12:13:14
Note: Issue this command before a Station connects to the module.
Delete MAC Address
from Access Policy list
Description
This command is used to delete a MAC address from the Access Policy described in the n-Link®
Module
Default Value
-
Input Parameters
VAP Name (string like wifi0, wifi1, etc.)
48-bit MAC Address in hexadecimal format with colon separation.
e.g., 00:23:A7:01:02:03
Output Parameter
None
Reset Required
No
Usage
# iwpriv <vap_name> delmac <mac_addr>
Example
The command given below is used to delete a MAC Address (10:10:A9:12:13:14) from the ACL
Policy:
# iwpriv wifi0 delmac 10:10:a9:12:13:14
Set Hidden SSID
Description
This command is used to stop broadcasting of the SSID of the Access Point in the n-Link®
Module’s beacons and probe responses.
Default Value
0 (Hidden SSID Disabled)
Input Parameters
VAP Name (string like wifi0, wifi1, etc.)
The integer value mapping has been shown below:
0 – Disable Hidden SSID (SSID is broadcast)
1 – Enable Hidden SSID (SSID is not broadcast)
Output Parameter
None
Reset Required
Yes. In order to move from/to Hidden SSID mode, the virtual interface has to be reset.