Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11n.h183 return (sta_ptr->ampdu_sta[tid] != BA_STREAM_NOT_ALLOWED) ? in is_station_ampdu_allowed()
203 sta_ptr->ampdu_sta[tid] = BA_STREAM_NOT_ALLOWED; in disable_station_ampdu()
220 sta_ptr->ampdu_sta[tid] = priv->aggr_prio_tbl[tid].ampdu_user; in reset_station_ampdu()
H A Dmlan_sta_event.c144 sta_ptr->ampdu_sta[i] = in wlan_parse_tdls_event()
148 sta_ptr->ampdu_sta[i] = in wlan_parse_tdls_event()
H A Dmlan_uap_cmdevent.c4447 sta_ptr->ampdu_sta[i] = in wlan_uap_cmd_add_station()
4450 sta_ptr->ampdu_sta[i] = BA_STREAM_NOT_ALLOWED; in wlan_uap_cmd_add_station()
5479 sta_ptr->ampdu_sta[i] = in wlan_ops_uap_process_event()
5483 sta_ptr->ampdu_sta[i] = in wlan_ops_uap_process_event()
H A Dmlan_11n.c1054 sta_ptr->ampdu_sta[i] = in wlan_update_all_stations_ampdu()
H A Dmlan_misc.c2419 sta_ptr->ampdu_sta[i] = in wlan_misc_ioctl_tdls_oper()
2423 sta_ptr->ampdu_sta[i] = in wlan_misc_ioctl_tdls_oper()
H A Dmlan_main.h1526 t_u8 ampdu_sta[MAX_NUM_TID];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_11n.h190 return (sta_ptr->ampdu_sta[tid] != BA_STREAM_NOT_ALLOWED) in is_station_ampdu_allowed()
210 sta_ptr->ampdu_sta[tid] = BA_STREAM_NOT_ALLOWED; in disable_station_ampdu()
228 sta_ptr->ampdu_sta[tid] = priv->aggr_prio_tbl[tid].ampdu_user; in reset_station_ampdu()
H A Dmlan_sta_event.c144 sta_ptr->ampdu_sta[i] = in wlan_parse_tdls_event()
148 sta_ptr->ampdu_sta[i] = in wlan_parse_tdls_event()
1258 sta_ptr->ampdu_sta[i] = in wlan_ops_sta_process_event()
1261 sta_ptr->ampdu_sta[i] = in wlan_ops_sta_process_event()
H A Dmlan_misc.c2316 sta_ptr->ampdu_sta[i] = in wlan_misc_ioctl_tdls_oper()
2321 sta_ptr->ampdu_sta[i] = in wlan_misc_ioctl_tdls_oper()
H A Dmlan_uap_cmdevent.c4415 sta_ptr->ampdu_sta[i] = in wlan_ops_uap_process_event()
4419 sta_ptr->ampdu_sta[i] = in wlan_ops_uap_process_event()
H A Dmlan_11n.c1051 sta_ptr->ampdu_sta[i] = in wlan_update_all_stations_ampdu()
H A Dmlan_main.h1394 t_u8 ampdu_sta[MAX_NUM_TID]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Duap_event.c166 node->ampdu_sta[i] = in mwifiex_process_uap_event()
169 node->ampdu_sta[i] = BA_STREAM_NOT_ALLOWED; in mwifiex_process_uap_event()
H A D11n.h77 return (node->ampdu_sta[tid] != BA_STREAM_NOT_ALLOWED) ? true : false; in mwifiex_is_station_ampdu_allowed()
H A Dsta_event.c946 sta_ptr->ampdu_sta[i] = in mwifiex_process_sta_event()
950 sta_ptr->ampdu_sta[i] = in mwifiex_process_sta_event()
H A Dtdls.c1160 sta_ptr->ampdu_sta[i] = in mwifiex_tdls_process_enable_link()
1164 sta_ptr->ampdu_sta[i] = BA_STREAM_NOT_ALLOWED; in mwifiex_tdls_process_enable_link()
H A Dmain.h803 u8 ampdu_sta[MAX_NUM_TID]; member