Searched defs:ath11k_peer (Results 1 – 1 of 1) sorted by relevance
10 struct ath11k_peer { struct11 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); argument44 struct ath11k_peer *ath11k_peer_find(struct ath11k_base *ab, int vdev_id, argument