Searched defs:dhd_if (Results 1 – 4 of 4) sorted by relevance
337 typedef struct dhd_if { struct338 struct dhd_info *info; /* back pointer to dhd_info */340 struct net_device *net;341 int idx; /* iface idx in dongle */342 uint subunit; /* subunit */343 uint8 mac_addr[ETHER_ADDR_LEN]; /* assigned MAC address */344 bool set_macaddress;345 bool set_multicast;346 uint8 bssidx; /* bsscfg index for the interface */347 bool attached; /* Delayed attachment when unset */[all …]
86 typedef struct dhd_if { struct87 struct dhd_info *info; /* back pointer to dhd_info */89 struct net_device *net;90 int idx; /* iface idx in dongle */91 uint subunit; /* subunit */92 uint8 mac_addr[ETHER_ADDR_LEN]; /* assigned MAC address */93 bool set_macaddress;94 bool set_multicast;95 uint8 bssidx; /* bsscfg index for the interface */96 bool attached; /* Delayed attachment when unset */[all …]
499 typedef struct dhd_if { struct500 struct dhd_info *info; /* back pointer to dhd_info */502 struct net_device *net;503 int idx; /* iface idx in dongle */504 uint subunit; /* subunit */505 uint8 mac_addr[ETHER_ADDR_LEN]; /* assigned MAC address */506 bool set_macaddress;507 bool set_multicast;508 uint8 bssidx; /* bsscfg index for the interface */509 bool attached; /* Delayed attachment when unset */[all …]