/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/ |
H A D | _hdf_wifi_scan_result_v10.md | 30 | unsigned char[] [beaconIe](#beaconie) | 紧跟的Beacon中IE字段。 | 46 ### beaconIe subsection 49 unsigned char [] HdfWifiScanResult::beaconIe
|
H A D | _hdf_wifi_scan_result_v11.md | 30 | unsigned char[] [beaconIe](#beaconie) | 紧跟的Beacon中IE字段 | 46 ### beaconIe subsection 49 unsigned char [] HdfWifiScanResult::beaconIe
|
H A D | _hdf_wifi_scan_result_ext_v11.md | 31 | unsigned char[] [beaconIe](#beaconie) | 紧跟的Beacon中IE字段 | 47 ### beaconIe subsection 50 unsigned char [] HdfWifiScanResultExt::beaconIe
|
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_event_adapter.c | 120 …if (dst == NULL || src == NULL || src->bssid == NULL || src->ie == NULL || src->beaconIe == NULL || in FillScanResult() 147 dst->beaconIe = OsalMemCalloc(src->beaconIeLen); in FillScanResult() 148 if (dst->beaconIe == NULL) { in FillScanResult() 152 if (memcpy_s(dst->beaconIe, src->beaconIeLen, src->beaconIe, src->beaconIeLen) != EOK) { in FillScanResult() 204 …if (!HdfSbufReadBuffer(reqData, (const void **)(&(scanResult.beaconIe)), &(scanResult.beaconIeLen)… in WifiEventScanResultProcess()
|
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_event_adapter.c | 132 uint8_t *beaconIe; in GetNlaDataScanResult() local 148 beaconIe = nla_data(attr[NL80211_BSS_INFORMATION_ELEMENTS]); in GetNlaDataScanResult() 150 if (beaconIe != NULL && scanResult->beaconIeLen != 0) { in GetNlaDataScanResult() 151 scanResult->beaconIe = OsalMemCalloc(scanResult->beaconIeLen); in GetNlaDataScanResult() 152 if (scanResult->beaconIe == NULL || in GetNlaDataScanResult() 153 …memcpy_s(scanResult->beaconIe, scanResult->beaconIeLen, beaconIe, scanResult->beaconIeLen) != EOK)… in GetNlaDataScanResult()
|
/ohos5.0/drivers/peripheral/wlan/client/src/ |
H A D | wifi_driver_client.c | 261 if (res->beaconIe != NULL) { in FreeScanResult() 262 OsalMemFree(res->beaconIe); in FreeScanResult() 263 res->beaconIe = NULL; in FreeScanResult()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/ |
H A D | wlan_types.c.txt | 909 dataBlock->beaconIe = beaconIeCp; 930 if (dataBlock->beaconIe != NULL) { 931 OsalMemFree(dataBlock->beaconIe); 932 dataBlock->beaconIe = NULL; 959 if (dataBlock->beaconIe != NULL) { 960 OsalMemFree(dataBlock->beaconIe); 961 dataBlock->beaconIe = NULL; 1157 if (dataBlock->beaconIe != NULL) { 1159 dataBlock->beaconIe = NULL; 1186 if (dataBlock->beaconIe != NULL) { [all …]
|
H A D | wlan_types.h.txt | 105 uint8_t* beaconIe; 124 uint8_t* beaconIe;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/ |
H A D | wlan_types.c.txt | 909 dataBlock->beaconIe = beaconIeCp; 930 if (dataBlock->beaconIe != NULL) { 931 OsalMemFree(dataBlock->beaconIe); 932 dataBlock->beaconIe = NULL; 959 if (dataBlock->beaconIe != NULL) { 960 OsalMemFree(dataBlock->beaconIe); 961 dataBlock->beaconIe = NULL; 1157 if (dataBlock->beaconIe != NULL) { 1159 dataBlock->beaconIe = NULL; 1186 if (dataBlock->beaconIe != NULL) { [all …]
|
H A D | wlan_types.h.txt | 105 uint8_t* beaconIe; 124 uint8_t* beaconIe;
|
/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() 627 if (scanResult->beaconIe != NULL) { in WlanFillScanResultInfo() 628 OsalMemFree(scanResult->beaconIe); in WlanFillScanResultInfo() 662 if ((wifiScanResult->beaconIe != NULL) && (wifiScanResult->beaconIeLen != 0) && in WlanFillScanResultInfoExt() 663 FillData(&scanResult->beaconIe, &scanResult->beaconIeLen, wifiScanResult->beaconIe, in WlanFillScanResultInfoExt() 676 if (scanResult->beaconIe != NULL) { in WlanFillScanResultInfoExt() 677 OsalMemFree(scanResult->beaconIe); in WlanFillScanResultInfoExt()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/ |
H A D | wlan_types.c.txt | 814 if (!WritePodArray(data, dataBlock->beaconIe, sizeof(uint8_t), dataBlock->beaconIeLen)) { 815 HDF_LOGE("%{public}s: failed to write dataBlock->beaconIe", __func__); 909 dataBlock->beaconIe = beaconIeCp; 930 if (dataBlock->beaconIe != NULL) { 931 OsalMemFree(dataBlock->beaconIe); 932 dataBlock->beaconIe = NULL; 959 if (dataBlock->beaconIe != NULL) { 960 OsalMemFree(dataBlock->beaconIe); 961 dataBlock->beaconIe = NULL;
|
H A D | wlan_types.h.txt | 105 uint8_t* beaconIe;
|
/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 | 316 wifiScanResultExt.beaconIe = scanResultsInfo.beaconIe.data(); in ConvertScanResultsInfo() 317 wifiScanResultExt.beaconIeLen = scanResultsInfo.beaconIe.size(); in ConvertScanResultsInfo()
|
/ohos5.0/drivers/interface/wlan/v1_1/ |
H A D | WlanTypes.idl | 165 unsigned char[] beaconIe; 198 unsigned char[] beaconIe;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/dump_ast_target/ |
H A D | dump.txt | 215 unsigned char[] beaconIe; 230 unsigned char[] beaconIe;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/foo/wlan/v1_1/ |
H A D | WlanTypes.idl | 165 unsigned char[] beaconIe; 198 unsigned char[] beaconIe;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/foo/wlan/v1_1/ |
H A D | WlanTypes.idl | 165 unsigned char[] beaconIe; 198 unsigned char[] beaconIe;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/ |
H A D | dump.txt | 249 unsigned char[] beaconIe; 264 unsigned char[] beaconIe;
|
/ohos5.0/drivers/interface/wlan/chip/v1_0/ |
H A D | ChipTypes.idl | 142 unsigned char[] beaconIe;
|
/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_struct.h | 336 uint8_t* beaconIe; member
|
/ohos5.0/drivers/interface/wlan/v1_0/ |
H A D | WlanTypes.idl | 165 unsigned char[] beaconIe;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/ |
H A D | WlanTypes.idl | 165 unsigned char[] beaconIe;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/dump_ast_target/ |
H A D | dump.txt | 199 unsigned char[] beaconIe;
|
/ohos5.0/drivers/peripheral/wlan/client/include/ |
H A D | wifi_driver_client.h | 160 uint8_t *beaconIe; member
|