Hello fellows!
Currently im stuck at Displaying “Neighbor’s SSIDs” near the customer’s router.
how i started that diagnostic ?
(I changed the Value to “Requested”)
InternetGatewayDevice.WIFI.NeighboringWiFiDiagnostic.DiagnosticsState
after a minut IDiagnosticsState change to Complete/Error/Canceled
Here we have that (parameter): which pop up with neighbors SSIDs
InternetGatewayDevice.WiFi.NeighboringWiFiDiagnostic.Result. {i} ( i represent each SSID)
In Admin > Config > Edit Device page > Added:
- label: “‘SSID neighbors’”
parameter: InternetGatewayDevice.WiFi.NeighboringWiFiDiagnostic.Result.*.
type: “‘parameter-table’”
childParameters:- label: “‘SSID’”
parameter: SSID - label: “‘BSSID’”
parameter: BSSID - label: “‘RSI’”
parameter: SignalStrength - label: “‘Channel’”
parameter: Channel - label: “‘Bandwidth Mhz’”
parameter: OperatingChannelBandwidth - label: “‘Interval’”
parameter: BeaconPeriod - label: “‘Security Type’”
parameter: SecurityModeEnabled
- label: “‘SSID’”
But Device page doesnt care about that…
That parameter represent how many SSID we catch up.
InternetGatewayDevice.WIFI.NeighboringWiFiDiagnostic.ResultNumberOfEntries
currently router catch 42 SSIDs.
Maybe that’s why ? bc that too much to display that output in Device Page ?