
Bgate-GT10-D24-N22-P
Zoomnet Confidential Proprietary
@ 2013 Zoomnet Corporation. All rights reserved
13
For the diversity receiver or MIMO device, this command is used to choose and configure its
wireless link or antenna.
#iwpriv wifiN txchainmask mask
#iwpriv wifiN rxchainmask mask
For the device with 3 antennas, we define:
Chain 0 0x01
Chain 1 0x02
Chain 2 0x04
Instance:
#iwpriv wifi0 txchainmask 0x05
#iwpriv wifiN rxchainmask 0x05
#iwpriv wifiN get_txchainmask
wifi0 get_txchainmask:5
#iwpriv wifiN get_rxchainmask mask
wifi0 get_rxchainmask:5
3. Commands related to WMM
Command format:
#iwpriv athN wmm 1|0
Instance:
#iwpriv wifi0_wlan0 wmm 1
#iwpriv wifi0_wlan0 get_wmm
wifi0_wlan0 get_wmm:1
4. Commands related to security.
It includes authentication and data encryption for user.
(1) Authentication mode
Command format:
#iwpriv athN authmode mode
Value Description
0
None specified
1
Open Authentication
2
Shared Key (WEP) Authentication
3
802.1x Authentication
4
Auto Select/accept authentication (used by host_apd)
5
WPA PSK with 802.1x PSK
Instance:
#iwpriv wifi0_wlan0 authmode 2