HomeSort by relevance Sort by last modified time
    Searched refs:wifi_command (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 89 * wifi_command() issues a command to the Wi-Fi driver.
107 int wifi_command(const char *command, char *reply, size_t *reply_len);
  /frameworks/base/core/jni/
android_net_wifi_WifiNative.cpp 47 if (::wifi_command(command.c_str(), reply, &reply_len) != 0) {
  /hardware/libhardware_legacy/wifi/
wifi.c 806 int wifi_command(const char *command, char *reply, size_t *reply_len) function

Completed in 1269 milliseconds