0

I'm hosting a hotspot from my PC, which has a wired internet connection and a wifi adapter. The OS is Fedora 40, using Network Manager and wpa_supplicant. I have 3 wifi devices which are able to connect to this hotspot and use the internet. I want to know what "mode" each device chose to connect using (by which I mean cipher suites/encryption techniques = WPA/WPA2 & TKIP/AES/CCMP). How do I query this information? My router seems to know this information just fine and shows it up in its web pages, now I want to be able to pull up the same info on my Linux PC.

hostapd does not seem to be installed, so I'm wary of installing it to use hostapd_cli because it might disrupt whatever is currently running. wpa_cli refuses to run because it can't connect to the running instance wpa_cli is now running after enabling its control socket, but I can't tell how to ask it for this information.

Background: I'm trying to debug some wifi connection issues with an IoT device, which is happily connecting to a hotspot hosted by my PC but not to my network hosted from the router device. I suspect an encryption issue.

3
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Commented Feb 27 at 1:27
  • @Community Done Commented Mar 1 at 22:45
  • 1
    I can't tell you how many times I have been tripped up by IOT devices only supporting 2.4GHz and not 5GHz. Commented Mar 12 at 21:45

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.