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

/hardware/libhardware_legacy/wifi/
H A Dwifi.c689 int wifi_send_command(int index, const char *cmd, char *reply, size_t *reply_len) function
864 return wifi_send_command(PRIMARY, command, reply, reply_len);
866 return wifi_send_command(SECONDARY, command, reply, reply_len);

Completed in 113 milliseconds