Home
last modified time | relevance | path

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

/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_config.h185 typedef struct dhd_conf { struct
186 uint devid;
187 uint chip;
188 uint chiprev;
190 uint svid;
191 uint ssid;
194 char module_name[16];
196 struct ether_addr otp_mac;
197 int fw_type;
199 wl_mac_list_ctrl_t fw_by_mac;
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_config.h171 typedef struct dhd_conf { struct
172 uint devid;
173 uint chip;
174 uint chiprev;
176 uint svid;
177 uint ssid;
180 char module_name[16];
182 struct ether_addr otp_mac;
183 int fw_type;
185 wl_mac_list_ctrl_t fw_by_mac;
[all …]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_config.h164 typedef struct dhd_conf { struct
165 uint devid;
166 uint chip;
167 uint chiprev;
169 uint svid;
170 uint ssid;
173 char module_name[16];
175 struct ether_addr otp_mac;
176 int fw_type;
178 wl_mac_list_ctrl_t fw_by_mac;
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_config.h140 typedef struct dhd_conf { struct
141 uint chip;
142 uint chiprev;
143 int fw_type;
144 wl_mac_list_ctrl_t fw_by_mac;
145 wl_mac_list_ctrl_t nv_by_mac;
146 wl_chip_nv_path_list_ctrl_t nv_by_chip;
147 conf_country_list_t country_list;
148 int band;
149 int bw_cap[2];
[all …]