Fixed `STA_DISCONNECT` typo (#1430)
This commit is contained in:
parent
f9875f6e38
commit
8cd5e02634
|
@ -1036,7 +1036,7 @@ T: Table returned by event.
|
|||
- `SSID`: SSID of access point.
|
||||
- `BSSID`: BSSID of access point.
|
||||
- `channel`: The channel the access point is on.
|
||||
- `wifi.eventmon.STA_DISCONNECT`: Station was disconnected from access point.
|
||||
- `wifi.eventmon.STA_DISCONNECTED`: Station was disconnected from access point.
|
||||
- `SSID`: SSID of access point.
|
||||
- `BSSID`: BSSID of access point.
|
||||
- `REASON`: See [wifi.eventmon.reason](#wifieventmonreason) below.
|
||||
|
|
Loading…
Reference in New Issue