GithubHelp home page GithubHelp logo

Comments (6)

chunyeow avatar chunyeow commented on July 19, 2024 1

Can you confirm whether the interface allows adhoc mode on the 5GHz or not?

  • 5180 MHz [36] (17.0 dBm) (passive scanning, no IBSS)

Use "iw phyX info" to check.

from authsae.

chunyeow avatar chunyeow commented on July 19, 2024

from authsae.

interpretor avatar interpretor commented on July 19, 2024

I am already using the nohwcrypt=1 flag, it is working in the 2.4GHz Band.
The config that works:

authsae:
{
 sae:
  {
    debug = 480;
    password = "thisisreallysecret";
    group = [19, 26, 21, 25, 20];
    blacklist = 5;
    thresh = 5;
    lifetime = 3600;
  };
 meshd:
  {
    meshid = "samplemesh";
    interface = "mesh0";
    band = "11g";
    channel = 6;
    htmode = "HT20";
    mcast-rate = 12;
  };
};

The config that does NOT work:

authsae:
{
 sae:
  {
    debug = 480;
    password = "thisisreallysecret";
    group = [19, 26, 21, 25, 20];
    blacklist = 5;
    thresh = 5;
    lifetime = 3600;
  };
 meshd:
  {
    meshid = "samplemesh";
    interface = "mesh0";
    band = "11a";
    channel = 36;
    htmode = "HT20";
    mcast-rate = 12;
  };
};

With the second configuration the peers will not connect and it gives the error that I posted above:

joining mesh samplemesh on freq 5180, mode 3
nlerror, cmd 68, seq 1493191664: Invalid argument

from authsae.

chunyeow avatar chunyeow commented on July 19, 2024

RT5370 is bgn
RT5572 is abgn

So only RT5572 has 5GHz support. Confirm that this is not the issue?

from authsae.

interpretor avatar interpretor commented on July 19, 2024

I use the 5GHz mesh only on the RT5572 chipsets, so no, this can't be the issue.

from authsae.

interpretor avatar interpretor commented on July 19, 2024

Thank you very much for the hint, I just forgot to set the correct region in iw.
Looks like everything is working now.
Just wondering why the unencrypted mesh will set up with wrong region settings...

from authsae.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.