Searched refs:beaconInt (Results 1 - 9 of 9) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_callback_impl.c | 66 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 D | hdf_wifi_event.h | 218 uint16_t beaconInt; /**< Beacon interval */ member 231 uint16_t beaconInt; /**< Beacon interval */ member
|
/drivers/hdf_core/framework/model/network/wifi/include/ |
H A D | hdf_wifi_cmd.h | 409 int16_t beaconInt; member
|
/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_event_adapter.c | 175 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 D | wlan_common_cmd.c | 595 scanResult->beaconInt = wifiScanResult->beaconInt;
in WlanFillScanResultInfo() 643 scanResult->beaconInt = wifiScanResult->beaconInt;
in WlanFillScanResultInfoExt()
|
/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wifi_event.c | 112 !HdfSbufWriteUint16(data, bssInfo->mgmt->u.probeResp.beaconInt) || in HdfWifiEventInformBssFrame()
|
/drivers/peripheral/wlan/client/include/ |
H A D | wifi_driver_client.h | 151 uint16_t beaconInt; member
|
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_event_adapter.c | 181 scanResult->beaconInt = nla_get_u16(attr[NL80211_BSS_BEACON_INTERVAL]);
in DoGetScanResult()
|
/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 114 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