Searched defs:ath6kl_vif (Results 1 – 1 of 1) sorted by relevance
573 struct ath6kl_vif { struct574 struct list_head list;575 struct wireless_dev wdev;576 struct net_device *ndev;577 struct ath6kl *ar;579 spinlock_t if_lock;580 u8 fw_vif_idx;581 unsigned long flags;582 int ssid_len;583 u8 ssid[IEEE80211_MAX_SSID_LEN];[all …]