mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 14:22:33 +00:00
net-esp-hosted: set wpa3_supported=true.
I've noticed wpa3 still works without this flag, so I'm not sure what this does tbh...
This commit is contained in:
parent
a406a01459
commit
60f93b42e2
@ -120,7 +120,7 @@ impl<'a> Control<'a> {
|
|||||||
pwd: unwrap!(String::try_from(password)),
|
pwd: unwrap!(String::try_from(password)),
|
||||||
bssid: String::new(),
|
bssid: String::new(),
|
||||||
listen_interval: 3,
|
listen_interval: 3,
|
||||||
is_wpa3_supported: false,
|
is_wpa3_supported: true,
|
||||||
};
|
};
|
||||||
ioctl!(self, ReqConnectAp, RespConnectAp, req, resp);
|
ioctl!(self, ReqConnectAp, RespConnectAp, req, resp);
|
||||||
self.state_ch.set_link_state(LinkState::Up);
|
self.state_ch.set_link_state(LinkState::Up);
|
||||||
|
Loading…
Reference in New Issue
Block a user