Searched refs:psetstakey_para (Results 1 – 2 of 2) sorted by relevance
866 struct set_stakey_parm *psetstakey_para; in rtw_setstakey_cmd() local874 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() local947 if (!psetstakey_para) { in rtw_clearstakey_cmd()956 kfree(psetstakey_para); in rtw_clearstakey_cmd()[all …]
1268 struct set_stakey_parm *psetstakey_para; in rtw_ap_set_pairwise_key() local1278 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()