Home
last modified time | relevance | path

Searched refs:privCmd (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_cmd_client.cpp88 WifiPrivCmd privCmd = { 0 }; in SendCommandToDriverByInterfaceName() local
95 privCmd.buf = buf; in SendCommandToDriverByInterfaceName()
98 privCmd.size = static_cast<int>(cmdParm.size()); in SendCommandToDriverByInterfaceName()
101 privCmd.size = static_cast<int>(cmdParm.size()); in SendCommandToDriverByInterfaceName()
103 privCmd.size = sizeof(buf); in SendCommandToDriverByInterfaceName()
105 privCmd.len = static_cast<int>(cmdParm.size()); in SendCommandToDriverByInterfaceName()
106 ifr.ifr_data = reinterpret_cast<char *>(&privCmd); in SendCommandToDriverByInterfaceName()