Lines Matching defs:ath12k_peer
24 struct ath12k_peer { struct
25 struct list_head list;
26 struct ieee80211_sta *sta;
27 int vdev_id;
28 u8 addr[ETH_ALEN];
29 int peer_id;
30 u16 ast_hash;
31 u8 pdev_idx;
32 u16 hw_peer_id;
35 struct ieee80211_key_conf *keys[WMI_MAX_KEY_INDEX + 1];
36 struct ath12k_dp_rx_tid rx_tid[IEEE80211_NUM_TIDS + 1];
41 struct crypto_shash *tfm_mmic;
42 u8 mcast_keyidx;
43 u8 ucast_keyidx;
44 u16 sec_type;
45 u16 sec_type_grp;
46 struct ppdu_user_delayba ppdu_stats_delayba;
47 bool delayba_flag;
48 bool is_authorized;
49 bool mlo;
73 void ath12k_peer_unmap_event(struct ath12k_base *ab, u16 peer_id); argument
76 struct ath12k_peer *ath12k_peer_find(struct ath12k_base *ab, int vdev_id, argument