Searched defs:wilc_vif (Results 1 – 1 of 1) sorted by relevance
193 struct wilc_vif { struct194 u8 idx;195 u8 iftype;196 int monitor_flag;197 int mac_opened;198 struct frame_reg frame_reg[NUM_REG_FRAME];199 struct net_device_stats netstats;200 struct wilc *wilc;224 struct wilc_vif *vif[WILC_NUM_CONCURRENT_IFC]; argument