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

  /development/pdk/docs/porting/
wifi.jd 17 <p>Android uses wpa_supplicant as the platform interface to the Wi-Fi device. Your Wi-Fi driver must be compatible with the standard wpa_supplicant in addition to extensions added to the supplicant (specifically, the "DRIVER" commands described in <code>wifi.h/wifi_command()</code>).</p>
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 81 * wifi_command() issues a command to the Wi-Fi driver.
141 int wifi_command(const char *command, char *reply, size_t *reply_len);
  /hardware/libhardware_legacy/wifi/
wifi.c 487 int wifi_command(const char *command, char *reply, size_t *reply_len) function
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 54 if (::wifi_command(cmd, replybuf, &reply_len) != 0)

Completed in 478 milliseconds