Lines Matching defs:wilc_vif
171 struct wilc_vif { struct
172 u8 idx;
173 u8 iftype;
174 int monitor_flag;
175 int mac_opened;
176 u32 mgmt_reg_stypes;
177 struct net_device_stats netstats;
178 struct wilc *wilc;
179 u8 bssid[ETH_ALEN];
180 struct host_if_drv *hif_drv;
181 struct net_device *ndev;
182 struct timer_list during_ip_timer;
183 struct timer_list periodic_rssi;
184 struct rf_info periodic_stat;
185 struct tcp_ack_filter ack_filter;
186 bool connecting;
187 struct wilc_priv priv;
188 struct list_head list;
189 struct cfg80211_bss *bss;
190 struct cfg80211_external_auth_params auth;