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

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

Completed in 228 milliseconds