Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c2532 mlan_ds_11n_tx_cfg dot11n_tx_cfg; in wifi_send_11n_cfg_cmd() local
2534 (void)memset(&dot11n_tx_cfg, 0x00, sizeof(mlan_ds_11n_tx_cfg)); in wifi_send_11n_cfg_cmd()
2536 dot11n_tx_cfg.httxcap = httxcfg; in wifi_send_11n_cfg_cmd()
2547 …s rv = wlan_ops_sta_prepare_cmd(pmpriv, HostCmd_CMD_11N_CFG, action, 0, NULL, &dot11n_tx_cfg, cmd); in wifi_send_11n_cfg_cmd()