Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h486 int32_t scanIntervalMs; member
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h330 int32_t scanIntervalMs; member
/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H A Dsta.c409 if (!HdfSbufReadInt32(reqData, &(pnoSettings->scanIntervalMs))) { in HdfCmdfillPnoSettings()
410 HDF_LOGE("%s: %s!ParamName=%s", __func__, ERROR_DESC_READ_REQ_FAILED, "scanIntervalMs"); in HdfCmdfillPnoSettings()
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c2768 (uint32_t)pnoSettings->scanIntervalMs * SLOW_SCAN_INTERVAL_MULTIPLIER); in ProcessScanPlanToMsg()
2778 nla_put_u32(msg, NL80211_SCHED_SCAN_PLAN_INTERVAL, pnoSettings->scanIntervalMs); in ProcessScanPlanToMsg()
2782 nla_put_u32(msg, NL80211_SCHED_SCAN_PLAN_INTERVAL, pnoSettings->scanIntervalMs * SLOW_SCAN_INTERVAL_MULTIPLIER); in ProcessScanPlanToMsg()
2786 nla_put_u32(msg, NL80211_ATTR_SCHED_SCAN_INTERVAL, pnoSettings->scanIntervalMs * MS_PER_SECOND); in ProcessScanPlanToMsg()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c1404 wifiPnoSettings->scanIntervalMs = pnoSettings->scanIntervalMs; in FillPnoSettings()
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c997 if (!HdfSbufWriteInt32(req, pnoSettings->scanIntervalMs)) { in SerializeSettingsToSbuf()
998 HDF_LOGE("%{public}s: write scanIntervalMs fail!", __FUNCTION__); in SerializeSettingsToSbuf()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp1168 pnoSettings.scanIntervalMs = 60000; in HWTEST_F()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp2157 pnoSettings.scanIntervalMs = 60000;

Completed in 18 milliseconds