Searched refs:mlan_ds_11ac_vht_cfg (Results 1 – 5 of 5) sorted by relevance
1372 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()
3940 } mlan_ds_11ac_vht_cfg, *pmlan_ds_11ac_vht_cfg; typedef3957 mlan_ds_11ac_vht_cfg vht_cfg;
1793 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()
1351 mlan_ds_11ac_vht_cfg *vht_cfg = (mlan_ds_11ac_vht_cfg *)pdata_buf; in wlan_cmd_11ac_cfg()