RNR: Add bss_parameters to the neighbor_db
Add a new field to include BSS Parameter subfield in the neighbor database as described in IEEE Std 802.11ax-2021, Figure 9-632a (BSS Parameters subfield format). This field holds information related to multiple BSSID, access point co-location, and 20 TU probe response active/inactive state. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Aloka Dixit <alokad@codeaurora.org>
This commit is contained in:
parent
9d0948ecc9
commit
1b8eb39757
4 changed files with 22 additions and 4 deletions
|
@ -139,6 +139,7 @@ struct hostapd_neighbor_entry {
|
|||
struct os_time lci_date;
|
||||
int stationary;
|
||||
u32 short_ssid;
|
||||
u8 bss_parameters;
|
||||
};
|
||||
|
||||
struct hostapd_sae_commit_queue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue