P2P: Allow 6 GHz channels to be included in the P2P_FIND operation
Previously, the 6 GHz channels were disabled for P2P operations. Introduce a new include_6ghz parameter for the P2P_FIND command to configure P2P discovery on the 6 GHz channels. However, the p2p_6ghz_disable parameter in the configuration takes a higher priority. If the p2p_6ghz_disable parameter is not set in the configuration, include_6ghz parameter can be used to enable or disable the discovery operation in the 6 GHz channels for the P2P_FIND command. Signed-off-by: Sreeramya Soratkal <ssramya@codeaurora.org>
This commit is contained in:
parent
a06c7d50f9
commit
6423c23e3d
9 changed files with 40 additions and 17 deletions
|
@ -645,6 +645,12 @@ struct wpa_driver_scan_params {
|
|||
*/
|
||||
unsigned int oce_scan:1;
|
||||
|
||||
/**
|
||||
* p2p_include_6ghz - Include 6 GHz channels for P2P full scan
|
||||
*
|
||||
*/
|
||||
unsigned int p2p_include_6ghz:1;
|
||||
|
||||
/*
|
||||
* NOTE: Whenever adding new parameters here, please make sure
|
||||
* wpa_scan_clone_params() and wpa_scan_free_params() get updated with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue