AP: Support overriding EHT operation puncturing mask
Add support for overriding EHT Operation element puncturing mask for testing purposes. Signed-off-by: Ilan Peer <ilan.peer@intel.com> Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
26ad0be4f9
commit
409ebaaa1c
3 changed files with 22 additions and 4 deletions
|
@ -704,6 +704,10 @@ struct hostapd_bss_config {
|
|||
unsigned int oci_freq_override_ft_assoc;
|
||||
unsigned int oci_freq_override_fils_assoc;
|
||||
unsigned int oci_freq_override_wnm_sleep;
|
||||
|
||||
#ifdef CONFIG_IEEE80211BE
|
||||
u16 eht_oper_puncturing_override;
|
||||
#endif /* CONFIG_IEEE80211BE */
|
||||
#endif /* CONFIG_TESTING_OPTIONS */
|
||||
|
||||
#define MESH_ENABLED BIT(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue