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

/system/core/nexus/
H A DSupplicant.cpp116 int Supplicant::sendCommand(const char *cmd, char *reply, size_t *reply_len) { function in class:Supplicant
123 // LOGD("sendCommand(): -> '%s'", cmd);
136 // LOGD("sendCommand(): <- '%s'", reply);
148 if (sendCommand("STATUS", reply, &len)) {
172 if (sendCommand("LIST_NETWORKS", reply, &len)) {
281 if (sendCommand((active ? "DRIVER SCAN-ACTIVE" : "DRIVER SCAN-PASSIVE"),
294 if (sendCommand("SCAN", reply, &len)) {
305 if (sendCommand("DRIVER RSSI", reply, &len)) {
327 if (sendCommand("DRIVER LINKSPEED", reply, &len)) {
355 if (sendCommand("DRIVE
[all...]

Completed in 18 milliseconds