Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubts about WiFi radio reporting #4

Open
arnstein99 opened this issue Nov 6, 2022 · 3 comments
Open

Doubts about WiFi radio reporting #4

arnstein99 opened this issue Nov 6, 2022 · 3 comments

Comments

@arnstein99
Copy link

arnstein99 commented Nov 6, 2022

Hello Christopher,

I have a bash shell script that I use to interrogate the WiFi status of my Arcadyan device:

#
# The argument is the transient authentication key.
# The output is the gateway WiFi settings as JSON.
curl http://192.168.12.1/TMI/v1/network/configuration\?get=ap -H "Authorization:Bearer $1"

The output is as follows:

{
  "2.4ghz": {
    "airtimeFairness": true,
    "channel": "Auto",
    "channelBandwidth": "Auto",
    "isMUMIMOEnabled": true,
    "isRadioEnabled": false,
    "isWMMEnabled": true,
    "maxClients": 128,
    "mode": "auto",
    "ssid": {
      "encryptionMode": "AES",
      "encryptionVersion": "WPA2/WPA3",
      "isBroadcastEnabled": true,
      "ssidName": "TMOBILE-49F9",
      "steered": false,
      "wpaKey": "***"
    },
    "transmissionPower": "100%"
  },
  "5.0ghz": {
    "airtimeFairness": true,
    "channel": "Auto",
    "channelBandwidth": "80MHz",
    "isMUMIMOEnabled": true,
    "isRadioEnabled": false,
    "isWMMEnabled": true,
    "maxClients": 128,
    "mode": "auto",
    "ssid": {
      "encryptionMode": "AES",
      "encryptionVersion": "WPA2/WPA3",
      "isBroadcastEnabled": true,
      "ssidName": "TMOBILE-49F9",
      "steered": false,
      "wpaKey": "***"
    },
    "transmissionPower": "100%"
  }
}

In particular, this report indicates that both radios are disabled.

When I launch your tool (npm start) I get a web page that is mostly correct, except that the report indicates that both radios are enabled.

D.A.

@christopherjnelson
Copy link
Owner

christopherjnelson commented Nov 7, 2022 via email

@jtouch
Copy link

jtouch commented Mar 19, 2023

I have a similar issue. This is based on a zip pulled today.
The WIFI Edit buttons for enable/disable radio don't appear to work, vs. direct HTTP commands.
FIrst, I THOUGHT I was able to turn off the 5G radio and broadcast, but it turns out neither was actually happening (even though they were confirmed in the status at the top of the page).
Second, the web UI wouldn't change the 2.4G radio; every time I tried to disable, it came back enabled and red (DISABLE action).

@verityj
Copy link

verityj commented May 29, 2023

I have the same issue, it would be fantastic if the wifi radios could be disabled/enabled with this utility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants