Searched defs:sta (Results 101 - 125 of 332) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/ath/ath9k/
H A Drecv.c1017 struct ieee80211_sta *sta; local
/linux-master/drivers/net/wireless/intersil/p54/
H A Dtxrx.c683 p54_tx_80211_header(struct p54_common *priv, struct sk_buff *skb, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, bool *burst_possible) argument
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c319 il3945_rs_rate_init(struct il_priv *il, struct ieee80211_sta *sta, u8 sta_id) argument
389 il3945_rs_alloc_sta(void *il_priv, struct ieee80211_sta *sta, gfp_t gfp) argument
407 il3945_rs_free_sta(void *il_priv, struct ieee80211_sta *sta, void *il_sta) argument
604 il3945_rs_get_rate(void *il_r, struct ieee80211_sta *sta, void *il_sta, argument
426 il3945_rs_tx_status(void *il_rate, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, void *il_sta, struct sk_buff *skb) argument
857 il3945_rs_rate_init_stub(void *il_r, struct ieee80211_supported_band *sband, struct cfg80211_chan_def *chandef, struct ieee80211_sta *sta, void *il_sta) argument
885 struct ieee80211_sta *sta; local
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dtx.c140 wl12xx_tx_get_hlid_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, struct ieee80211_sta *sta) argument
162 wl12xx_tx_get_hlid(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, struct ieee80211_sta *sta) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c1260 struct ieee80211_sta *sta; local
H A Dsta.c82 iwl_send_add_sta(struct iwl_priv *priv, struct iwl_addsta_cmd *sta, u8 flags) argument
126 iwl_is_ht40_tx_allowed(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct ieee80211_sta *sta) argument
145 iwl_sta_calc_ht_flags(struct iwl_priv *priv, struct ieee80211_sta *sta, struct iwl_rxon_context *ctx, __le32 *flags, __le32 *mask) argument
193 iwl_sta_update_ht(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct ieee80211_sta *sta) argument
219 iwl_set_ht_add_station(struct iwl_priv *priv, u8 index, struct ieee80211_sta *sta, struct iwl_rxon_context *ctx) argument
237 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta) argument
324 iwl_add_station_common(struct iwl_priv *priv, struct iwl_rxon_context *ctx, const u8 *addr, bool is_ap, struct ieee80211_sta *sta, u8 *sta_id_r) argument
1057 iwlagn_key_sta_id(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta) argument
1133 iwl_update_tkip_key(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta, u32 iv32, u16 *phase1key) argument
1153 iwl_remove_dynamic_key(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta) argument
1201 iwl_set_dynamic_key(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct ieee80211_key_conf *keyconf, struct ieee80211_sta *sta) argument
1362 iwl_sta_rx_agg_start(struct iwl_priv *priv, struct ieee80211_sta *sta, int tid, u16 ssn) argument
1386 iwl_sta_rx_agg_stop(struct iwl_priv *priv, struct ieee80211_sta *sta, int tid) argument
[all...]
H A Dtx.c105 iwlagn_tx_cmd_build_rate(struct iwl_priv *priv, struct iwl_tx_cmd *tx_cmd, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, __le16 fc) argument
236 iwl_sta_id_or_broadcast(struct iwl_rxon_context *context, struct ieee80211_sta *sta) argument
258 iwlagn_tx_skb(struct iwl_priv *priv, struct ieee80211_sta *sta, struct sk_buff *skb) argument
482 iwlagn_tx_agg_stop(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) argument
573 iwlagn_tx_agg_start(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u16 *ssn) argument
632 iwlagn_tx_agg_flush(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid) argument
677 iwlagn_tx_agg_oper(struct iwl_priv *priv, struct ieee80211_vif *vif, struct ieee80211_sta *sta, u16 tid, u8 buf_size) argument
787 struct ieee80211_sta *sta; local
[all...]
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c344 void *sta = NULL; local
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02.h276 mt76x02_rx_get_sta_wcid(struct mt76x02_sta *sta, bool unicast) argument
[all...]
H A Dmt792x_core.c65 struct mt792x_sta *sta; local
403 mt792x_ethtool_worker(void *wi_data, struct ieee80211_sta *sta) argument
484 mt792x_sta_statistics(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct station_info *sinfo) argument
[all...]
/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h155 struct ieee80211_sta *sta; member in struct:minstrel_ht_sta
H A Ddebugfs_sta.c91 struct sta_info *sta = file->private_data; local
110 struct sta_info *sta = file->private_data; local
127 struct sta_info *sta local
141 struct sta_info *sta = file->private_data; local
201 struct sta_info *sta = file->private_data; local
235 struct sta_info *sta = file->private_data; local
254 struct sta_info *sta = file->private_data; local
289 struct sta_info *sta = file->private_data; local
318 struct sta_info *sta = data; local
359 struct sta_info *sta = file->private_data; local
379 struct sta_info *sta = data; local
441 struct sta_info *sta = file->private_data; local
1241 ieee80211_sta_debugfs_add(struct sta_info *sta) argument
1285 ieee80211_sta_debugfs_remove(struct sta_info *sta) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dwow.c455 static void rtw_wow_fw_media_status_iter(void *data, struct ieee80211_sta *sta) argument
345 rtw_wow_fw_security_type_iter(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, void *data) argument
H A Dtx.c91 static u8 get_tx_ampdu_factor(struct ieee80211_sta *sta) argument
102 static u8 get_tx_ampdu_density(struct ieee80211_sta *sta) argument
107 get_highest_ht_tx_rate(struct rtw_dev *rtwdev, struct ieee80211_sta *sta) argument
120 get_highest_vht_tx_rate(struct rtw_dev *rtwdev, struct ieee80211_sta *sta) argument
313 rtw_tx_mgmt_pkt_info_update(struct rtw_dev *rtwdev, struct rtw_tx_pkt_info *pkt_info, struct ieee80211_sta *sta, struct sk_buff *skb) argument
325 rtw_tx_data_pkt_info_update(struct rtw_dev *rtwdev, struct rtw_tx_pkt_info *pkt_info, struct ieee80211_sta *sta, struct sk_buff *skb) argument
396 rtw_tx_pkt_info_update(struct rtw_dev *rtwdev, struct rtw_tx_pkt_info *pkt_info, struct ieee80211_sta *sta, struct sk_buff *skb) argument
[all...]
/linux-master/drivers/acpi/
H A Dpower.c190 unsigned long long sta = 0; local
/linux-master/drivers/gpio/
H A Dgpio-bcm-kona.c444 unsigned long sta; local
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv04.c1288 char msg[128], src[128], sta[128]; local
H A Dnv10.c1096 char msg[128], src[128], sta[128]; local
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmt7603.h86 struct mt7603_sta sta; /* must be first */ member in struct:mt7603_vif
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Ddm.c914 struct ieee80211_sta *sta = NULL; local
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.c662 rtl8821ae_tx_fill_desc(struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc8, u8 *txbd, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.c476 rtl88ee_tx_fill_desc(struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc8, u8 *txbd, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 hw_queue, struct rtl_tcb_desc *ptcb_desc) argument
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.c291 rt2x00queue_create_tx_descriptor_ht(struct rt2x00_dev *rt2x00dev, struct sk_buff *skb, struct txentry_desc *txdesc, struct ieee80211_sta *sta, const struct rt2x00_rate *hwrate) argument
384 rt2x00queue_create_tx_descriptor(struct rt2x00_dev *rt2x00dev, struct sk_buff *skb, struct txentry_desc *txdesc, struct ieee80211_sta *sta) argument
599 rt2x00queue_write_tx_frame(struct data_queue *queue, struct sk_buff *skb, struct ieee80211_sta *sta, bool local) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddm.c865 struct ieee80211_sta *sta = NULL; local
/linux-master/drivers/staging/vt6656/
H A Dmain_usb.c900 vnt_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument

Completed in 443 milliseconds

1234567891011>>