Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/rtl8712/
Drtl871x_cmd.c519 struct set_stakey_rsp *psetstakey_rsp = NULL; in r8712_setstakey_cmd() local
532 psetstakey_rsp = kmalloc(sizeof(*psetstakey_rsp), GFP_ATOMIC); in r8712_setstakey_cmd()
533 if (!psetstakey_rsp) { in r8712_setstakey_cmd()
539 ph2c->rsp = (u8 *)psetstakey_rsp; in r8712_setstakey_cmd()
735 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *) in r8712_setstaKey_cmdrsp_callback() local
738 psetstakey_rsp->addr); in r8712_setstaKey_cmdrsp_callback()
742 psta->aid = psta->mac_id = psetstakey_rsp->keyid; /*CAM_ID(CAM_ENTRY)*/ in r8712_setstaKey_cmdrsp_callback()
/linux-6.6.21/drivers/staging/rtl8723bs/core/
Drtw_cmd.c869 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_setstakey_cmd() local
903 psetstakey_rsp = rtw_zmalloc(sizeof(struct set_stakey_rsp)); in rtw_setstakey_cmd()
904 if (!psetstakey_rsp) { in rtw_setstakey_cmd()
912 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_setstakey_cmd()
928 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_clearstakey_cmd() local
954 psetstakey_rsp = rtw_zmalloc(sizeof(struct set_stakey_rsp)); in rtw_clearstakey_cmd()
955 if (!psetstakey_rsp) { in rtw_clearstakey_cmd()
963 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_clearstakey_cmd()
1907 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *)(pcmd->rsp); in rtw_setstaKey_cmdrsp_callback() local
1908 struct sta_info *psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); in rtw_setstaKey_cmdrsp_callback()