P2P: Add 802.11ax support for P2P GO
An optional parameter "he" is added to p2p_connect, p2p_group_add, and p2p_invite to enable 11ax HE support. The new p2p_go_he=1 configuration parameter can be used to request this to be enabled by default. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
9da1641a4c
commit
5a3319ab1b
12 changed files with 77 additions and 36 deletions
|
@ -103,6 +103,11 @@ struct p2p_go_neg_results {
|
|||
|
||||
unsigned int vht_center_freq2;
|
||||
|
||||
/**
|
||||
* he - Indicates if IEEE 802.11ax HE is enabled
|
||||
*/
|
||||
int he;
|
||||
|
||||
/**
|
||||
* ssid - SSID of the group
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue