Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_uap.c1372 mlan_ds_11ac_vht_cfg *vhtcfg = NULL, vht_cfg; in woal_uap_vht_cfg()
1411 sizeof(mlan_ds_11ac_vht_cfg))) { in woal_uap_vht_cfg()
1470 vhtcfg = (mlan_ds_11ac_vht_cfg *)(respbuf + 1); in woal_uap_vht_cfg()
1472 sizeof(mlan_ds_11ac_vht_cfg), in woal_uap_vht_cfg()
1473 sizeof(mlan_ds_11ac_vht_cfg)); in woal_uap_vht_cfg()
1474 resbuf_len = 1 + sizeof(mlan_ds_11ac_vht_cfg); in woal_uap_vht_cfg()
1488 sizeof(mlan_ds_11ac_vht_cfg), in woal_uap_vht_cfg()
1489 sizeof(mlan_ds_11ac_vht_cfg)); in woal_uap_vht_cfg()
1490 resbuf_len += sizeof(mlan_ds_11ac_vht_cfg); in woal_uap_vht_cfg()
H A Dmlan_ioctl.h3940 } mlan_ds_11ac_vht_cfg, *pmlan_ds_11ac_vht_cfg; typedef
3957 mlan_ds_11ac_vht_cfg vht_cfg;
H A Dmoal_eth_ioctl.c1793 mlan_ds_11ac_vht_cfg *vhtcfg = NULL; in woal_setget_priv_vhtcfg()
1906 vhtcfg = (mlan_ds_11ac_vht_cfg *)(respbuf + 1); in woal_setget_priv_vhtcfg()
1908 sizeof(mlan_ds_11ac_vht_cfg), respbuflen - 1); in woal_setget_priv_vhtcfg()
1909 ret = 1 + sizeof(mlan_ds_11ac_vht_cfg); in woal_setget_priv_vhtcfg()
1922 sizeof(mlan_ds_11ac_vht_cfg), in woal_setget_priv_vhtcfg()
1923 respbuflen - 1 - sizeof(mlan_ds_11ac_vht_cfg)); in woal_setget_priv_vhtcfg()
1924 ret += sizeof(mlan_ds_11ac_vht_cfg); in woal_setget_priv_vhtcfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11ac.c1351 mlan_ds_11ac_vht_cfg *vht_cfg = (mlan_ds_11ac_vht_cfg *)pdata_buf; in wlan_cmd_11ac_cfg()
H A Dmlan_ioctl.h3940 } mlan_ds_11ac_vht_cfg, *pmlan_ds_11ac_vht_cfg; typedef
3957 mlan_ds_11ac_vht_cfg vht_cfg;