EHT: Add configuration options for beamforming capabilities
Add configuration options to set EHT SU/MU beamforming capabilities. Signed-off-by: Aloka Dixit <quic_alokad@quicinc.com> Signed-off-by: Pradeep Kumar Chitrapu <quic_pradeepc@quicinc.com>
This commit is contained in:
parent
8db3881c76
commit
a7ea721889
3 changed files with 31 additions and 0 deletions
|
@ -948,6 +948,15 @@ struct spatial_reuse {
|
|||
u8 srg_partial_bssid_bitmap[8];
|
||||
};
|
||||
|
||||
/**
|
||||
* struct eht_phy_capabilities_info - EHT PHY capabilities
|
||||
*/
|
||||
struct eht_phy_capabilities_info {
|
||||
bool su_beamformer;
|
||||
bool su_beamformee;
|
||||
bool mu_beamformer;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct hostapd_config - Per-radio interface configuration
|
||||
*/
|
||||
|
@ -1120,6 +1129,7 @@ struct hostapd_config {
|
|||
#ifdef CONFIG_IEEE80211BE
|
||||
u8 eht_oper_chwidth;
|
||||
u8 eht_oper_centr_freq_seg0_idx;
|
||||
struct eht_phy_capabilities_info eht_phy_capab;
|
||||
#endif /* CONFIG_IEEE80211BE */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue