5,899 questions
0
votes
0
answers
29
views
How to transform http over wifi-aware in iOS 26
wifi-aware has been introduced in iOS 26, but it seems that We can only use NetworkConnection to send data to the endpoint. I want to know that how we can send http over NetworkConnection?
public ...
0
votes
2
answers
125
views
capture JieLi (JLDV 16) wifi Camera video stream
I bought a small 12V Wi-Fi rear camera from AliExpress. The camera appears to use an AC54 or AC51 chip from JieLi Technology.
The device openes a wifi hot spot on channel 3 and got the ip 192.168.1.1.
...
0
votes
1
answer
130
views
network_info_plus.getWifiName() returns null on iOS even with location permission and Access Wi-Fi Information entitlement
I’m building a Flutter app where I need to access Wi-Fi information.
Flutter: 3.32.7 (stable)
Dart: 3.8.1
iOS device: iPhone 14
iOS version: 18.1.1
Xcode: 16.4
What I tried
I’m using a service that ...
0
votes
1
answer
59
views
WifiAdapter.ScanAsync() show different list to Windows "Show available networks"
I am running WifiAdapter.ScanAsync() in a C# application, and it returns a list of local WiFi networks.
However, if I go into Windows 11 settings - Network & internet > WiFi and choose "...
1
vote
0
answers
45
views
EPS32 IDF WiFi Mesh: Can my MESH_ROOT scan for Access Points
Is there a way for a MESH_ROOT to scan for Access points? I have read WiFi API functions should not be used while WiFi Mesh is active.
Is what I am trying to do below possible? Or maybe there is a ...
1
vote
0
answers
51
views
Scapy Raw layer in data frame is missing initial 3 characters of load and shortened load is repeated when printed
I am using Scapy to learn about Wi-Fi. I am new to both Scapy and Wi-Fi.
I have a Raspberry Pi 5 and a laptop, running Debian GNU/Linux 12 (Bookworm) and Ubuntu 22.04.1 LTS, respectively, and an ALFA ...
0
votes
0
answers
174
views
Can I configure my android device to act as a FTM (Wifi RTT) responder?
I'm developing an application that uses Wifi RTT/ FTM (initiator). Unfortunately, i don't have a WIFI RTT compatible AP/ router. So, I want to convert my other device to act as a responder.
Earlier, ...
0
votes
1
answer
66
views
Why does HTTP POST latency from ESP32 to server fluctuate significantly?
I'm testing an ESP32 device that sends data to a server every minute using HTTP POST. I noticed that the latency fluctuates heavily. For example, in one 20-minute test, the latency values (in ...
-1
votes
1
answer
89
views
Why does my script stop execution after some time (pydivert)?
When I run this code, it works but then stops execution
import pydivert
with pydivert.WinDivert() as w:
for pkt in w:
pass
I was expecting it to run forever, dropping all the packets, ...
1
vote
1
answer
77
views
Make Connection Not Reset When STA Connects To a New Network
I am making a device that requires web interface and this is how I setup WiFi (inspired by my smart plug):
open AP for devices to connect
make itself's 6.6.6.6 so clients can send request to that IP
...
0
votes
0
answers
299
views
How to store credentials in IWD for PEAP/MSCHAPV2 network
I'm trying to connect to a WPA2-Enterprise network with PEAP security and MSCHAPV2 for phase 2. I'm using iwd to do that (as I previously failed with wpa_supplicant and networkmanager).
Successful ...
0
votes
0
answers
57
views
300ms delay in network, kernel's TCP write buffer filled to the brim in embedded linux
I'm writing a semi-realtime application for an embedded board running BusyBox which packages and sends some telemetry data (around 100KB) on a TCP socket every 100 milliseconds. This board uses the ...
0
votes
0
answers
70
views
ADB Device going offline
Problem
Until yesterday my OnePlus 11R was working perfectly with Android Studio. However, since this morning, I'm facing some issues.
When connecting my device using USB, it stays connected for ...
0
votes
0
answers
32
views
How to connect a XIA0_ESP32S2 seeed board to a mobile hotspot?
This is the code I have written to connect my Xiao Seeed ESP32-S3 board to a mobile hotspot
#include <WiFi.h>
const char* ssid = "rrrr";
const char* password = "rrrrrrrr";
...
0
votes
1
answer
75
views
Wi-Fi Programmatic Connection Issue: Correct Password Fails After Initial Incorrect Attempt in iOS
I am trying to programmatically connect to a Wi-Fi network in my iOS application using NEHotspotConfiguration. Here's the issue I am encountering:
When I try to connect with an incorrect password for ...
0
votes
0
answers
34
views
Is it possible to load wi-fi settings from the browser on mobile?
Not sure if this is the right question to ask, but the behavior I'm trying to get is making a QR code that has my Wi-Fi password so people can get on the Wi-Fi just by scanning, but also allow the Wi-...
0
votes
0
answers
324
views
Zephyr Mqtt_publisher: error while trying to connect to a TLS MQTT broker
I have take the mqtt_publisher sample in the zephyr-project repo and I added a wi-fi connection ot it.
I'm using a esp32_devkitc_wroom.
Here is the main.c:
#include <zephyr/logging/log.h>
...
2
votes
1
answer
118
views
Group BSSIDs in WiFi scan from the same physical router
Suppose I am conducting a WiFi scan and I get back a list of BSSIDs that my device can currently see. Is there anything in the WiFi standard that would allow my device to identify which BSSIDs are on ...
1
vote
1
answer
74
views
Cannot check if the password introduced by the user is the one according to the SSID connected to in Flutter
I am creating a project where my Arduino Nano IoT 33, needs connection to Internet (and it's crucial indeed), so I do use flutter_blue_plus to send all the data gathered in my app created in flutter, ...
0
votes
1
answer
126
views
Getting wifi MAC adress in Python
I need to get the wifi unique ID. SSID is not safe as you can have different wifis with the same name, so I wen to find the MAC address of the router. So far I use arp to get this info but I found a ...
0
votes
0
answers
216
views
Programming a WIFI acces point with DHCP functionality with a ESP8266
I had written some time ago a setup procedure that worked very fine when connecting my ESP8266 Wifi module to any Android device , to a Windows 10 Desk computer and a Windows 11 laptop.
This is the ...
8
votes
4
answers
3k
views
How to get the current Wi-Fi SSID in Swift on macOS Sequoia and higher? [duplicate]
I’m trying to write a basic Swift script to get the name of the Wi-Fi network I’m connected to on macOS. However, even when connected to Wi-Fi, it prints: Not connected to any Wi-Fi network.
import ...
1
vote
0
answers
482
views
Is there a way to increase the timeout value for WiFi authentication in windows machines?
For context, I've setup a Windows (Win server 2022) NPS server with the Azure MFA extension to enable authentication via RADIUS, using Microsoft credentials, on a wireless network. The RADIUS client ...
0
votes
1
answer
106
views
Querying WiFi/WLAN network frequency via Native Wifi
The system control panel shows this info.
How can I query it (using C#)?
Using interop, I got the WLAN_ASSOCIATION_ATTRIBUTES.
But they only seem to contain DOT11_PHY_TYPE dot11PhyType;.
This ...
-1
votes
2
answers
239
views
dbus RequestScan Method in python
I'm trying to reverse engineer this sample code I found online which i don't understand. As I understand it, the code returns the SSID's that my wlan0 device finds.
What troubles me, is the list of ...