Searched defs:wilc_vif (Results 1 – 2 of 2) sorted by relevance
171 struct wilc_vif { struct172 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;[all …]
1676 void (*expired)(struct wilc_vif *, u64)) in wilc_remain_on_channel()