/Linux-v4.19/net/mac80211/ |
D | rate.c | 372 bool rate_control_send_low(struct ieee80211_sta *pubsta, in rate_control_send_low() argument 382 if (!pubsta || !priv_sta || rc_no_data_or_no_ack_use_min(txrc)) { in rate_control_send_low() 383 __rate_control_send_low(txrc->hw, sband, pubsta, info, in rate_control_send_low() 386 if (!pubsta && txrc->bss) { in rate_control_send_low() 393 } else if (pubsta) { in rate_control_send_low() 394 sta = container_of(pubsta, struct sta_info, sta); in rate_control_send_low() 922 struct ieee80211_sta *pubsta, in rate_control_set_rates() argument 925 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in rate_control_set_rates() 939 old = rcu_dereference_protected(pubsta->rates, true); in rate_control_set_rates() 940 rcu_assign_pointer(pubsta->rates, rates); in rate_control_set_rates() [all …]
|
D | agg-tx.c | 560 int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, in ieee80211_start_tx_ba_session() argument 563 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_start_tx_ba_session() 569 trace_api_start_tx_ba_session(pubsta, tid); in ieee80211_start_tx_ba_session() 575 if (!pubsta->ht_cap.ht_supported) in ieee80211_start_tx_ba_session() 590 pubsta->addr, tid); in ieee80211_start_tx_ba_session() 622 pubsta->addr); in ieee80211_start_tx_ba_session() 817 int ieee80211_stop_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid) in ieee80211_stop_tx_ba_session() argument 819 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_stop_tx_ba_session() 825 trace_api_stop_tx_ba_session(pubsta, tid); in ieee80211_stop_tx_ba_session()
|
D | sta_info.c | 1747 struct ieee80211_sta *pubsta, bool block) in ieee80211_sta_block_awake() argument 1749 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake() 1751 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake() 1778 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument 1780 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp() 1783 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp() 1789 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument 1791 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc() 1795 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc() 1805 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument [all …]
|
D | status.c | 931 struct ieee80211_sta *pubsta = status->sta; in ieee80211_tx_status_ext() local 949 if (pubsta) { in ieee80211_tx_status_ext() 952 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_status_ext() 978 if (!pubsta) in ieee80211_tx_status_ext() 990 void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets) in ieee80211_report_low_ack() argument 992 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_report_low_ack()
|
D | rx.c | 1539 int ieee80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start) in ieee80211_sta_ps_transition() argument 1541 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_ps_transition() 1560 void ieee80211_sta_pspoll(struct ieee80211_sta *pubsta) in ieee80211_sta_pspoll() argument 1562 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_pspoll() 1574 void ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_sta_uapsd_trigger() argument 1576 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_uapsd_trigger() 3652 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_mark_rx_ba_filtered_frames() argument 3666 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS)) in ieee80211_mark_rx_ba_filtered_frames() 3671 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_mark_rx_ba_filtered_frames() 4305 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_packet() argument [all …]
|
D | rc80211_minstrel_ht.c | 657 minstrel_aggr_check(struct ieee80211_sta *pubsta, struct sk_buff *skb) in minstrel_aggr_check() argument 660 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in minstrel_aggr_check() 676 ieee80211_start_tx_ba_session(pubsta, tid, 0); in minstrel_aggr_check()
|
D | tx.c | 1671 struct ieee80211_sta *pubsta; in __ieee80211_tx() local 1687 pubsta = &sta->sta; in __ieee80211_tx() 1689 pubsta = NULL; in __ieee80211_tx() 1717 result = ieee80211_tx_frags(local, vif, pubsta, skbs, in __ieee80211_tx() 4708 int ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_reserve_tid() argument 4710 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_reserve_tid() 4772 void ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_unreserve_tid() argument 4774 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_unreserve_tid()
|
/Linux-v4.19/include/net/ |
D | mac80211.h | 4292 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, 5242 struct ieee80211_sta *pubsta, bool block); 5263 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta); 5285 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid); 5529 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, 5751 struct ieee80211_sta *pubsta,
|