Title: Message
Here is how you read the associated station information.
 
You "GET" ...2.5.1 for the total number of associated stations. You "SET" ...2.5.2 to the station number that you want the information for. The response is the 24 octet string.
 
01 02 = station 1
03 04 05 06 07 08 = MAC Address
09 = status (don't know meaning)
10 = port (don't know meaning)
11 12 13 14 15 16 = ParentMacAddress
17 = RSSI (Ox00-Ox28 / 0-40 I can't remember if 0 or 40 is MAX)
18 = LQ (Ox00-Ox28 / 0-40 I can't remember if 0 or 40 is MAX)
19 20 21 22 = IP Address (Will not be what you expect)
23 24 = Reserved
 
This all assumes you retrieved the informatio correctly and it is right.

 

1.3.6.1.4.1.410.1.2.5.1   -   tells you how many stations are associated (n)

1.3.6.1.4.1.410.1.2.5.2.x   -   x=1-n  tells you information about each station in the for of an octet string

  SYNTAX OCTET STRING (SIZE (24))
     ACCESS  read-only
     STATUS  mandatory
     DESCRIPTION
     "The associated STAtion's Information.
  AssociatedSTAsInfo{
   unsigned short Index;
   unsigned char  MacAddress[6];
   unsigned char  Status;
   unsigned char  Port;
   unsigned char  ParentMacAddress[6];
   unsigned char  RSSI;
   unsigned char  LinkQuality;
   unsigned char  IP[4];
   unsigned char  Reserved1[2];

Reply via email to