Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c832 struct setopmode_parm *psetop; in rtw_setopmode_cmd() local
837 psetop = rtw_zmalloc(sizeof(struct setopmode_parm)); in rtw_setopmode_cmd()
839 if (!psetop) { in rtw_setopmode_cmd()
843 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
848 kfree(psetop); in rtw_setopmode_cmd()
853 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd()
856 setopmode_hdl(padapter, (u8 *)psetop); in rtw_setopmode_cmd()
857 kfree(psetop); in rtw_setopmode_cmd()
H A Drtw_mlme_ext.c5206 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl() local
5208 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()
5212 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()
5216 } else if (psetop->mode == Ndis802_11IBSS) { in setopmode_hdl()
5225 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()