Björn Quentin
Björn Quentin
> @bjoernQ Now that we support WPA enterprise (which IIRC forced us to pull in the crypto libs), is this more feasible to fix? Not yet unfortunately - we have...
> Is non-open softap planned to be added by May? I'm not putting pressure on anyone, I only want to know if it will be added. We want to support...
Thanks for the suggestion! I think we could allow to degrade from ApSta to either Ap or Sta but we cannot allow going from Ap to Sta, Sta to Ap...
I have some ideas what I would want to do if I had time 😄 - will try to write them down here (Spoiler: would result in a totally different...
> Ideally, we should have two embassy_net::Driver instances - one - for AP and another - for STA which always exist. Switching the wifi driver from "ap" to "sta" enables...
I promised to write down my ideas here but to avoid writing non-sense I did a reality check in #3027 The idea is - network devices / interfaces are independent...
Thanks for taking time to look into this and for the feedback! Seems like this goes into a similar direction as Daniel's feedback and I agree `take().unwrap()` is also not...
> Currently if I try disable WiFi at runtime (using `WifiController::set_configuration(None)`) it fails with `InternalError(EspErrInvalidArg)`. True - we currently (and did so before) actively disallow `None`. I don't think we...
> I suppose this can be closed now? Thanks for the reminder
I agree this is done. I wonder if we should have `#![feature(doc_auto_cfg)]` - the downside is that we have a lot of cfgs for chip-specific things so we end up...