Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A 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/drivers/staging/r8188eu/core/
A Drtw_cmd.c672 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_setstakey_cmd() local
692 psetstakey_rsp = kzalloc(sizeof(struct set_stakey_rsp), GFP_KERNEL); in rtw_setstakey_cmd()
693 if (!psetstakey_rsp) { in rtw_setstakey_cmd()
701 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_setstakey_cmd()
731 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_clearstakey_cmd() local
752 psetstakey_rsp = kzalloc(sizeof(struct set_stakey_rsp), in rtw_clearstakey_cmd()
754 if (!psetstakey_rsp) { in rtw_clearstakey_cmd()
762 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_clearstakey_cmd()
1525 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *)(pcmd->rsp); in rtw_setstaKey_cmdrsp_callback() local
1526 struct sta_info *psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); in rtw_setstaKey_cmdrsp_callback()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c902 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_setstakey_cmd() local
937 psetstakey_rsp = rtw_zmalloc(sizeof(struct set_stakey_rsp)); in rtw_setstakey_cmd()
938 if (!psetstakey_rsp) { in rtw_setstakey_cmd()
946 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_setstakey_cmd()
962 struct set_stakey_rsp *psetstakey_rsp = NULL; in rtw_clearstakey_cmd() local
988 psetstakey_rsp = rtw_zmalloc(sizeof(struct set_stakey_rsp)); in rtw_clearstakey_cmd()
989 if (!psetstakey_rsp) { in rtw_clearstakey_cmd()
997 ph2c->rsp = (u8 *)psetstakey_rsp; in rtw_clearstakey_cmd()
2004 struct set_stakey_rsp *psetstakey_rsp = (struct set_stakey_rsp *)(pcmd->rsp); in rtw_setstaKey_cmdrsp_callback() local
2005 struct sta_info *psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); in rtw_setstaKey_cmdrsp_callback()

Completed in 11 milliseconds