B4i Question Read RSSI in B4i - Erel (first post)    Apr 5, 2016 See the 3rd search result: https://www.b4x.com/android/forum/pages/results/?query=b4i+rssi+wifi... B4i Code Snippet Connect to wifi network programmatically - NEHotspotConfigurationManager - Erel    Jan 4, 2026   (4 reactions) Allows connecting to a wifi network programmatically. Note that the user will need to approve....HotspotConfiguration</key><true/>
Step 3:
Private Sub ConnectToWifi (SSID As String... B4A Code Snippet [B4X] Check if Internet interfaces are enabled and internet status + type (WiFi/Cell/LAN) - Sergio Haurat    Jul 3, 2024   (10 reactions) -status-wifi-cell-network-data-or-lan-has-enabled-or-disabled.161849/
Sub Class_Globals
Private... B4i Code Snippet WiFi info with NEHotspotNetwork - Yanik Freeman    Feb 15, 2026   (2 reactions) CNCopyCurrentNetworkInfo is deprecated and will always return nil or an empty dictionary when an app is linked against the iOS 26 SDK (Xcode 26), even with the correct entitlements and permissions. This example uses the NEHotspotNetwork.fetchCurrent() method with callback instead and is backwards compatible to iOS 13+. #Entitlement: <key>com.apple.developer.networking.wifi-info</key><true/> . . . Private Sub StartLocationUpdates Dim no As NativeObject = Me... B4i Question [SOLVED] Read BLE RSSI while connected - techknight    Jan 10, 2019 I noticed Android has a ReadRemoteRSSI function, but I cannot find it in the iOS version.
iOS does have a ReadRSSI() feature that works once per second interval for retrieving a connected RSSI... B4A Library [B4X] SP IFStatus - Check if interface status (WiFi, cell network data or LAN) has enabled or disabled - Sergio Haurat    Jun 28, 2024   (7 reactions) As String, IP As String) IsConnected: True or False ConnType: NONE (B4X), WIFI (B4A/B4I), CELL... B4i Question Get more Wifi information? - davemorris    Feb 14, 2019 Hi all,
In B4A, it's possible to use the Simple Wifi library here – https://www.b4x.com/android/forum/threads/simple-wifi-library-updated-v-3-07-09-05-2018.76233/ (which is based on the MLwifi... B4i Question Is there a way to get all available WiFi network in range in i OS? - hanyelmehy    Apr 4, 2015 Is there a way to get all available WiFi network in range in i OS?
some people say we can use CaptiveNetwork for this ,please check
https://developer.apple.com/library/ios/documentation... B4i Question currentWifiSSID method failing - Erel (first post)    Feb 15, 2026 Next step: post it here https://www.b4x.com/android/forum/forums/ios-code-snippets.66/... B4i Question WifiNetworkSpecifier + NetworkRequest for B4i - Filippo (first post)    Jan 12, 2026   (1 reaction) ConnectToWifi(SSID as String, Password as String) As ResumableSub
Dim success As Boolean
Me.As(NativeObject).RunMethod("connectToWifi:::", Array(SSID, Password, False))
Wait For... Page: 1   2   3   4   5   |