Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_11n.h154 return ((sta_ptr->ampdu_sta[tid] != BA_STREAM_NOT_ALLOWED)
176 sta_ptr->ampdu_sta[tid] = BA_STREAM_NOT_ALLOWED; in disable_station_ampdu()
202 return ((priv->aggr_prio_tbl[tid].ampdu_ap != BA_STREAM_NOT_ALLOWED)
255 return (((priv->aggr_prio_tbl[tid].amsdu != BA_STREAM_NOT_ALLOWED)
Dmlan_fw.h482 #define BA_STREAM_NOT_ALLOWED 0xffU macro
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11n_rxreorder.c777 if (!priv->add_ba_param.rx_amsdu || (priv->aggr_prio_tbl[tid].amsdu == BA_STREAM_NOT_ALLOWED)) in wlan_cmd_11n_uap_addba_rspgen()
1284 (priv->aggr_prio_tbl[tid].amsdu != BA_STREAM_NOT_ALLOWED)) in wlan_ret_11n_addba_resp()
Dmlan_11n.c1585 if (priv->add_ba_param.tx_amsdu && (priv->aggr_prio_tbl[tid].amsdu != BA_STREAM_NOT_ALLOWED)) in wlan_send_addba()
Dmlan_uap_cmdevent.c1266 sta_ptr->ampdu_sta[i] = BA_STREAM_NOT_ALLOWED;