Changes

Line 296: Line 296:  
If the commands found in the guide above did not suffice, this section provides a list of additional ones. The commands presented in this section will be for both Linux and Windows operating systems. They should be used as syntax examples for your own purposes.
 
If the commands found in the guide above did not suffice, this section provides a list of additional ones. The commands presented in this section will be for both Linux and Windows operating systems. They should be used as syntax examples for your own purposes.
   −
===WIFI clients list===
+
===Wi-Fi clients list===
    
This command returns a list of devices connected to your WLAN and some additional information about the connection.
 
This command returns a list of devices connected to your WLAN and some additional information about the connection.
Line 325: Line 325:  
Highlighted in green are the devices connected to the router via Wi-Fi as identified by their MAC addresses. The response information about the connection with the device, such as signal strength, noise, time of inactivity (idle time), rx, tx rate, HT mode (all highlighted in blue).  
 
Highlighted in green are the devices connected to the router via Wi-Fi as identified by their MAC addresses. The response information about the connection with the device, such as signal strength, noise, time of inactivity (idle time), rx, tx rate, HT mode (all highlighted in blue).  
   −
===WIFI signal quality===
+
===Wi-Fi information===
    +
This command returns information on your Wi-Fi Access Point.
    
'''Windows:'''
 
'''Windows:'''
Line 343: Line 344:     
'''Response:'''
 
'''Response:'''
 +
{"jsonrpc":"2.0","id":1,"result":[0,
 +
{"phy":"<span style=color:blue>phy0</span>","ssid":"<span style=color:blue>HAL9000</span>","bssid":"<span style=color:blue>00:1E:42:16:D6:68</span>","country":"<span style=color:blue>00</span>","mode":"<span style=color:blue>Master</span>","channel":<span style=color:blue>6</span>,"frequency":<span style=color:blue>2437</span>,"txpower":<span style=color:blue>20</span>,"quality":<span style=color:blue>22</span>,"quality_max":<span style=color:blue>70</span>,"signal":<span style=color:blue>22</span>,"noise":<span style=color:blue>-61</span>,"bitrate":<span style=color:blue>72200</span>,"encryption":
 +
{"enabled":<span style=color:blue>false</span>},"hwmodes":["<span style=color:blue>b</span>","<span style=color:blue>g</span>","<span style=color:blue>n</span>"],"hardware":{"name":"<span style=color:blue>Generic MAC80211</span>"}}]}
    +
The relevant information, such as Wi-Fi SSID, Wi-Fi MAC address, Wi-Fi channel, Encryption type, etc., is highlighted in blue
    
===Device Serial/Mac number===
 
===Device Serial/Mac number===

Navigation menu