Searched refs:DRIVER_MODULE_TAG (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware_legacy/wifi/
H A Dwifi.c95 static const char DRIVER_MODULE_TAG[] = WIFI_DRIVER_MODULE_NAME " "; variable
194 char line[sizeof(DRIVER_MODULE_TAG)+10];
214 if (strncmp(line, DRIVER_MODULE_TAG, strlen(DRIVER_MODULE_TAG)) == 0) {

Completed in 617 milliseconds