Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A 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/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c866 struct setopmode_parm *psetop; in rtw_setopmode_cmd() local
871 psetop = rtw_zmalloc(sizeof(struct setopmode_parm)); in rtw_setopmode_cmd()
873 if (!psetop) { in rtw_setopmode_cmd()
877 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
882 kfree(psetop); in rtw_setopmode_cmd()
887 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd()
890 setopmode_hdl(padapter, (u8 *)psetop); in rtw_setopmode_cmd()
891 kfree(psetop); in rtw_setopmode_cmd()
A Drtw_mlme_ext.c5249 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl() local
5251 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()
5255 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()
5259 } else if (psetop->mode == Ndis802_11IBSS) { in setopmode_hdl()
5268 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()
/linux/drivers/staging/r8188eu/core/
A Drtw_cmd.c639 struct setopmode_parm *psetop; in rtw_setopmode_cmd() local
649 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd()
651 if (!psetop) { in rtw_setopmode_cmd()
657 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd()
658 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
A Drtw_mlme_ext.c7395 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl() local
7397 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()
7400 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()
7404 } else if (psetop->mode == Ndis802_11IBSS) { in setopmode_hdl()

Completed in 31 milliseconds