EHT: Additions to hostapd_set_freq_params()
Modify hostapd_set_freq_params() to include EHT parameters and update the calling functions to match. Signed-off-by: Muna Sinada <quic_msinada@quicinc.com> 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
e646b11fea
commit
dae7940a48
10 changed files with 62 additions and 24 deletions
|
@ -40,10 +40,11 @@ int hostapd_set_freq_params(struct hostapd_freq_params *data,
|
|||
int freq, int channel, int edmg, u8 edmg_channel,
|
||||
int ht_enabled,
|
||||
int vht_enabled, int he_enabled,
|
||||
int sec_channel_offset,
|
||||
bool eht_enabled, int sec_channel_offset,
|
||||
int oper_chwidth, int center_segment0,
|
||||
int center_segment1, u32 vht_caps,
|
||||
struct he_capabilities *he_caps);
|
||||
struct he_capabilities *he_caps,
|
||||
struct eht_capabilities *eht_cap);
|
||||
void set_disable_ht40(struct ieee80211_ht_capabilities *htcaps,
|
||||
int disabled);
|
||||
int ieee80211ac_cap_check(u32 hw, u32 conf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue