Searched defs:ath12k_peer (Results 1 – 1 of 1) sorted by relevance
22 struct ath12k_peer { struct23 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); argument55 struct ath12k_peer *ath12k_peer_find(struct ath12k_base *ab, int vdev_id, argument