Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_cmd.c631 struct setopmode_parm *psetop; in r8712_setopmode_cmd() local
638 psetop = kmalloc(sizeof(*psetop), GFP_ATOMIC); in r8712_setopmode_cmd()
639 if (psetop == NULL) { in r8712_setopmode_cmd()
643 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in r8712_setopmode_cmd()
644 psetop->mode = (u8)networktype; in r8712_setopmode_cmd()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_cmd.c637 struct setopmode_parm *psetop; in rtw_setopmode_cmd23a() local
646 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd23a()
648 if (!psetop) { in rtw_setopmode_cmd23a()
654 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd23a()
655 psetop->mode = ifmode; in rtw_setopmode_cmd23a()
Drtw_mlme_ext.c5444 const struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl23a() local
5446 switch (psetop->mode) { in setopmode_hdl23a()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_cmd.c570 struct setopmode_parm *psetop; in rtw_setopmode_cmd() local
581 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd()
583 if (psetop == NULL) { in rtw_setopmode_cmd()
589 init_h2fwcmd_w_parm_no_rsp(ph2c, psetop, _SetOpMode_CMD_); in rtw_setopmode_cmd()
590 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
Drtw_mlme_ext.c4980 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl() local
4982 if (psetop->mode == Ndis802_11APMode) { in setopmode_hdl()
4985 } else if (psetop->mode == Ndis802_11Infrastructure) { in setopmode_hdl()
4989 } else if (psetop->mode == Ndis802_11IBSS) { in setopmode_hdl()