Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

OCS Inventory don't query BSSID and SSID

Hi i am trying to get the XML bssid, ssid info to database table networks but didn't work so well. heres a example:

my agent log /var/log/ocsinventory-agent/ocsinventory-agent.log

<NETWORKS>
      <BSSID>A4:33:D7:7A:00:4D</BSSID>
      <DESCRIPTION>wlp3s0</DESCRIPTION>
      <DRIVER>ath10k_pci</DRIVER>
      <IPADDRESS>192.168.1.22</IPADDRESS>
      <IPGATEWAY>192.168.1.1</IPGATEWAY>
      <IPMASK>255.255.255.0</IPMASK>
      <IPSUBNET>192.168.1.0</IPSUBNET>
      <MACADDR>90:32:4b:98:64:ff</MACADDR>
      <MODE>Managed</MODE>
      <MTU>1500</MTU>
      <PCISLOT>0000:03:00.0</PCISLOT>
      <SPEED>866.7 Mb/s</SPEED>
      <SSID>&quot;Algar-Connect-5G&quot;</SSID>
      <STATUS>Up</STATUS>
      <TYPE>Wifi</TYPE>
    </NETWORKS>

When I go to OCS Inventory web Interface didn't display de BSSID or SSID column

enter image description here

And the database structure::

enter image description here

How can I enable BSSID and SSID columns?

in OCS Inventory NG server for Unix by (120 points)

1 Answer

0 votes
by (88.5k points)
 
Powered by Question2Answer
...