qcacmn: add mld address to auth params

This change adds MLD address to deferred auth params
as Auth req carries MLD address

Change-Id: I4a97299967bc052166f351ce041ccc8d13656e9e
CRs-Fixed: 3246869
Este commit está contenido en:
Srinivas Pitla
2022-06-28 15:35:02 -07:00
cometido por Madan Koyyalamudi
padre 7251cd10dc
commit b39112e991

Ver fichero

@@ -362,6 +362,7 @@ struct mlnawds_config {
* @vdev_id: VDEV ID
* @psoc_id: PSOC ID
* @link_addr: MAC address
* @mldmacaddr: MLD MAC address
* @algo: Auth algorithm
* @seq: Auth sequence number
* @status_code: Auth status
@@ -374,6 +375,7 @@ struct mlpeer_auth_params {
uint8_t vdev_id;
uint8_t psoc_id;
struct qdf_mac_addr link_addr;
struct qdf_mac_addr mldaddr;
uint16_t algo;
uint16_t seq;
uint16_t status_code;