Home
last modified time | relevance | path

Searched defs:wilc_vif (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/drivers/net/wireless/microchip/wilc1000/
Dnetdev.h171 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;
[all …]
Dhif.c1676 void (*expired)(struct wilc_vif *, u64)) in wilc_remain_on_channel()