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.c829 struct setopmode_parm *psetop; in rtw_setopmode_cmd() local
834 psetop = kzalloc_obj(*psetop); in rtw_setopmode_cmd()
835 if (!psetop) { in rtw_setopmode_cmd()
839 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
844 kfree(psetop); in rtw_setopmode_cmd()
849 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd()
852 setopmode_hdl(padapter, (u8 *)psetop); in rtw_setopmode_cmd()
853 kfree(psetop); in rtw_setopmode_cmd()
H A Drtw_mlme_ext.c5171 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl() local
5173 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()
5177 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()
5181 } else if (psetop->mode == Ndis802_11IBSS) { in setopmode_hdl()
5190 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()