aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/README.md
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-06-03 11:22:50 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2022-06-28 03:23:51 +0300
commit5c57f9bbea662e21cb2c7e8211ee5dbcc88700e2 (patch)
treece56133eee470f5534c345c77bec1c7a8fba2c7a /package/network/services/hostapd/README.md
parent6eee9836565cab127e084763cdae6e54284a3a3b (diff)
downloadupstream-5c57f9bbea662e21cb2c7e8211ee5dbcc88700e2.tar.gz
upstream-5c57f9bbea662e21cb2c7e8211ee5dbcc88700e2.tar.bz2
upstream-5c57f9bbea662e21cb2c7e8211ee5dbcc88700e2.zip
hostapd: support MBO in bss_transition_request
Support the use of MBO in the bss_transition_request ubus method. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/network/services/hostapd/README.md')
-rw-r--r--package/network/services/hostapd/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/services/hostapd/README.md b/package/network/services/hostapd/README.md
index bd347c61dd..2150863306 100644
--- a/package/network/services/hostapd/README.md
+++ b/package/network/services/hostapd/README.md
@@ -29,6 +29,9 @@ Initiate an 802.11v transition request.
| neighbors | array | no | BSS Transition Candidate List |
| abridged | bool | no | prefer APs in the BSS Transition Candidate List |
| dialog_token | int32 | no | identifier for the request/report transaction |
+| mbo_reason | int32 | no | MBO Transition Reason Code Attribute |
+| cell_pref | int32 | no | MBO Cellular Data Connection Preference Attribute |
+| reassoc_delay | int32 | no | MBO Re-association retry delay |
### example
`ubus call hostapd.wl5-fb bss_transition_request '{ "addr": "68:2F:67:8B:98:ED", "disassociation_imminent": false, "disassociation_timer": 0, "validity_period": 30, "neighbors": ["b6a7b9cbeebabf5900008064090603026a00"], "abridged": 1 }'`