Lines Matching refs:sta

139 	struct ieee80211_sta *sta = file->private_data;
140 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
246 struct ieee80211_sta *sta = file->private_data;
247 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
343 struct ieee80211_sta *sta = inode->i_private;
344 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
362 memcpy(stats_req->peer_addr, sta->addr, ETH_ALEN);
379 struct ieee80211_sta *sta = inode->i_private;
380 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
416 struct ieee80211_sta *sta = file->private_data;
417 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
433 memcpy(ar->debug.pktlog_peer_addr, sta->addr, ETH_ALEN);
436 ret = ath11k_wmi_pdev_peer_pktlog_filter(ar, sta->addr, enable);
439 sta->addr, ret);
456 struct ieee80211_sta *sta = file->private_data;
457 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
483 struct ieee80211_sta *sta = file->private_data;
484 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
510 ret = ath11k_wmi_delba_send(ar, arsta->arvif->vdev_id, sta->addr,
514 arsta->arvif->vdev_id, sta->addr, tid, initiator,
534 struct ieee80211_sta *sta = file->private_data;
535 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
561 ret = ath11k_wmi_addba_set_resp(ar, arsta->arvif->vdev_id, sta->addr,
565 arsta->arvif->vdev_id, sta->addr, tid, status);
584 struct ieee80211_sta *sta = file->private_data;
585 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
611 ret = ath11k_wmi_addba_send(ar, arsta->arvif->vdev_id, sta->addr,
615 arsta->arvif->vdev_id, sta->addr, tid, buf_size);
635 struct ieee80211_sta *sta = file->private_data;
636 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
655 struct ieee80211_sta *sta = file->private_data;
656 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
674 ret = ath11k_wmi_addba_clear_resp(ar, arsta->arvif->vdev_id, sta->addr);
700 struct ieee80211_sta *sta = file->private_data;
701 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
721 cfg_params.cfg2 |= FIELD_PREP(GENMASK(7, 0), sta->addr[0]);
722 cfg_params.cfg2 |= FIELD_PREP(GENMASK(15, 8), sta->addr[1]);
723 cfg_params.cfg2 |= FIELD_PREP(GENMASK(23, 16), sta->addr[2]);
724 cfg_params.cfg2 |= FIELD_PREP(GENMASK(31, 24), sta->addr[3]);
726 cfg_params.cfg3 |= FIELD_PREP(GENMASK(7, 0), sta->addr[4]);
727 cfg_params.cfg3 |= FIELD_PREP(GENMASK(15, 8), sta->addr[5]);
759 struct ieee80211_sta *sta = file->private_data;
760 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
786 struct ieee80211_sta *sta = file->private_data;
787 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
820 struct ieee80211_sta *sta = file->private_data;
821 struct ath11k_sta *arsta = ath11k_sta_to_arsta(sta);
852 struct ieee80211_sta *sta, struct dentry *dir)
857 debugfs_create_file("tx_stats", 0400, dir, sta,
860 debugfs_create_file("rx_stats", 0400, dir, sta,
863 debugfs_create_file("htt_peer_stats", 0400, dir, sta,
866 debugfs_create_file("peer_pktlog", 0644, dir, sta,
869 debugfs_create_file("aggr_mode", 0644, dir, sta, &fops_aggr_mode);
870 debugfs_create_file("addba", 0200, dir, sta, &fops_addba);
871 debugfs_create_file("addba_resp", 0200, dir, sta, &fops_addba_resp);
872 debugfs_create_file("delba", 0200, dir, sta, &fops_delba);
876 debugfs_create_file("htt_peer_stats_reset", 0600, dir, sta,
879 debugfs_create_file("peer_ps_state", 0400, dir, sta,
884 debugfs_create_file("current_ps_duration", 0440, dir, sta,
886 debugfs_create_file("total_ps_duration", 0440, dir, sta,