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 struct timer_list during_ip_timer;
190 struct timer_list periodic_rssi;
191 struct rf_info periodic_stat;
192 struct tcp_ack_filter ack_filter;
193 bool connecting;
194 struct wilc_priv priv;
195 struct list_head list;
196 struct cfg80211_bss *bss;
197 struct cfg80211_external_auth_params auth;