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:
Johannes Berg 2024-03-28 14:06:58 +01:00 committed by Jouni Malinen
parent a6062568ab
commit d43eb71da7
6 changed files with 27 additions and 0 deletions

View file

@ -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;