hostapd: initial prototype of an ubus binding
Supports listing, removing and banning clients, and hooking into probe/assoc/auth requests via object subscribe. Co-authored-by: David Bauer <mail@david-bauer.net> Co-authored-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
d945ddd368
commit
05396ebd93
19 changed files with 2408 additions and 13 deletions
|
@ -321,6 +321,7 @@ struct sta_info {
|
|||
#endif /* CONFIG_TESTING_OPTIONS */
|
||||
#ifdef CONFIG_AIRTIME_POLICY
|
||||
unsigned int airtime_weight;
|
||||
unsigned int dyn_airtime_weight;
|
||||
struct os_reltime backlogged_until;
|
||||
#endif /* CONFIG_AIRTIME_POLICY */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue