[net80211] add VHT IEs to scan elements.

In preparation for VHT station support, we need to store VHT IEs when
scanning so we can choose to upgrade to VHT.

This doesn't change the ABI - it just steals spare[] entries.
This commit is contained in:
Adrian Chadd 2017-01-07 01:54:32 +00:00
parent 6d0ef1b905
commit 55c68c64a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311576

View File

@ -250,7 +250,9 @@ struct ieee80211_scanparams {
uint8_t *quiet;
uint8_t *meshid;
uint8_t *meshconf;
uint8_t *spare[3];
uint8_t *vhtcap;
uint8_t *vhtopmode;
uint8_t *spare[1];
};
/*