Home
last modified time | relevance | path

Searched refs:WifiChannelWidth (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_scan_info.h54 } WifiChannelWidth; typedef
77 WifiChannelWidth channelWidth;
H A Dwifi_linked_info.h85 WifiChannelWidth channelWidth; /* curr ap channel width */
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_msg.h76 enum class WifiChannelWidth { enum
155 WifiChannelWidth channelWidth;
174 channelWidth = WifiChannelWidth::WIDTH_INVALID; in WifiScanInfo()
H A Dinter_scan_info.h63 WifiChannelWidth channelWidth;
84 channelWidth(WifiChannelWidth::WIDTH_INVALID), in InterScanInfo()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md110 | ohos.wifi | WifiChannelWidth | WIDTH_INVALID | 新增 |
111 | ohos.wifi | WifiChannelWidth | WIDTH_80MHZ_PLUS = 4 | 新增 |
112 | ohos.wifi | WifiChannelWidth | WIDTH_160MHZ = 3 | 新增 |
113 | ohos.wifi | WifiChannelWidth | WIDTH_80MHZ = 2 | 新增 |
114 | ohos.wifi | WifiChannelWidth | WIDTH_40MHZ = 1 | 新增 |
115 | ohos.wifi | WifiChannelWidth | WIDTH_20MHZ = 0 | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-communicate.md110 | ohos.wifi | WifiChannelWidth | WIDTH_INVALID | Added|
111 | ohos.wifi | WifiChannelWidth | WIDTH_80MHZ_PLUS = 4 | Added|
112 | ohos.wifi | WifiChannelWidth | WIDTH_160MHZ = 3 | Added|
113 | ohos.wifi | WifiChannelWidth | WIDTH_80MHZ = 2 | Added|
114 | ohos.wifi | WifiChannelWidth | WIDTH_40MHZ = 1 | Added|
115 | ohos.wifi | WifiChannelWidth | WIDTH_20MHZ = 0 | Added|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1690 … WifiMaxThroughput(0, false, WifiChannelWidth::WIDTH_160MHZ, 0, 0, channelUtilization)) != 0); in WifiMaxThroughputTest()
1694 … WifiMaxThroughput(FOUR, false, WifiChannelWidth::WIDTH_20MHZ, 0, 0, channelUtilization)) != 0); in WifiMaxThroughputTest()
1696 … WifiMaxThroughput(FOUR, false, WifiChannelWidth::WIDTH_40MHZ, 0, 0, channelUtilization)) != 0); in WifiMaxThroughputTest()
1698 … WifiMaxThroughput(STANDER, false, WifiChannelWidth::WIDTH_20MHZ, 0, 0, channelUtilization)) != 0); in WifiMaxThroughputTest()
1700 … WifiMaxThroughput(STANDER, false, WifiChannelWidth::WIDTH_40MHZ, 0, 0, channelUtilization)) != 0); in WifiMaxThroughputTest()
1702 … WifiMaxThroughput(STANDER, false, WifiChannelWidth::WIDTH_80MHZ, 0, 0, channelUtilization)) != 0); in WifiMaxThroughputTest()
1703 … WifiMaxThroughput(STANDER, false, WifiChannelWidth::WIDTH_INVALID, 0, 0, channelUtilization); in WifiMaxThroughputTest()
1705 … WifiMaxThroughput(FAILEDNUM, true, WifiChannelWidth::WIDTH_20MHZ, 0, 0, channelUtilization))!= 0); in WifiMaxThroughputTest()
1706 … WifiMaxThroughput(FAILEDNUM, true, WifiChannelWidth::WIDTH_40MHZ, 0, 0, channelUtilization); in WifiMaxThroughputTest()
1707 … WifiMaxThroughput(FAILEDNUM, true, WifiChannelWidth::WIDTH_80MHZ, 0, 0, channelUtilization); in WifiMaxThroughputTest()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp2604 int WifiMaxThroughput(int wifiStandard, bool is11bMode, WifiChannelWidth channelWidth, int rssiDbm, in WifiMaxThroughput()
2626 if (channelWidth == WifiChannelWidth::WIDTH_20MHZ) { in WifiMaxThroughput()
2637 if (channelWidth == WifiChannelWidth::WIDTH_20MHZ) { in WifiMaxThroughput()
2640 } else if (channelWidth == WifiChannelWidth::WIDTH_40MHZ) { in WifiMaxThroughput()
2643 } else if (channelWidth == WifiChannelWidth::WIDTH_80MHZ) { in WifiMaxThroughput()
2654 if (channelWidth == WifiChannelWidth::WIDTH_20MHZ) { in WifiMaxThroughput()
2657 } else if (channelWidth == WifiChannelWidth::WIDTH_40MHZ) { in WifiMaxThroughput()
2660 } else if (channelWidth == WifiChannelWidth::WIDTH_80MHZ) { in WifiMaxThroughput()
H A Dscan_service.h108WifiChannelWidth channelWidth, int rssiDbm, int maxNumSpatialStream, int channelUtilization);
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp165 …scanInfoList.channelWidth = static_cast<WifiChannelWidth>(static_cast<int>(data[0]) % U32_AT_SIZE_… in StoreRequestScanConfigFuzzTest()
291 …scanInfoList.channelWidth = static_cast<WifiChannelWidth>(static_cast<int>(data[0]) % U32_AT_SIZE_… in BeginPnoScanFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/
H A Dmock_wifi_config_center.h53 …virtual void UpdateLinkedChannelWidth(std::string bssid, WifiChannelWidth channelWidth, int instId…
163 …MOCK_METHOD3(UpdateLinkedChannelWidth, void(std::string bssid, WifiChannelWidth channelWidth, int …
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h217 WifiChannelWidth channelWidth; /* curr ap channel width */
248 channelWidth = WifiChannelWidth::WIDTH_INVALID; in WifiLinkedInfo()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy.cpp255 info.channelWidth = static_cast<WifiChannelWidth>(CheckDataLegal(tokens[dataRecvLen++])); in GetScanInfo()
313 info.channelWidth = static_cast<WifiChannelWidth>(reply.ReadInt32()); in ParseScanInfosSmall()
H A Dwifi_device_proxy_lite.cpp199 int tmpChanWidth = (int)WifiChannelWidth::WIDTH_INVALID; in ReadLinkedInfo()
201 if ((tmpChanWidth >= 0) && (tmpChanWidth <= (int)WifiChannelWidth::WIDTH_INVALID)) { in ReadLinkedInfo()
202 info.channelWidth = (WifiChannelWidth)tmpChanWidth; in ReadLinkedInfo()
204 info.channelWidth = WifiChannelWidth::WIDTH_INVALID; in ReadLinkedInfo()
H A Dwifi_scan_proxy_lite.cpp61 info.channelWidth = static_cast<WifiChannelWidth>(channelWidth); in ParseScanInfos()
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md374 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth|@ohos.wifiManager.d.ts|
375 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法名 or 属性名: WIDTH_20MHZ|@ohos.wifiManager.d…
376 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法名 or 属性名: WIDTH_40MHZ|@ohos.wifiManager.d…
377 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法名 or 属性名: WIDTH_80MHZ|@ohos.wifiManager.d…
615 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth|NA|@ohos.wifi.d.ts|
616 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_20MHZ|NA|@ohos.wifi.d.ts|
617 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_40MHZ|NA|@ohos.wifi.d.ts|
618 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_80MHZ|NA|@ohos.wifi.d.ts|
619 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_160MHZ|NA|@ohos.wifi.d.ts|
620 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_80MHZ_PLUS|NA|@ohos.wifi.d.ts|
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md391 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth|@ohos.wifiManager.d.ts|
392 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法名 or 属性名: WIDTH_20MHZ|@ohos.wifiManager.d…
393 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法名 or 属性名: WIDTH_40MHZ|@ohos.wifiManager.d…
394 |新增|NA|模块名: ohos.wifiManager<br>类名: WifiChannelWidth<br>方法名 or 属性名: WIDTH_80MHZ|@ohos.wifiManager.d…
626 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth|NA|@ohos.wifi.d.ts|
627 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_20MHZ|NA|@ohos.wifi.d.ts|
628 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_40MHZ|NA|@ohos.wifi.d.ts|
629 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_80MHZ|NA|@ohos.wifi.d.ts|
630 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_160MHZ|NA|@ohos.wifi.d.ts|
631 |删除|模块名: ohos.wifi<br>类名: WifiChannelWidth<br>方法名 or 属性名:WIDTH_80MHZ_PLUS|NA|@ohos.wifi.d.ts|
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_settings.h115 …virtual void UpdateLinkedChannelWidth(std::string bssid, WifiChannelWidth channelWidth, int instId…
289 …MOCK_METHOD3(UpdateLinkedChannelWidth, void(std::string bssid, WifiChannelWidth channelWidth, int …
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h56 } WifiChannelWidth; typedef
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wificdevice_fuzzer/
H A Dwificdevice_fuzzer.cpp146 …result.channelWidth = static_cast<WifiChannelWidth>(static_cast<int>(data[index++]) % WIDTH_INVALI… in GetScanInfoListTest()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp208 …scanInfoList.channelWidth = static_cast<WifiChannelWidth>(static_cast<int>(data[0]) % U32_AT_SIZE_… in StaAutoServerFuzzTest()
308 …scanInfoList.channelWidth = static_cast<WifiChannelWidth>(static_cast<int>(data[0]) % U32_AT_SIZE_… in AllowAutoSelectDeviceTest()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/
H A Dchangelog-wifi.md71 | wifi | enum | export enum WifiChannelWidth | API9接口变更,迁移到@ohos.wifiManager.d.ts |
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md374 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth|@ohos.wifiManager.d.ts|
375 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name…
376 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name…
377 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name…
615 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth|NA|@ohos.wifi.d.ts|
616 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
617 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
618 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
619 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
620 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md391 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth|@ohos.wifiManager.d.ts|
392 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name…
393 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name…
394 |Added|NA|Module name: ohos.wifiManager<br>Class name: WifiChannelWidth<br>Method or attribute name…
626 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth|NA|@ohos.wifi.d.ts|
627 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
628 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
629 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
630 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
631 |Deleted|Module name: ohos.wifi<br>Class name: WifiChannelWidth<br>Method or attribute name: WIDTH_…
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.cpp341 WifiChannelWidth channelWidth = iter->second.channelWidth; in SaveLinkedInfo()
1260 if (mWifiLinkedInfo[instId].channelWidth == WifiChannelWidth::WIDTH_INVALID) { in UpdateLinkedInfo()

12