Searched defs:dhd_if (Results 1 – 6 of 6) sorted by relevance
342 typedef struct dhd_if { struct343 struct dhd_info *info; /* back pointer to dhd_info */345 struct net_device *net;346 int idx; /* iface idx in dongle */347 uint subunit; /* subunit */348 uint8 mac_addr[ETHER_ADDR_LEN]; /* assigned MAC address */349 bool set_macaddress;350 bool set_multicast;351 uint8 bssidx; /* bsscfg index for the interface */352 bool attached; /* Delayed attachment when unset */[all …]
344 typedef struct dhd_if { struct345 struct dhd_info *info; /* back pointer to dhd_info */347 struct net_device *net;348 int idx; /* iface idx in dongle */349 uint subunit; /* subunit */350 uint8 mac_addr[ETHER_ADDR_LEN]; /* assigned MAC address */351 bool set_macaddress;352 bool set_multicast;353 uint8 bssidx; /* bsscfg index for the interface */354 bool attached; /* Delayed attachment when unset */[all …]
95 typedef struct dhd_if { struct96 struct dhd_info *info; /* back pointer to dhd_info */98 struct net_device *net;99 int idx; /* iface idx in dongle */100 uint subunit; /* subunit */101 uint8 mac_addr[ETHER_ADDR_LEN]; /* assigned MAC address */102 bool set_macaddress;103 bool set_multicast;104 uint8 bssidx; /* bsscfg index for the interface */105 bool attached; /* Delayed attachment when unset */[all …]
99 typedef struct dhd_if { struct100 struct dhd_info *info; /* back pointer to dhd_info */102 struct net_device *net;103 int idx; /* iface idx in dongle */104 uint subunit; /* subunit */105 uint8 mac_addr[ETHER_ADDR_LEN]; /* assigned MAC address */106 bool set_macaddress;107 bool set_multicast;108 uint8 bssidx; /* bsscfg index for the interface */109 bool attached; /* Delayed attachment when unset */[all …]
506 typedef struct dhd_if { struct507 struct dhd_info *info; /* back pointer to dhd_info */509 struct net_device *net;510 int idx; /* iface idx in dongle */511 uint subunit; /* subunit */512 uint8 mac_addr[ETHER_ADDR_LEN]; /* assigned MAC address */513 bool set_macaddress;514 bool set_multicast;515 uint8 bssidx; /* bsscfg index for the interface */516 bool attached; /* Delayed attachment when unset */[all …]