Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Di Android 10 dan yang lebih tinggi, infrastruktur Wi-Fi mencakup Wi-Fi suggestion API untuk konektivitas internet dan Wi-Fi network request API untuk konektivitas peer-to-peer. Di Android 11 dan yang lebih tinggi, Settings Intent API memungkinkan Anda
meminta pengguna menyetujui penambahan konfigurasi Passpoint atau jaringan tersimpan.
API
Ketiga API ini menargetkan kasus penggunaan yang berbeda serta memiliki kemampuan dan batasan yang berbeda:
Suggestion API: menargetkan aplikasi yang
menyediakan dan memberikan konfigurasi yang kompatibel dengan internet. Konfigurasi ini tidak dimiliki secara individual oleh pengguna. Pengguna dapat menonaktifkan konfigurasi tertentu atau menonaktifkan aplikasi pemberi saran, tetapi tidak dapat menghapusnya.
Persetujuan pengguna diperlukan per aplikasi, bukan per jaringan yang disarankan oleh aplikasi.
Ditujukan untuk aplikasi konfigurasi pengalihan Wi-Fi operator dan aplikasi lain yang dapat mengelola jaringan pengalihan secara aktif.
Network request API: menargetkan aplikasi yang perlu terhubung ke perangkat peer, seperti saat mengonfigurasi perangkat IoT atau mentransfer file ke kamera. Dalam kasus tersebut, perangkat peer
memulai SoftAP dan API memungkinkan aplikasi memandu pengguna untuk terhubung ke
perangkat. Jaringan yang dihasilkan tidak dimaksudkan untuk menyediakan akses internet, tidak dapat digunakan oleh sistem, dan tidak dapat digunakan oleh aplikasi apa pun kecuali aplikasi yang mengonfigurasi.
Pengguna harus memilih dan menyetujui saat pertama kali koneksi dibuat ke peer baru.
Ditujukan untuk aplikasi konfigurasi IoT dan aplikasi transfer file IoT.
ACTION_WIFI_ADD_NETWORKS
API: memungkinkan
aplikasi (dengan persetujuan pengguna) menambahkan jaringan atau konfigurasi Passpoint ke
jaringan tersimpan atau daftar langganan. Konfigurasi ini kemudian diperlakukan seolah-olah pengguna menambahkannya secara langsung. Misalnya, pengguna dapat menghapusnya nanti.
Persetujuan pengguna diperlukan untuk setiap permintaan guna menambahkan jaringan tersimpan.
Ditujukan untuk aplikasi yang mengonfigurasi Titik Akses rumah dan perlu menambahkan
konfigurasi ke daftar jaringan tersimpan pengguna. Aplikasi yang menyediakan konfigurasi Passpoint akun pengguna, seperti jaringan gabungan Enterprise dan institusi pendidikan.
Konfigurasi Wi-Fi Enterprise yang aman
Di Android 11 QPR1 dan yang lebih tinggi, sistem mewajibkan konfigurasi keamanan yang ketat untuk koneksi Wi-Fi Enterprise berbasis TLS. Untuk informasi selengkapnya, lihat Konfigurasi Wi-Fi Enterprise yang aman.
Konten dan contoh kode di halaman ini tunduk kepada lisensi yang dijelaskan dalam Lisensi Konten. Java dan OpenJDK adalah merek dagang atau merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-08-27 UTC.
[null,null,["Terakhir diperbarui pada 2025-08-27 UTC."],[],[],null,["On Android 10 and higher, the Wi-Fi infrastructure includes the Wi-Fi suggestion\nAPI for internet connectivity and the Wi-Fi network request API for peer-to-peer\nconnectivity. On Android 11 and higher, the Settings Intent API lets you\nask the user to approve adding a saved network or Passpoint configuration.\n\nAPIs\n\nThe three APIs target different use cases and have different capabilities and\nconstraints:\n\n- [Suggestion API](/develop/connectivity/wifi/wifi-suggest): targets apps that\n provision and provide internet-capable configurations. These configurations\n are not individually owned by the user. Users can disable specific\n configurations or disable the suggesting app, but can't delete\n them.\n\n - User approval is required per app, not per network suggested by the app.\n - Intended for carrier Wi-Fi offload configuration apps and other apps that may actively manage offload networks.\n- [Network request API](/develop/connectivity/wifi/wifi-bootstrap): targets\n apps that need to connect to a peer device, such as when configuring an IoT\n device or transferring files to a camera. In such cases, the peer device\n starts up a SoftAP and the API allows the app to guide the user to connect to\n the device. The resulting network is not intended to provide internet access,\n can't be used by the system, and can't be used by any app except the\n configuring app.\n\n - User selection and approval is required the first time a connection is made to a new peer.\n - Intended for IoT configuration apps and IoT file transfer apps.\n- [`ACTION_WIFI_ADD_NETWORKS`\n API](/develop/connectivity/wifi/wifi-save-network-passpoint-config): allows\n apps (with user approval) to add networks or Passpoint configurations to the\n saved network or subscription list. These configurations are then treated as\n if the user added them directly. For example, the user can later delete them.\n\n - User approval is required for every request to add saved networks.\n - Intended for apps that configure a home Access Point and need to add the configuration to the user's saved network list. Apps that provision a user-account Passpoint configuration, such as Enterprise, federated networks, and educational institutions.\n\n| **Note:** These APIs are a replacement for the deprecated `WifiManager.addNetwork(WifiConfiguration config)` and related APIs. The other deprecated APIs allowed apps to directly add and manage a Wi-Fi configuration in the saved network list. The replacement APIs provide use-case-targeted alternatives.\n\nSecure Wi-Fi Enterprise configuration\n\nOn Android 11 QPR1 and higher, the system mandates strict security\nconfigurations for TLS-based Wi-Fi Enterprise connections. For more\ninformation, see\n[Secure Wi-Fi Enterprise configuration](/develop/connectivity/wifi-enterprise)."]]