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

/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp16 void printMsg(const char *fmt, ...) function
75 printMsg("setting interface %s flags (%s)\n", ifname, dev_up ? "UP" : "DOWN");
78 printMsg("Bad socket: %d\n", sock);
85 printMsg("reading old value\n");
89 printMsg("Could not read interface %s flags: %d\n", ifname, errno);
92 printMsg("writing new value\n");
97 printMsg("interface %s is already up\n", ifname);
103 printMsg("interface %s is already down\n", ifname);
110 printMsg("Could not set interface %s flags \n", ifname);
113 printMsg("se
[all...]

Completed in 445 milliseconds