P2P: Enable 40 MHz support for autonomous P2P group addition
Add optional "ht40" argument for p2p_group_add command to enable 40 MHz in 5GHz band. This configures the secondary channel, when HT support is enabled and if the HW supports 40 MHz channel width. Signed-hostap: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
This commit is contained in:
parent
931228aa10
commit
7aeac98509
8 changed files with 70 additions and 19 deletions
|
@ -75,6 +75,8 @@ struct p2p_go_neg_results {
|
|||
*/
|
||||
int freq;
|
||||
|
||||
int ht40;
|
||||
|
||||
/**
|
||||
* ssid - SSID of the group
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue