Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
29 views

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 ...
赵洪武's user avatar
0 votes
2 answers
125 views

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. ...
Ramon D's user avatar
0 votes
1 answer
130 views

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 ...
Josip Maričević's user avatar
0 votes
1 answer
59 views

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 "...
komodosp's user avatar
  • 3,686
1 vote
0 answers
45 views

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 ...
ADL's user avatar
  • 121
1 vote
0 answers
51 views

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 ...
Aldo's user avatar
  • 398
0 votes
0 answers
174 views

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, ...
Adarsh Singh's user avatar
0 votes
1 answer
66 views

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 ...
Kathryn Silalahi's user avatar
-1 votes
1 answer
89 views

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, ...
benielcapo's user avatar
1 vote
1 answer
77 views

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 ...
Ethan's user avatar
  • 25
0 votes
0 answers
299 views

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 ...
Exenifix's user avatar
0 votes
0 answers
57 views

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 ...
Work's user avatar
  • 23
0 votes
0 answers
70 views

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 ...
vivek shah's user avatar
0 votes
0 answers
32 views

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"; ...
RIDDHIDIPTA PAL's user avatar
0 votes
1 answer
75 views

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 ...
Merry's user avatar
  • 470
0 votes
0 answers
34 views

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-...
ROODAY's user avatar
  • 842
0 votes
0 answers
324 views

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> ...
Federico Leone's user avatar
2 votes
1 answer
118 views

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 ...
John Chrysostom's user avatar
1 vote
1 answer
74 views

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, ...
Paco's user avatar
  • 13
0 votes
1 answer
126 views

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 ...
16ar's user avatar
  • 175
0 votes
0 answers
216 views

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 ...
jptrol's user avatar
  • 1
8 votes
4 answers
3k views

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 ...
Piero's user avatar
  • 723
1 vote
0 answers
482 views

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 ...
ql-lp's user avatar
  • 11
0 votes
1 answer
106 views

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 ...
AyCe's user avatar
  • 765
-1 votes
2 answers
239 views

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 ...
user3808752's user avatar

1
2 3 4 5
118