Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/
Dsmd.c2000 msg_body.set_sta_key_params.sta_index = sta_index; in wcn36xx_smd_set_stakey()
2001 msg_body.set_sta_key_params.enc_type = enc_type; in wcn36xx_smd_set_stakey()
2006 msg_body.set_sta_key_params.def_wep_idx = keyidx; in wcn36xx_smd_set_stakey()
2007 msg_body.set_sta_key_params.wep_type = 0; in wcn36xx_smd_set_stakey()
2009 msg_body.set_sta_key_params.key[0].id = keyidx; in wcn36xx_smd_set_stakey()
2010 msg_body.set_sta_key_params.key[0].unicast = 1; in wcn36xx_smd_set_stakey()
2011 msg_body.set_sta_key_params.key[0].direction = WCN36XX_HAL_TX_RX; in wcn36xx_smd_set_stakey()
2012 msg_body.set_sta_key_params.key[0].pae_role = 0; in wcn36xx_smd_set_stakey()
2013 msg_body.set_sta_key_params.key[0].length = keylen; in wcn36xx_smd_set_stakey()
2014 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