Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_event_adapter.c121 src->ieLen == 0 || src->beaconIeLen == 0) { in FillScanResult()
147 dst->beaconIe = OsalMemCalloc(src->beaconIeLen); in FillScanResult()
152 if (memcpy_s(dst->beaconIe, src->beaconIeLen, src->beaconIe, src->beaconIeLen) != EOK) { in FillScanResult()
204 …(!HdfSbufReadBuffer(reqData, (const void **)(&(scanResult.beaconIe)), &(scanResult.beaconIeLen))) { in WifiEventScanResultProcess()
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_callback_impl.c69 scanResult->beaconIeLen, scanResult->level); in WlanCallbackScanResult()
90 scanResult->beaconIeLen, scanResult->level); in WlanCallbackScanResults()
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_event_adapter.c149 scanResult->beaconIeLen = (uint32_t)nla_len(attr[NL80211_BSS_INFORMATION_ELEMENTS]); in GetNlaDataScanResult()
150 if (beaconIe != NULL && scanResult->beaconIeLen != 0) { in GetNlaDataScanResult()
151 scanResult->beaconIe = OsalMemCalloc(scanResult->beaconIeLen); in GetNlaDataScanResult()
153 …memcpy_s(scanResult->beaconIe, scanResult->beaconIeLen, beaconIe, scanResult->beaconIeLen) != EOK)… in GetNlaDataScanResult()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common_test.cpp53 size_t beaconIeLen = 0; variable
55 const uint8_t *result = HdiBssGetVendorBeacon(ies, len, beaconIeLen, vendorType);
63 size_t beaconIeLen = 4; variable
65 const uint8_t *result = HdiBssGetVendorBeacon(ies, len, beaconIeLen, vendorType);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.c378 const uint8_t* HdiBssGetVendorBeacon(const uint8_t *ies, size_t len, size_t beaconIeLen, uint32_t v… in HdiBssGetVendorBeacon() argument
382 if (beaconIeLen == 0) { in HdiBssGetVendorBeacon()
388 HDI_CHECK_ELEMENT_BY_ID(elem, HDI_EID_VENDOR_SPECIFIC, ies, beaconIeLen) { in HdiBssGetVendorBeacon()
H A Dwifi_hdi_common.h86 const uint8_t* HdiBssGetVendorBeacon(const uint8_t *ies, size_t len, size_t beaconIeLen, uint32_t v…
H A Dwifi_hdi_struct.h337 uint32_t beaconIeLen; member
H A Dwifi_hdi_util.c1043 scanResult->beaconIeLen, HDI_P2P_IE_VENDOR_TYPE); in GetScanResultText()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Dwlan_types.h.txt106 uint32_t beaconIeLen;
125 uint32_t beaconIeLen;
H A Dwlan_types.c.txt814 if (!WritePodArray(data, dataBlock->beaconIe, sizeof(uint8_t), dataBlock->beaconIeLen)) {
910 dataBlock->beaconIeLen = beaconIeCpLen;
1036 if (!WritePodArray(data, dataBlock->beaconIe, sizeof(uint8_t), dataBlock->beaconIeLen)) {
1137 dataBlock->beaconIeLen = beaconIeCpLen;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Dwlan_types.h.txt106 uint32_t beaconIeLen;
125 uint32_t beaconIeLen;
H A Dwlan_types.c.txt814 if (!WritePodArray(data, dataBlock->beaconIe, sizeof(uint8_t), dataBlock->beaconIeLen)) {
910 dataBlock->beaconIeLen = beaconIeCpLen;
1036 if (!WritePodArray(data, dataBlock->beaconIe, sizeof(uint8_t), dataBlock->beaconIeLen)) {
1137 dataBlock->beaconIeLen = beaconIeCpLen;
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c613 if ((wifiScanResult->beaconIe != NULL) && (wifiScanResult->beaconIeLen != 0) && in WlanFillScanResultInfo()
614 FillData(&scanResult->beaconIe, &scanResult->beaconIeLen, wifiScanResult->beaconIe, in WlanFillScanResultInfo()
615 wifiScanResult->beaconIeLen) != HDF_SUCCESS) { in WlanFillScanResultInfo()
662 if ((wifiScanResult->beaconIe != NULL) && (wifiScanResult->beaconIeLen != 0) && in WlanFillScanResultInfoExt()
663 FillData(&scanResult->beaconIe, &scanResult->beaconIeLen, wifiScanResult->beaconIe, in WlanFillScanResultInfoExt()
664 wifiScanResult->beaconIeLen) != HDF_SUCCESS) { in WlanFillScanResultInfoExt()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h411 uint32_t beaconIeLen; member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Dwlan_types.h.txt106 uint32_t beaconIeLen;
H A Dwlan_types.c.txt814 if (!WritePodArray(data, dataBlock->beaconIe, sizeof(uint8_t), dataBlock->beaconIeLen)) {
910 dataBlock->beaconIeLen = beaconIeCpLen;
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h157 uint32_t beaconIeLen; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_sta_hal_interface.cpp317 wifiScanResultExt.beaconIeLen = scanResultsInfo.beaconIe.size(); in ConvertScanResultsInfo()
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp117 scanResult->beaconIeLen, scanResult->level, scanResult->age, scanResult->ieLen); in ParseScanResult()