GithubHelp home page GithubHelp logo

t2 ap about t2-cli HOT 9 CLOSED

tessel avatar tessel commented on August 11, 2024
t2 ap

from t2-cli.

Comments (9)

Frijol avatar Frijol commented on August 11, 2024

What is an entry point for this issue/relevant docs? @kevinmehall probably

from t2-cli.

kevinmehall avatar kevinmehall commented on August 11, 2024

Things to look at are http://wiki.openwrt.org/doc/uci/wireless + the existing code for t2 wifi. It will need to add a second wifi-iface and configure it.

from t2-cli.

Frijol avatar Frijol commented on August 11, 2024

Thanks!

from t2-cli.

HipsterBrown avatar HipsterBrown commented on August 11, 2024

I was looking into doing this before seeing this issue. Looks pretty straightforward. I know the default settings are available here: https://github.com/tessel/openwrt-tessel/blob/6a4021b1ff100d9bdd2200d7d14f4cea5c86312f/files/etc/config/wireless

@kevinmehall Are there two wifi-devices? Or a different mode we can set to support a station and ap?

from t2-cli.

johnnyman727 avatar johnnyman727 commented on August 11, 2024

👏 go get 'em @HipsterBrown!

from t2-cli.

johnnyman727 avatar johnnyman727 commented on August 11, 2024

And to answer your other question, we can set up multiple wifi-devices.

from t2-cli.

HipsterBrown avatar HipsterBrown commented on August 11, 2024

@johnnyman727 I'm a bit stumped about setting up another wifi-device and wifi-iface after looking through this doc and this setup page.

According to the former link:

mac80211 STA mode supported on trunk. STA and AP at the same time is not yet supported(r22989).

Which has me wondering if we can change the mode of the radio0 wifi-device OR can we register another wifi-device called radio1 to setup as an access point? Maybe I need to just try some stuff out and see what works.

from t2-cli.

kevinmehall avatar kevinmehall commented on August 11, 2024

You can create multiple wifi-ifaces on the same wifi-device, but you can't create a new wifi-device, because that represents a hardware PHY.

That doc is outdated -- the commit referenced is from 2010. I've done it on T2 just by adding another wifi-iface block and putting it in the right firewall zone. The only limitation is that all the networks joined or created have to be on the same channel.

from t2-cli.

HipsterBrown avatar HipsterBrown commented on August 11, 2024

putting it in the right firewall zone

Could you clarify this a bit more? Is this something set in the wifi-iface or the wifi-device config?

If a password is given but no security option, what should we set as the default security?

from t2-cli.

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.