Home
last modified time | relevance | path

Searched refs:beaconInt (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_callback_impl.c66 HDF_LOGE("HdiProcessScanResult: flags=%{public}d, caps=%{public}d, freq=%{public}d, beaconInt=%{public}d", in WlanCallbackScanResult()
67 scanResult->flags, scanResult->caps, scanResult->freq, scanResult->beaconInt); in WlanCallbackScanResult()
87 HDF_LOGI("HdiProcessScanResult: flags=%{public}d, caps=%{public}d, freq=%{public}d, beaconInt=%{public}d", in WlanCallbackScanResults()
88 scanResult->flags, scanResult->caps, scanResult->freq, scanResult->beaconInt); in WlanCallbackScanResults()
/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_event.h218 uint16_t beaconInt; /**< Beacon interval */ member
231 uint16_t beaconInt; /**< Beacon interval */ member
/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h409 int16_t beaconInt; member
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_event_adapter.c175 if (!HdfSbufReadUint16(reqData, &(scanResult.beaconInt))) { in WifiEventScanResultProcess()
176 HDF_LOGE("%s: fail to get beaconInt", __FUNCTION__); in WifiEventScanResultProcess()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c595 scanResult->beaconInt = wifiScanResult->beaconInt; in WlanFillScanResultInfo()
643 scanResult->beaconInt = wifiScanResult->beaconInt; in WlanFillScanResultInfoExt()
/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wifi_event.c112 !HdfSbufWriteUint16(data, bssInfo->mgmt->u.probeResp.beaconInt) || in HdfWifiEventInformBssFrame()
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h151 uint16_t beaconInt; member
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_event_adapter.c181 scanResult->beaconInt = nla_get_u16(attr[NL80211_BSS_BEACON_INTERVAL]); in DoGetScanResult()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp114 printf("ParseScanResult: flags=%d, caps=%d, freq=%d, beaconInt=%d,\n", scanResult->flags, scanResult->caps, in ParseScanResult()
115 scanResult->freq, scanResult->beaconInt); in ParseScanResult()

Completed in 14 milliseconds