Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dsmd.c1708 msg_body.set_sta_key_params.sta_index = sta_index; in wcn36xx_smd_set_stakey()
1709 msg_body.set_sta_key_params.enc_type = enc_type; in wcn36xx_smd_set_stakey()
1714 msg_body.set_sta_key_params.def_wep_idx = keyidx; in wcn36xx_smd_set_stakey()
1715 msg_body.set_sta_key_params.wep_type = 0; in wcn36xx_smd_set_stakey()
1717 msg_body.set_sta_key_params.key[0].id = keyidx; in wcn36xx_smd_set_stakey()
1718 msg_body.set_sta_key_params.key[0].unicast = 1; in wcn36xx_smd_set_stakey()
1719 msg_body.set_sta_key_params.key[0].direction = WCN36XX_HAL_TX_RX; in wcn36xx_smd_set_stakey()
1720 msg_body.set_sta_key_params.key[0].pae_role = 0; in wcn36xx_smd_set_stakey()
1721 msg_body.set_sta_key_params.key[0].length = keylen; in wcn36xx_smd_set_stakey()
1722 memcpy(msg_body.set_sta_key_params.key[0].key, key, keylen); in wcn36xx_smd_set_stakey()
[all …]
Dhal.h2099 struct wcn36xx_hal_set_sta_key_params set_sta_key_params; member