Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dpeer.h22 struct ath12k_peer { struct
23 struct list_head list;
24 struct ieee80211_sta *sta;
25 int vdev_id;
26 u8 addr[ETH_ALEN];
27 int peer_id;
28 u16 ast_hash;
52 void ath12k_peer_unmap_event(struct ath12k_base *ab, u16 peer_id); argument
55 struct ath12k_peer *ath12k_peer_find(struct ath12k_base *ab, int vdev_id, argument