Home
last modified time | relevance | path

Searched refs:SSID (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A D_hdf_wifi_driver_scan_ssid_v11.md6 定义Wi-Fi扫描的服务集标识符(SSID)信息
20 | String [ssid](#ssid) | WiFi扫描的SSID |
21 | int [ssidLen](#ssidlen) | SSID长度 |
36 WiFi扫描的SSID
48 SSID长度
H A D_hdf_wifi_driver_scan_ssid_v10.md6 WiFi扫描参数SSID信息。
20 | String [ssid](#ssid) | WiFi扫描的SSID。 |
21 | int [ssidLen](#ssidlen) | WiFi扫描的SSID长度。 |
34 WiFi扫描的SSID
44 WiFi扫描的SSID长度。
H A D_hdf_wifi_scan_v10.md20 | struct [HdfWifiDriverScanSsid](_hdf_wifi_driver_scan_ssid_v10.md)[] [ssids](#ssids) | WiFi扫描的SSID
24 | unsigned char [prefixSsidScanFlag](#prefixssidscanflag) | SSID扫描的前缀标志。 |
78 SSID扫描的前缀标志。
88 WiFi扫描的SSID集合。
H A D_hdf_wifi_scan_v11.md20 | struct [HdfWifiDriverScanSsid](_hdf_wifi_driver_scan_ssid_v11.md)[] [ssids](#ssids) | WiFi扫描的SSID
24 | unsigned char [prefixSsidScanFlag](#prefixssidscanflag) | SSID扫描的前缀标志 |
78 SSID扫描的前缀标志
88 WiFi扫描的SSID集合
H A D_pno_network_v11.md22 | struct [HdfWifiDriverScanSsid](_hdf_wifi_driver_scan_ssid_v11.md)[ssid](#ssid) | 扫描SSID |
55 扫描SSID
H A D_wlan_types_8idl_v10.md26 | struct  [HdfWifiDriverScanSsid](_hdf_wifi_driver_scan_ssid_v10.md) | WiFi扫描参数SSID信息。 |
H A D_w_l_a_n_v10.md33 | struct  [HdfWifiDriverScanSsid](_hdf_wifi_driver_scan_ssid_v10.md) | WiFi扫描参数SSID信息。 |
H A D_wlan_types_8idl_v11.md24 …nbsp; [HdfWifiDriverScanSsid](_hdf_wifi_driver_scan_ssid_v11.md) | 定义Wi-Fi扫描的服务集标识符(SSID)信息 |
H A D_w_l_a_n_v11.md33 …nbsp; [HdfWifiDriverScanSsid](_hdf_wifi_driver_scan_ssid_v11.md) | 定义Wi-Fi扫描的服务集标识符(SSID)信息 |
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/HotspotDoc/
H A DHotspot功能界面使用说明文档.md21 >| ssid | string | testApp | 热点的SSID,编码格式为UTF-8。 |
141 - SSID 和 securityType 必须可用且正确。
/ohos5.0/drivers/interface/wlan/v1_0/
H A DWlanTypes.idl74 * @brief Defines the service set identifier (SSID) information for a Wi-Fi scan.
80 /** SSID to scan. */
82 /** Length of the SSID. */
101 /** Whether the SSID to be scanned has a prefix. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/
H A DWlanTypes.idl74 * @brief Defines the service set identifier (SSID) information for a Wi-Fi scan.
80 /** SSID to scan. */
82 /** Length of the SSID. */
101 /** Whether the SSID to be scanned has a prefix. */
/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-pkg-3861-running.md22 AT+CONN="SSID",,2,"PASSWORD" # 连接指定AP,其中SSID/PASSWORD为待连接的热点名称和密码
H A Dquickstart-ide-3861-running.md26 AT+CONN="SSID",,2,"PASSWORD" # 连接指定AP,其中SSID/PASSWORD为待连接的热点名称和密码
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.cpp42 { InterfaceInfoKey::SSID, Serializable::ValueType::STRING },
215 Set(InterfaceInfoKey::SSID, value); in SetSsid()
220 return Get(InterfaceInfoKey::SSID, std::string("")); in GetSsid()
247 Set(InterfaceInfoKey::SSID, ret[P2P_GROUP_CONFIG_INDEX_SSID]); in SetP2pGroupConfig()
H A Dlink_info.cpp32 { LinkInfoKey::SSID, Serializable::ValueType::STRING },
214 Set(LinkInfoKey::SSID, ssid); in SetSsid()
219 return Get(LinkInfoKey::SSID, std::string("")); in GetSsid()
H A Dinterface_info.h41 SSID = 14, enumerator
H A Dlink_info.h36 SSID = 8, enumerator
/ohos5.0/drivers/interface/wlan/v1_1/
H A DWlanTypes.idl74 * @brief Defines the service set identifier (SSID) information for a Wi-Fi scan.
80 /** SSID to scan. */
82 /** Length of the SSID. */
101 /** Whether the SSID to be scanned has a prefix. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/foo/wlan/v1_1/
H A DWlanTypes.idl74 * @brief Defines the service set identifier (SSID) information for a Wi-Fi scan.
80 /** SSID to scan. */
82 /** Length of the SSID. */
101 /** Whether the SSID to be scanned has a prefix. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/foo/wlan/v1_1/
H A DWlanTypes.idl74 * @brief Defines the service set identifier (SSID) information for a Wi-Fi scan.
80 /** SSID to scan. */
82 /** Length of the SSID. */
101 /** Whether the SSID to be scanned has a prefix. */
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIDoc/
H A DWIFI功能界面使用说明文档.md21 >| ssid | string | TP-LINK_6365 | 热点的SSID,编码格式为UT…
119 >| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
147 >| ssid | string | 是 | 否 | 热点的SSID,编码格式为UTF-8。 |
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/HotspotManagerDoc/
H A DHotspotManager功能界面使用说明文档.md21 >| ssid | string | testApp | 热点的SSID,编码格式为UTF-8。 |
149 - SSID 和 securityType 必须可用且正确。
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.h43 SSID = 0, enumerator
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-ide-3861-running.md26 …AT+CONN="SSID",,2,"PASSWORD" # Connect to the specified AP. (SSID and PASSWORD represen…

123