Searched defs:ath12k_peer (Results 1 – 1 of 1) sorted by relevance
24 struct ath12k_peer { struct25 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];[all …]