Testing functionality for airtime policy
Add a new testing parameter to allow airtime policy implementation to be tested for more coverage even without kernel driver support. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
fb9cd650e5
commit
c0c74f0c6b
3 changed files with 8 additions and 0 deletions
|
@ -354,6 +354,8 @@ struct hostapd_data {
|
|||
int last_bigtk_key_idx;
|
||||
u8 last_bigtk[WPA_BIGTK_MAX_LEN];
|
||||
size_t last_bigtk_len;
|
||||
|
||||
bool force_backlog_bytes;
|
||||
#endif /* CONFIG_TESTING_OPTIONS */
|
||||
|
||||
#ifdef CONFIG_MBO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue