Fixed `STA_DISCONNECT` typo (#1430)

This commit is contained in:
snosrap 2016-07-31 14:09:16 -07:00 committed by Marcel Stör
parent f9875f6e38
commit 8cd5e02634
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ T: Table returned by event.
- `SSID`: SSID of access point. - `SSID`: SSID of access point.
- `BSSID`: BSSID of access point. - `BSSID`: BSSID of access point.
- `channel`: The channel the access point is on. - `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. - `SSID`: SSID of access point.
- `BSSID`: BSSID of access point. - `BSSID`: BSSID of access point.
- `REASON`: See [wifi.eventmon.reason](#wifieventmonreason) below. - `REASON`: See [wifi.eventmon.reason](#wifieventmonreason) below.