Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c866 struct set_stakey_parm *psetstakey_para; in rtw_setstakey_cmd() local
874 if (!psetstakey_para) { in rtw_setstakey_cmd()
879 memcpy(psetstakey_para->addr, sta->hwaddr, ETH_ALEN); in rtw_setstakey_cmd()
897 kfree(psetstakey_para); in rtw_setstakey_cmd()
905 kfree(psetstakey_para); in rtw_setstakey_cmd()
915 set_stakey_hdl(padapter, (u8 *)psetstakey_para); in rtw_setstakey_cmd()
916 kfree(psetstakey_para); in rtw_setstakey_cmd()
925 struct set_stakey_parm *psetstakey_para; in rtw_clearstakey_cmd() local
947 if (!psetstakey_para) { in rtw_clearstakey_cmd()
956 kfree(psetstakey_para); in rtw_clearstakey_cmd()
[all …]
H A Drtw_ap.c1268 struct set_stakey_parm *psetstakey_para; in rtw_ap_set_pairwise_key() local
1278 psetstakey_para = rtw_zmalloc(sizeof(struct set_stakey_parm)); in rtw_ap_set_pairwise_key()
1279 if (!psetstakey_para) { in rtw_ap_set_pairwise_key()
1285 init_h2fwcmd_w_parm_no_rsp(ph2c, psetstakey_para, _SetStaKey_CMD_); in rtw_ap_set_pairwise_key()
1287 psetstakey_para->algorithm = (u8)psta->dot118021XPrivacy; in rtw_ap_set_pairwise_key()
1289 memcpy(psetstakey_para->addr, psta->hwaddr, ETH_ALEN); in rtw_ap_set_pairwise_key()
1291 memcpy(psetstakey_para->key, &psta->dot118021x_UncstKey, 16); in rtw_ap_set_pairwise_key()