Searched refs:set_sta_key_params (Results 1 – 2 of 2) sorted by relevance
1467 msg_body.set_sta_key_params.sta_index = sta_index; in wcn36xx_smd_set_stakey()1468 msg_body.set_sta_key_params.enc_type = enc_type; in wcn36xx_smd_set_stakey()1470 msg_body.set_sta_key_params.key[0].id = keyidx; in wcn36xx_smd_set_stakey()1471 msg_body.set_sta_key_params.key[0].unicast = 1; in wcn36xx_smd_set_stakey()1472 msg_body.set_sta_key_params.key[0].direction = WCN36XX_HAL_TX_RX; in wcn36xx_smd_set_stakey()1473 msg_body.set_sta_key_params.key[0].pae_role = 0; in wcn36xx_smd_set_stakey()1474 msg_body.set_sta_key_params.key[0].length = keylen; in wcn36xx_smd_set_stakey()1475 memcpy(msg_body.set_sta_key_params.key[0].key, key, keylen); in wcn36xx_smd_set_stakey()1476 msg_body.set_sta_key_params.single_tid_rc = 1; in wcn36xx_smd_set_stakey()
1989 struct wcn36xx_hal_set_sta_key_params set_sta_key_params; member