Home
last modified time | relevance | path

Searched refs:mlan_ds_twtcfg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11ax.c1069 mlan_ds_twtcfg *ds_twtcfg = (mlan_ds_twtcfg *)pdata_buf; in wlan_cmd_twt_cfg()
1149 mlan_ds_twtcfg *cfg = MNULL; in wlan_11ax_ioctl_twtcfg()
1154 if (pioctl_req->buf_len < sizeof(mlan_ds_twtcfg)) { in wlan_11ax_ioctl_twtcfg()
1157 pioctl_req->buf_len_needed = sizeof(mlan_ds_twtcfg); in wlan_11ax_ioctl_twtcfg()
1163 cfg = (mlan_ds_twtcfg *)pioctl_req->pbuf; in wlan_11ax_ioctl_twtcfg()
H A Dmlan_ioctl.h4159 } MLAN_PACK_END mlan_ds_twtcfg, *pmlan_ds_twtcfg; typedef
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmlan_ioctl.h4159 } MLAN_PACK_END mlan_ds_twtcfg, *pmlan_ds_twtcfg; typedef
H A Dmoal_eth_ioctl.c14727 mlan_ds_twtcfg *cfg = NULL; in woal_priv_twt_setup()
14733 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_twtcfg)); in woal_priv_twt_setup()
14742 cfg = (mlan_ds_twtcfg *)req->pbuf; in woal_priv_twt_setup()
14782 mlan_ds_twtcfg *cfg = NULL; in woal_priv_twt_teardown()
14788 req = woal_alloc_mlan_ioctl_req(sizeof(mlan_ds_twtcfg)); in woal_priv_twt_teardown()
14797 cfg = (mlan_ds_twtcfg *)req->pbuf; in woal_priv_twt_teardown()