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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfigcommand.h 50 class WiFiConfigCommand: public WifiVendorCommand
57 WiFiConfigCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
58 virtual ~WiFiConfigCommand();
61 * This function implements creation of WiFiConfigCommand specific Request
66 * This function implements creation of WiFiConfigCommand specific Request
wificonfig.cpp 34 #include "wificonfigcommand.h"
42 WiFiConfigCommand *wifiConfigCommand;
50 wifiConfigCommand = new WiFiConfigCommand(
56 if (wifiConfigCommand == NULL) {
57 ALOGE("%s: Error wifiConfigCommand NULL", __func__);
62 ret = wifiConfigCommand->create();
70 ret = wifiConfigCommand->set_iface_id(ifaceInfo->name);
78 nlData = wifiConfigCommand->attr_start(NL80211_ATTR_VENDOR_DATA)
    [all...]

Completed in 180 milliseconds