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:
Peng Xu 2018-12-21 10:20:28 -08:00 committed by Jouni Malinen
parent 9da1641a4c
commit 5a3319ab1b
12 changed files with 77 additions and 36 deletions

View file

@ -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
*/