Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/drivers/staging/r8188eu/core/
Drtw_cmd.c605 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_setstakey_cmd() local
625 psetstakey_rsp = kzalloc(sizeof(*psetstakey_rsp), GFP_KERNEL); in rtw_setstakey_cmd()
626 if (!psetstakey_rsp) { in rtw_setstakey_cmd()
634 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_setstakey_cmd()
664 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_clearstakey_cmd() local
685 psetstakey_rsp = kzalloc(sizeof(*psetstakey_rsp), in rtw_clearstakey_cmd()
687 if (!psetstakey_rsp) { in rtw_clearstakey_cmd()
695 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_clearstakey_cmd()
1539 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *)(pcmd->rsp); in rtw_setstaKey_cmdrsp_callback() local
1540 struct sta_info *psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); in rtw_setstaKey_cmdrsp_callback()
/linux-6.1.9/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()