hostapd: Add support for testing Probe Response frame elements
Add support for additional (vendor) elements to be added to only Probe Response frames, for testing. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
a6062568ab
commit
d43eb71da7
6 changed files with 27 additions and 0 deletions
|
@ -709,6 +709,7 @@ struct hostapd_bss_config {
|
|||
struct wpabuf *eapol_m3_elements;
|
||||
bool eapol_m3_no_encrypt;
|
||||
int test_assoc_comeback_type;
|
||||
struct wpabuf *presp_elements;
|
||||
|
||||
#ifdef CONFIG_IEEE80211BE
|
||||
u16 eht_oper_puncturing_override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue