Add EDMG parameters to set_freq functions
This updates the frequency parameter setting functions to include argument for EDMG. Signed-off-by: Alexei Avshalom Lazar <ailizaro@codeaurora.org>
This commit is contained in:
parent
fdd0fef2c6
commit
bebd91e9c4
8 changed files with 25 additions and 9 deletions
|
@ -31,7 +31,8 @@ int check_40mhz_2g4(struct hostapd_hw_modes *mode,
|
|||
int sec_chan);
|
||||
int hostapd_set_freq_params(struct hostapd_freq_params *data,
|
||||
enum hostapd_hw_mode mode,
|
||||
int freq, int channel, int ht_enabled,
|
||||
int freq, int channel, int edmg, u8 edmg_channel,
|
||||
int ht_enabled,
|
||||
int vht_enabled, int he_enabled,
|
||||
int sec_channel_offset,
|
||||
int oper_chwidth, int center_segment0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue