Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/wcn36xx/
Dsmd.c1990 msg_body.set_sta_key_params.sta_index = sta_index; in wcn36xx_smd_set_stakey()
1991 msg_body.set_sta_key_params.enc_type = enc_type; in wcn36xx_smd_set_stakey()
1996 msg_body.set_sta_key_params.def_wep_idx = keyidx; in wcn36xx_smd_set_stakey()
1997 msg_body.set_sta_key_params.wep_type = 0; in wcn36xx_smd_set_stakey()
1999 msg_body.set_sta_key_params.key[0].id = keyidx; in wcn36xx_smd_set_stakey()
2000 msg_body.set_sta_key_params.key[0].unicast = 1; in wcn36xx_smd_set_stakey()
2001 msg_body.set_sta_key_params.key[0].direction = WCN36XX_HAL_TX_RX; in wcn36xx_smd_set_stakey()
2002 msg_body.set_sta_key_params.key[0].pae_role = 0; in wcn36xx_smd_set_stakey()
2003 msg_body.set_sta_key_params.key[0].length = keylen; in wcn36xx_smd_set_stakey()
2004 memcpy(msg_body.set_sta_key_params.key[0].key, key, keylen); in wcn36xx_smd_set_stakey()
[all …]
Dhal.h2315 struct wcn36xx_hal_set_sta_key_params set_sta_key_params; member