Lines Matching defs:wilc_vif
178 struct wilc_vif { struct
179 u8 idx;
180 u8 iftype;
181 int monitor_flag;
182 int mac_opened;
183 u32 mgmt_reg_stypes;
184 struct net_device_stats netstats;
185 struct wilc *wilc;
186 u8 bssid[ETH_ALEN];
187 struct host_if_drv *hif_drv;
188 struct net_device *ndev;
189 u8 mode;
190 struct timer_list during_ip_timer;
191 struct timer_list periodic_rssi;
192 struct rf_info periodic_stat;
193 struct tcp_ack_filter ack_filter;
194 bool connecting;
195 struct wilc_priv priv;
196 struct list_head list;
197 struct cfg80211_bss *bss;