Draft: Limiting length of Wi-Fi BH links chains with new config option
Closed
Draft: Limiting length of Wi-Fi BH links chains with new config option
kamil_max_hops
into
devel
2 unresolved threads
2 unresolved threads
- Reading max_node_bh_hops config option
- Getting neighbor info with 'ieee1905 neighbors' ubus call
Merge request reports
Activity
requested review from @anjancx
635 635 if (cred->band != e_band) 636 636 continue; 637 637 638 if (cred->mode == AP_WIFI_BBSS && 639 !is_bh_bss_allowed_on_node(c, rx_cmdu->origin)) This implementation restricts the node's position in the network. This means that once a node has been determined as leaf (with no bBSS allowed), then it cannot move in the network even when it's physical location has changed. We should design to restrict onboarding a new node via WPS and/or bSTA credentials beyond the max-depth.
added 8 commits
-
e78ec429...cadbccc7 - 6 commits from branch
devel
- bcfbfabf - Limiting length of Wi-Fi BH links chains with new config option
- b4569847 - Limiting length of Wi-Fi BH links chains
-
e78ec429...cadbccc7 - 6 commits from branch
Please register or sign in to reply