Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/rtl8712/
Drtl871x_cmd.c497 struct setopmode_parm *psetop; in r8712_setopmode_cmd() local
504 psetop = kmalloc(sizeof(*psetop), GFP_ATOMIC); in r8712_setopmode_cmd()
505 if (!psetop) { in r8712_setopmode_cmd()
509 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in r8712_setopmode_cmd()
510 psetop->mode = (u8)networktype; in r8712_setopmode_cmd()
/linux-6.6.21/drivers/staging/rtl8723bs/core/
Drtw_cmd.c833 struct setopmode_parm *psetop; in rtw_setopmode_cmd() local
838 psetop = rtw_zmalloc(sizeof(struct setopmode_parm)); in rtw_setopmode_cmd()
840 if (!psetop) { in rtw_setopmode_cmd()
844 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
849 kfree(psetop); in rtw_setopmode_cmd()
854 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd()
857 setopmode_hdl(padapter, (u8 *)psetop); in rtw_setopmode_cmd()
858 kfree(psetop); in rtw_setopmode_cmd()
Drtw_mlme_ext.c5209 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl() local
5211 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()
5215 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()
5219 } else if (psetop->mode == Ndis802_11IBSS) { in setopmode_hdl()
5228 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()