Category "wifi"

How to get the wifi name(SSID) of the currently connected wifi in Flutter

With the help of this Connectivity Plugin, I am able to get the connection status i.e. mobile network, wifi or none using the following code: import 'dart:asy

How to automatically switch to the strongest WiFi access point with same SSID but multiple BSSID in nativescript?

I am writing a program to automatically switch to the strongest WiFi Access Point where there are access points with same SSID and different BSSID. When there

Virtual wlan interface with systemd-netword

i would like to ask how i can add a virtual wifi interface permanently on a system that runs systemd-networkd. The purpose is to have 2 access points (2.4/5ghz)

Connect to Wifi using Flutter

I'm working on a Flutter project that needs to connect to a certain wifi by entering username and password. I'm using wifi_configuration package which I can con

Strange delays in websocket data transfer from Ubuntu-hosted wifi access point

I have an application that is streaming jpeg images from an Ubuntu machine over a wifi connection. The wifi network is an access point/SSID hosted on the Ubuntu

How do I connect a WiFi AP to an OVS bridge?

I have a Raspberry Pi where eth0 was attached to an OVS bridge and a client connected to eth0 and then through there to OVS and thence onwards. However, I'm now

Access point doesn't start with Raspberry Pi 3 built-in Wi-Fi

I have Raspberry Pi 3 and I use it as a Wi-Fi access point. I use Raspberry Pi 3 built-in Wi-Fi adapter for this. Until today, the access point worked. Today

React native Wifi list

Is there a way to scan and all get Wifi list using react native for Android and iOS. I have seen a few libraries but mostly for android and even those doesnt wo

Raspberry Pi not connecting to available WiFi

As this is my first question actively asked here on the platform please go easy on me ;-) I'm using a Raspberry Pi Zero WH in my home network called "wocl". He

How to determine the flow is generated by GPRS 3G or Wifi?

In the flow monitoring program, how to determine the flow is generated by GPRS or Wifi ? Please provide me some ideas and suggestions? Thanks a lot .

Connect to wifi directly using MAC address

How to connect to wifi directly using MAC address of a perticular device? Thanks in advance.