Searched defs:ath6kl_vif (Results 1 – 1 of 1) sorted by relevance
599 struct ath6kl_vif { struct600 struct list_head list;601 struct wireless_dev wdev;602 struct net_device *ndev;603 struct ath6kl *ar;605 spinlock_t if_lock;606 u8 fw_vif_idx;607 unsigned long flags;608 int ssid_len;609 u8 ssid[IEEE80211_MAX_SSID_LEN];[all …]