Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux.h337 typedef struct dhd_if { struct
338 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 …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
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 …]
/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 …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_linux.c499 typedef struct dhd_if { struct
500 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 …]