qcacmn: Add tx_flag to Host WMI mgmt frame structure for incorrect key support
Add 'tx_flag' param to wmi_mgmt_params structure for configuration to use incorrect key for encryption of mgmt frame. The 'tx_flag' param is primarily added to provide additional test configuration options for mgmt frames. Currently it only has support to encode the mgmt frame with incorrect key for PMF protected connection. Change-Id: Id894c735c4c612a75506a33938372c3fa2e7f24a CRs-fixed: 2690147
This commit is contained in:
@@ -1306,6 +1306,7 @@ struct tx_send_params {
|
||||
* @tx_param: TX send parameters
|
||||
* @tx_params_valid: Flag that indicates if TX params are valid
|
||||
* @use_6mbps: specify whether management frame to transmit should
|
||||
* @tx_flags: additional configuration flags for mgmt frames
|
||||
* use 6 Mbps rather than 1 Mbps min rate(for 5GHz band or P2P)
|
||||
*/
|
||||
struct wmi_mgmt_params {
|
||||
@@ -1321,6 +1322,7 @@ struct wmi_mgmt_params {
|
||||
struct tx_send_params tx_param;
|
||||
bool tx_params_valid;
|
||||
uint8_t use_6mbps;
|
||||
uint32_t tx_flags;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user