Searched defs:dhd_version (Results 1 - 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
H A Ddhdu.c66 static cmd_func_t dhd_version, dhd_list, dhd_msglevel; variable
114 { "version", dhd_version, DHD_GET_VAR, -1,
2054 dhd_version(void *dhd, cmd_t *cmd, char **argv) function
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
H A Ddhd_common.c83 const char dhd_version[] = "Dongle Host Driver, version " EPI_VERSION_STR "\nCompiled on " variable
86 const char dhd_version[] = "Dongle Host Driver, version " EPI_VERSION_STR; variable
113 {"version", IOV_VERSION, 0, IOVT_BUFFER, sizeof(dhd_version) },
164 bcm_bprintf(strbuf, "%s\n", dhd_version);
225 strncpy((char*)arg, dhd_version, len);
H A Ddhd_linux.c448 static char dhd_version[] = "Dongle Host Driver, version " EPI_VERSION_STR variable
2541 printf("\n%s\n", dhd_version);

Completed in 44 milliseconds