Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c830 struct setopmode_parm *psetop; in rtw_setopmode_cmd() local
835 psetop = rtw_zmalloc(sizeof(struct setopmode_parm)); in rtw_setopmode_cmd()
837 if (!psetop) { in rtw_setopmode_cmd()
841 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
846 kfree(psetop); in rtw_setopmode_cmd()
851 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd()
854 setopmode_hdl(padapter, (u8 *)psetop); in rtw_setopmode_cmd()
855 kfree(psetop); in rtw_setopmode_cmd()
H A Drtw_mlme_ext.c5182 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl() local
5184 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()
5188 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()
5192 } else if (psetop->mode == Ndis802_11IBSS) { in setopmode_hdl()
5201 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()