P2P: Add support for VHT 80+80 MHz and 160 MHz
The new max_oper_chwidth and freq2 arguments to P2P_CONNECT, P2P_INVITE, and P2P_GROUP_ADD control interface commands can be used to request larger VHT operating channel bandwidth to be used than the previously used maximum 80 MHz. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
bee5d8e067
commit
c27f4c9006
8 changed files with 185 additions and 47 deletions
|
@ -99,6 +99,10 @@ struct p2p_go_neg_results {
|
|||
|
||||
int vht;
|
||||
|
||||
u8 max_oper_chwidth;
|
||||
|
||||
unsigned int vht_center_freq2;
|
||||
|
||||
/**
|
||||
* ssid - SSID of the group
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue