Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.h342 typedef struct dhd_if { struct
343 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.h344 typedef struct dhd_if { struct
345 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.h95 typedef struct dhd_if { struct
96 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.h95 typedef struct dhd_if { struct
96 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.h99 typedef struct dhd_if { struct
100 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c506 typedef struct dhd_if { struct
507 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 …]