Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
H A Dp2p.c85 static int32_t WifiCmdProbeReqReport(const RequestContext *context, struct HdfSBuf *reqData, struct… in WifiCmdProbeReqReport() function
370 DUEMessage(CMD_P2P_PROBE_REQ_REPORT, WifiCmdProbeReqReport, 0),
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp925 ret = WifiCmdProbeReqReport(NULL, report);
927 WifiCmdProbeReqReport(ifNameInvalid, report);
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h588 int32_t WifiCmdProbeReqReport(const char *ifName, const int32_t *report);
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_wpa_cmd_adapter.c616 int32_t WifiCmdProbeReqReport(const char *ifName, const int32_t *report) in WifiCmdProbeReqReport() function