Home
last modified time | relevance | path

Searched refs:set_sta_key_params (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/wcn36xx/
Dsmd.c2080 msg_body.set_sta_key_params.sta_index = sta_index; in wcn36xx_smd_set_stakey()
2081 msg_body.set_sta_key_params.enc_type = enc_type; in wcn36xx_smd_set_stakey()
2086 msg_body.set_sta_key_params.def_wep_idx = keyidx; in wcn36xx_smd_set_stakey()
2087 msg_body.set_sta_key_params.wep_type = 0; in wcn36xx_smd_set_stakey()
2089 msg_body.set_sta_key_params.key[0].id = keyidx; in wcn36xx_smd_set_stakey()
2090 msg_body.set_sta_key_params.key[0].unicast = 1; in wcn36xx_smd_set_stakey()
2091 msg_body.set_sta_key_params.key[0].direction = WCN36XX_HAL_TX_RX; in wcn36xx_smd_set_stakey()
2092 msg_body.set_sta_key_params.key[0].pae_role = 0; in wcn36xx_smd_set_stakey()
2093 msg_body.set_sta_key_params.key[0].length = keylen; in wcn36xx_smd_set_stakey()
2094 memcpy(msg_body.set_sta_key_params.key[0].key, key, keylen); in wcn36xx_smd_set_stakey()
[all …]
Dhal.h2347 struct wcn36xx_hal_set_sta_key_params set_sta_key_params; member