Searched defs:pubsta (Results 1 – 8 of 8) sorted by relevance
/linux/net/mac80211/ |
H A D | sta_info.c | 2234 struct ieee80211_sta *pubsta, bool block) in ieee80211_sta_block_awake() 2265 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() 2276 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() 2292 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() 2311 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_sta_register_airtime() 2380 void ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta) in ieee80211_sta_recalc_aggregates() 2915 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, in ieee80211_sta_set_expected_throughput() 3055 bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) in lockdep_sta_mutex_held()
|
H A D | agg-tx.c | 552 void ieee80211_refresh_tx_agg_session_timer(struct ieee80211_sta *pubsta, in ieee80211_refresh_tx_agg_session_timer() 596 int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, in ieee80211_start_tx_ba_session() 862 int ieee80211_stop_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid) in ieee80211_stop_tx_ba_session()
|
H A D | status.c | 1144 struct ieee80211_sta *pubsta = status->sta; in ieee80211_tx_status_ext() local 1264 struct ieee80211_sta *pubsta, in ieee80211_tx_rate_update() 1281 void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets) in ieee80211_report_low_ack()
|
H A D | rx.c | 1630 int ieee80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start) in ieee80211_sta_ps_transition() 1651 void ieee80211_sta_pspoll(struct ieee80211_sta *pubsta) in ieee80211_sta_pspoll() 1665 void ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_sta_uapsd_trigger() 4356 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_mark_rx_ba_filtered_frames() 5112 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_8023() 5200 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_packet() 5360 void ieee80211_rx_list(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, in ieee80211_rx_list() 5493 void ieee80211_rx_napi(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, in ieee80211_rx_napi()
|
H A D | rate.c | 414 static bool rate_control_send_low(struct ieee80211_sta *pubsta, in rate_control_send_low() 968 struct ieee80211_sta *pubsta, in rate_control_set_rates()
|
H A D | airtime.c | 758 struct ieee80211_sta *pubsta, in ieee80211_calc_expected_tx_airtime()
|
H A D | tx.c | 4550 struct ieee80211_sta *pubsta = NULL; in __ieee80211_tx_8023() local 5962 int ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_reserve_tid() 6026 void ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_unreserve_tid()
|
/linux/include/net/ |
H A D | mac80211.h | 2542 static inline bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) in lockdep_sta_mutex_held()
|