Changes

Line 350: Line 350:  
As with the clients list command described above, to obtain this information Linux '''iwinfo''' command is used, this time with the '''info''' parameter (red). The relevant information, such as Wi-Fi SSID, Wi-Fi MAC address, Wi-Fi channel, Encryption type, etc., is highlighted in blue
 
As with the clients list command described above, to obtain this information Linux '''iwinfo''' command is used, this time with the '''info''' parameter (red). 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===
+
===Manufacturing information===
 +
 
 +
This command returns information about the device's manufacturing details.
    
'''Windows:'''
 
'''Windows:'''
Line 358: Line 360:  
         "805725a19ab0fba6c2b44ecf2f952fb9","file", "exec",
 
         "805725a19ab0fba6c2b44ecf2f952fb9","file", "exec",
 
         {
 
         {
             "command":"mnf_info", "params":["sn"]
+
             "command":"<span style=color:red>mnf_info</span>", "params":["<span style=color:red>name</span>", "<span style=color:red>sn</span>", "<span style=color:red>mac</span>"]
 
         }
 
         }
 
     ]
 
     ]
Line 364: Line 366:     
'''Linux:'''
 
'''Linux:'''
  curl -d "{ \"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"call\", \"params\": [ \"805725a19ab0fba6c2b44ecf2f952fb9\",\"file\", \"exec\",{ \"command\":\"mnf_info\", \"params\":[\"sn\"] } ] }" http://<span style=color:black>192.168.1.1</span>/ubus
+
  curl -d "{ \"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"call\", \"params\": [ \"805725a19ab0fba6c2b44ecf2f952fb9\",\"file\", \"exec\",{ \"command\":\"<span style=color:red>mnf_info</span>\", \"params\":[\"<span style=color:red>name</span>\", \"<span style=color:red>sn</span>\", \"<span style=color:red>mac</span>\"] } ] }" http://<span style=color:black>192.168.1.1</span>/ubus
    
'''Response:'''
 
'''Response:'''

Navigation menu