Home
last modified time | relevance | path

Searched defs:ath11k_peer (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dpeer.h10 struct ath11k_peer { struct
11 struct list_head list;
12 struct ieee80211_sta *sta;
13 int vdev_id;
14 u8 addr[ETH_ALEN];
15 int peer_id;
16 u16 ast_hash;
17 u8 pdev_idx;
41 void ath11k_peer_unmap_event(struct ath11k_base *ab, u16 peer_id); argument
44 struct ath11k_peer *ath11k_peer_find(struct ath11k_base *ab, int vdev_id, argument