Store the VHT Operation element of an associated STA
APs and mesh peers use the VHT Operation element to advertise certain channel properties (e.g., the bandwidth of the channel). Save this information element so we can later access this information. Signed-off-by: Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
This commit is contained in:
parent
d706e0d7a3
commit
ad20a1367f
6 changed files with 32 additions and 0 deletions
|
@ -162,6 +162,7 @@ struct sta_info {
|
|||
|
||||
struct ieee80211_ht_capabilities *ht_capabilities;
|
||||
struct ieee80211_vht_capabilities *vht_capabilities;
|
||||
struct ieee80211_vht_operation *vht_operation;
|
||||
u8 vht_opmode;
|
||||
|
||||
#ifdef CONFIG_IEEE80211W
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue