Home
last modified time | relevance | path

Searched refs:bssidType (Results 1 - 25 of 40) sorted by relevance

12

/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_common_msg.h41 int bssidType; /* mac address type */ member
44 if ((bssid == mac.bssid) && (bssidType == mac.bssidType)) { in operator ==()
51 if ((bssid != mac.bssid) || (bssidType != mac.bssidType)) { in operator !=()
59 return bssidType < mac.bssidType; in operator <()
66 bssidType = mac.bssidType; in operator =()
H A Dwifi_scan_msg.h146 int bssidType; /* bssid type. */ member
171 bssidType = REAL_DEVICE_ADDRESS; in WifiScanInfo()
H A Dwifi_ap_msg.h186 int bssidType; /* bssid type */ member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp280 macAddrInfo.bssidType = iter->bssidType; in GetStationList()
284 (macAddrInfo.bssidType == REAL_DEVICE_ADDRESS)) { in GetStationList()
286 iter->bssidType = RANDOM_DEVICE_ADDRESS; in GetStationList()
287 WIFI_LOGI("%{public}s: the record is updated, bssid:%{private}s, bssidType:%{public}d", in GetStationList()
288 __func__, iter->bssid.c_str(), iter->bssidType); in GetStationList()
299 if (info.bssidType > REAL_DEVICE_ADDRESS) { in TransRandomToRealMac()
300 WIFI_LOGE("%{public}s: invalid bssidType:%{public}d", in TransRandomToRealMac()
301 __func__, info.bssidType); in TransRandomToRealMac()
306 macAddrInfo.bssidType in TransRandomToRealMac()
[all...]
H A Dwifi_hotspot_callback_proxy.cpp63 data.WriteInt32(info.bssidType); in OnHotspotStaJoin()
88 data.WriteInt32(info.bssidType); in OnHotspotStaLeave()
H A Dwifi_hotspot_stub.cpp292 reply.WriteInt32(result[i].bssidType); in OnGetStationList()
315 info.bssidType = bssidTypeRead; in OnDisassociateSta()
399 info.bssidType = bssidTypeRead; in OnAddBlockList()
424 info.bssidType = bssidTypeRead; in OnDelBlockList()
447 reply.WriteInt32(infos[i].bssidType); in OnGetBlockLists()
/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p_config.h42 int bssidType; /* bssid type */ member
91 int bssidType; /* bssid type. */ member
H A Dwifi_scan_info.h67 int bssidType; member
H A Dwifi_device_config.h205 int bssidType; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_service_impl.cpp293 macAddrInfo.bssidType = iter->bssidType; in GetScanInfoList()
297 WIFI_LOGD("ssid:%{private}s, bssid:%{private}s, bssidType:%{public}d, randomMacAddr:%{private}s", in GetScanInfoList()
298 iter->ssid.c_str(), macAddrInfo.bssid.c_str(), macAddrInfo.bssidType, randomMacAddr.c_str()); in GetScanInfoList()
300 (macAddrInfo.bssidType == REAL_DEVICE_ADDRESS)) { in GetScanInfoList()
302 iter->bssidType = RANDOM_DEVICE_ADDRESS; in GetScanInfoList()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.cpp760 randomMacAddrInfo.bssidType = RANDOM_DEVICE_ADDRESS; in ManageStation()
765 realMacAddrInfo.bssidType = REAL_DEVICE_ADDRESS; in ManageStation()
1131 realMacAddrInfo.bssidType = REAL_DEVICE_ADDRESS; in StoreWifiMacAddrPairInfo()
1136 randomMacAddrInfo.bssidType = RANDOM_DEVICE_ADDRESS; in StoreWifiMacAddrPairInfo()
1148 realMacAddrInfo.bssidType = REAL_DEVICE_ADDRESS; in GetRandomMacAddr()
1151 LOGD("%{public}s: find the record, bssid:%{private}s, bssidType:%{public}d, randomMacAddr:%{private}s", in GetRandomMacAddr()
1152 __func__, realMacAddrInfo.bssid.c_str(), realMacAddrInfo.bssidType, randomMacAddr.c_str()); in GetRandomMacAddr()
1157 randomMacAddrInfo.bssidType = RANDOM_DEVICE_ADDRESS; in GetRandomMacAddr()
1160 LOGD("%{public}s: find the record, bssid:%{private}s, bssidType:%{public}d, randomMacAddr:%{private}s", in GetRandomMacAddr()
1161 __func__, randomMacAddrInfo.bssid.c_str(), randomMacAddrInfo.bssidType, randomMacAdd in GetRandomMacAddr()
[all...]
/foundation/communication/wifi/wifi/frameworks/cj/include/
H A Dffi_structs.h31 int32_t bssidType; member
166 int32_t bssidType; member
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_callback_stub.cpp85 info.bssidType = data.ReadInt32(); in RemoteOnHotspotStaJoin()
101 info.bssidType = data.ReadInt32(); in RemoteOnHotspotStaLeave()
H A Dwifi_hotspot_proxy.cpp336 info.bssidType = reply.ReadInt32(); in GetStationList()
361 data.WriteInt32(info.bssidType); in DisassociateSta()
481 info.bssidType = reply.ReadInt32(); in GetBlockLists()
505 data.WriteInt32(info.bssidType); in AddBlockList()
538 data.WriteInt32(info.bssidType); in DelBlockList()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.cpp579 WIFI_LOGE("%{public}s: invalid bssidType:%{public}d", in P2pConnect()
585 macAddrInfo.bssidType = config.GetDeviceAddressType(); in P2pConnect()
589 WIFI_LOGW("no record found, bssid:%{private}s, bssidType:%{public}d", in P2pConnect()
590 macAddrInfo.bssid.c_str(), macAddrInfo.bssidType); in P2pConnect()
592 WIFI_LOGI("%{public}s: find the record, bssid:%{private}s, bssidType:%{public}d, randomMac:%{private}s", in P2pConnect()
598 WIFI_LOGI("%{public}s: the record is updated, bssid:%{private}s, bssidType:%{public}d", in P2pConnect()
706 ownMacAddrInfo.bssidType = owner.GetDeviceAddressType(); in GetCurrentGroup()
710 if (!ownRandomMacAddr.empty() && (ownMacAddrInfo.bssidType == REAL_DEVICE_ADDRESS)) { in GetCurrentGroup()
719 clientMacAddrInfo.bssidType = iter->GetDeviceAddressType(); in GetCurrentGroup()
724 (clientMacAddrInfo.bssidType in GetCurrentGroup()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.cpp519 macAddrInfo.bssidType = config.bssidType; in updateStaDeviceMacAddress()
524 WIFI_LOGW("%{public}s: record not found, bssid:%{private}s, bssidType:%{public}d", in updateStaDeviceMacAddress()
525 __func__, config.bssid.c_str(), config.bssidType); in updateStaDeviceMacAddress()
527 WIFI_LOGI("%{public}s: the record is exists, bssid:%{private}s, bssidType:%{public}d, randomMac:%{private}s", in updateStaDeviceMacAddress()
528 __func__, config.bssid.c_str(), config.bssidType, macAddr.c_str()); in updateStaDeviceMacAddress()
530 if (!config.bssid.empty() && config.bssidType == RANDOM_DEVICE_ADDRESS) { in updateStaDeviceMacAddress()
532 config.bssidType = REAL_DEVICE_ADDRESS; in updateStaDeviceMacAddress()
533 WIFI_LOGI("%{public}s: the record is updated, bssid:%{private}s, bssidType:%{public}d", in updateStaDeviceMacAddress()
534 __func__, config.bssid.c_str(), config.bssidType); in updateStaDeviceMacAddress()
[all...]
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/
H A Dwifiap_fuzzer.cpp134 staInfo.bssidType = static_cast<int>(data[index++]); in BlockListAndStationFuzzTest()
216 stationInfo.bssidType = static_cast<int>(data[index++]); in AddBlockListFuzzTest()
228 stationInfo.bssidType = static_cast<int>(data[index++]); in DelBlockListFuzzTest()
240 stationInfo.bssidType = static_cast<int>(data[index++]); in DisconnetStationFuzzTest()
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/
H A Dwifihotspotimpl_fuzzer.cpp62 info.bssidType = RANDOM_DEVICE_ADDRESS; in TransRandomToRealMacFuzzTest()
103 info.bssidType = static_cast<int>(data[0]) % IDLE_TIME_OUT_MAX; in DisassociateStaFuzzTest()
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_device.cpp98 result->bssidType = vecScanInfos[i].bssidType; in GetScanInfoList()
173 deviceConfig.bssidType = config->bssidType; in ConvertDeviceConfigFromC()
206 result->bssidType = deviceConfig.bssidType; in ConvertDeviceConfigFromCpp()
/foundation/communication/wifi/wifi/frameworks/cj/src/
H A Dwifi_ffi.cpp222 info.bssidType = each.bssidType; in ScanInfo2Cj()
343 cfg.bssidType = config.bssidType; in DeviceConfig2C()
694 config.bssidType = cfg.bssidType; in FfiWifiAddCandidateConfig()
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_p2p.cpp307 int bssidType = RANDOM_DEVICE_ADDRESS; in JsObjToP2pConfig() local
313 JsObjectToInt(env, object, "deviceAddressType", bssidType); in JsObjToP2pConfig()
314 WIFI_LOGI("JsObjToP2pConfig, bssid length: %{public}d, bssidType: %{public}d", in JsObjToP2pConfig()
315 static_cast<int>(address.length()), bssidType); in JsObjToP2pConfig()
321 config.SetDeviceAddressType(bssidType); in JsObjToP2pConfig()
H A Dwifi_napi_hotspot.cpp242 SetValueInt32(env, "macAddressType", StationInfo[idx].bssidType, result); in StationInfoToJsArray()
275 JsObjectToInt(env, object, "macAddressType", stationInfo.bssidType); in JsObjToStationInfo()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_monitor.cpp47 info.bssidType = REAL_DEVICE_ADDRESS; in OnStaJoinOrLeave()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h600 int bssidType; member
673 bssidType = REAL_DEVICE_ADDRESS; in WifiDeviceConfig()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_manager.cpp348 macAddrInfo.bssidType = owner.GetDeviceAddressType(); in RemoveMacAddrPairInfo()
355 clientMacAddrInfo.bssidType = iter->GetDeviceAddressType(); in RemoveMacAddrPairInfo()

Completed in 23 milliseconds

12