/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_event_adapter.c | 121 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 D | wlan_callback_impl.c | 69 scanResult->beaconIeLen, scanResult->level); in WlanCallbackScanResult() 90 scanResult->beaconIeLen, scanResult->level); in WlanCallbackScanResults()
|
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_event_adapter.c | 149 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 D | wifi_hdi_common_test.cpp | 53 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 D | wifi_hdi_common.c | 378 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 D | wifi_hdi_common.h | 86 const uint8_t* HdiBssGetVendorBeacon(const uint8_t *ies, size_t len, size_t beaconIeLen, uint32_t v…
|
H A D | wifi_hdi_struct.h | 337 uint32_t beaconIeLen; member
|
H A D | wifi_hdi_util.c | 1043 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 D | wlan_types.h.txt | 106 uint32_t beaconIeLen; 125 uint32_t beaconIeLen;
|
H A D | wlan_types.c.txt | 814 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 D | wlan_types.h.txt | 106 uint32_t beaconIeLen; 125 uint32_t beaconIeLen;
|
H A D | wlan_types.c.txt | 814 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 D | wlan_common_cmd.c | 613 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 D | hdf_wifi_cmd.h | 411 uint32_t beaconIeLen; member
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/ |
H A D | wlan_types.h.txt | 106 uint32_t beaconIeLen;
|
H A D | wlan_types.c.txt | 814 if (!WritePodArray(data, dataBlock->beaconIe, sizeof(uint8_t), dataBlock->beaconIeLen)) { 910 dataBlock->beaconIeLen = beaconIeCpLen;
|
/ohos5.0/drivers/peripheral/wlan/client/include/ |
H A D | wifi_driver_client.h | 157 uint32_t beaconIeLen; member
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/ |
H A D | wifi_sta_hal_interface.cpp | 317 wifiScanResultExt.beaconIeLen = scanResultsInfo.beaconIe.size(); in ConvertScanResultsInfo()
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 117 scanResult->beaconIeLen, scanResult->level, scanResult->age, scanResult->ieLen); in ParseScanResult()
|