Lines Matching full:driver
39 #define DRIVER_PROP_NAME "wlan.driver.status"
281 if (sendCommand((active ? "DRIVER SCAN-ACTIVE" : "DRIVER SCAN-PASSIVE"),
305 if (sendCommand("DRIVER RSSI", reply, &len)) {
327 if (sendCommand("DRIVER LINKSPEED", reply, &len)) {
355 if (sendCommand("DRIVER STOP", reply, &len)) {
356 LOGW("Failed to stop driver (%s)", strerror(errno));
367 if (sendCommand("DRIVER START", reply, &len)) {
368 LOGW("Failed to start driver (%s)", strerror(errno));
553 snprintf(req, sizeof(req), "DRIVER RXFILTER-ADD %d", i);
560 if (sendCommand("DRIVER RXFILTER-START", reply, &len))
572 if (sendCommand("DRIVER RXFILTER-STOP", reply, &len))
576 snprintf(req, sizeof(req), "DRIVER RXFILTER-REMOVE %d", i);
591 if (sendCommand("DRIVER BTCOEXSCAN-START", reply, &len))
603 if (sendCommand("DRIVER BTCOEXSCAN-STOP", reply, &len))
611 sprintf(req, "DRIVER BTCOEXMODE %d", mode);