Searched refs:dhd_version (Results 1 – 3 of 3) sorted by relevance
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
D | dhd_common.c | 52 const char dhd_version[] = "Dongle Host Driver, version " EPI_VERSION_STR "\nCompiled on " variable 55 const char dhd_version[] = "Dongle Host Driver, version " EPI_VERSION_STR; variable 79 {"version", IOV_VERSION, 0, IOVT_BUFFER, sizeof(dhd_version) }, 127 bcm_bprintf(strbuf, "%s\n", dhd_version); in dhd_dump() 188 strncpy((char*)arg, dhd_version, len); in dhd_doiovar()
|
D | dhd_linux.c | 385 static char dhd_version[] = "Dongle Host Driver, version " EPI_VERSION_STR variable 2153 printf("\n%s\n", dhd_version); in dhd_module_init()
|
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
D | dhdu.c | 66 static cmd_func_t dhd_version, dhd_list, dhd_msglevel; variable 113 { "version", dhd_version, DHD_GET_VAR, -1, 2000 dhd_version(void *dhd, cmd_t *cmd, char **argv) in dhd_version() function
|