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 49 class WiFiConfigCommand: public WifiVendorCommand
56 WiFiConfigCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
57 virtual ~WiFiConfigCommand();
60 * This function implements creation of WiFiConfigCommand specific Request
65 * This function implements creation of WiFiConfigCommand specific Request
wificonfig.cpp 35 #include "wificonfigcommand.h"
43 WiFiConfigCommand *wifiConfigCommand;
50 wifiConfigCommand = new WiFiConfigCommand(
56 if (wifiConfigCommand == NULL) {
57 ALOGE("%s: Error wifiConfigCommand NULL", __FUNCTION__);
62 ret = wifiConfigCommand->create();
70 ret = wifiConfigCommand->set_iface_id(ifaceInfo->name);
78 nlData = wifiConfigCommand->attr_start(NL80211_ATTR_VENDOR_DATA)
    [all...]

Completed in 169 milliseconds