Home
last modified time | relevance | path

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

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux.h86 typedef struct dhd_if { struct
87 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 …]