mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
static-neighbor-reports: Update README.md
Define VAP on first use and fix some typos. Maintainer: @blocktrron Compile tested: n/a readme Run tested: n/a readme Description: Define VAP on first use and fix some typos. Signed-off-by: Andy Jackson 33336318+andybjackson@users.noreply.github.com Signed-off-by: Andy Jackson <33336318+andybjackson@users.noreply.github.com>
This commit is contained in:
committed by
David Bauer
parent
1fe4146126
commit
afcd6ac423
@@ -3,14 +3,15 @@ The `static-neighbor-reports` package allows a user to configure static neighbor
|
|||||||
are available for clients to be polled in case they support IEEE802.11k. This greatly improves
|
are available for clients to be polled in case they support IEEE802.11k. This greatly improves
|
||||||
the wireless experiences in terms of mobility.
|
the wireless experiences in terms of mobility.
|
||||||
|
|
||||||
Make sure to enable `ieee80211k` for each VAP neighbor reports should be installed to.
|
Make sure to enable `ieee80211k` for each Virtual Access Point (VAP) neighbor reports should be
|
||||||
|
installed to.
|
||||||
|
|
||||||
## Configuring
|
## Configuring
|
||||||
The uci config name is `static-neighbor-report`. There's currently only the section
|
The uci config name is `static-neighbor-report`. There's currently only the section
|
||||||
type `neighbor`.
|
type `neighbor`.
|
||||||
|
|
||||||
### neighbor
|
### neighbor
|
||||||
The followign options are supported for `neighbor` sections:
|
The following options are supported for `neighbor` sections:
|
||||||
|
|
||||||
#### neighbor_report
|
#### neighbor_report
|
||||||
This is the binary neighbor report element from a foreign AP. It is required for each neighbor.
|
This is the binary neighbor report element from a foreign AP. It is required for each neighbor.
|
||||||
@@ -27,7 +28,7 @@ the first 6 bytes of the binary neighbor report element.
|
|||||||
The SSID of the foreign AP. This option can be omitted, in case it matches the SSID used on the local AP.
|
The SSID of the foreign AP. This option can be omitted, in case it matches the SSID used on the local AP.
|
||||||
|
|
||||||
#### iface
|
#### iface
|
||||||
Space seperated list of hostapd interfaces the neighbor should be installed to.
|
Space separated list of hostapd interfaces the neighbor should be installed to.
|
||||||
|
|
||||||
## Retrieving neighbor information
|
## Retrieving neighbor information
|
||||||
To retrieve the neighbor informations of an AP to be isntalled on a foreign AP, make sure the UCI option
|
To retrieve the neighbor informations of an AP to be isntalled on a foreign AP, make sure the UCI option
|
||||||
@@ -43,7 +44,7 @@ The returned information follows this format:
|
|||||||
"value": [
|
"value": [
|
||||||
"<BSSID>",
|
"<BSSID>",
|
||||||
"<SSID>",
|
"<SSID>",
|
||||||
"<Neighbot report element>"
|
"<Neighbor report element>"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user