Added VintageNetWiFi.network_configured?/1 helper function for checking
whether a WiFi connection to another computer is possible or just scanning
for access points.
Added VintageNetWiFi.qr_string/3 to create QR Code-encodable strings for
easily sharing network credentials.
Added experimental VintageNetWiFi.capabilities/1 to query WiFi driver and
wpa_supplicant capabilities. This can be used to check WPA3 compatibility,
support for 5 GHz channels and more. It's experimental since the information
is currently very raw.
Added VintageNetWiFi.network_configured?/1 helper function for checking
whether a WiFi connection to another computer is possible or just scanning
for access points.
Added VintageNetWiFi.qr_string/3 to create QR Code-encodable strings for
easily sharing network credentials.
Added experimental VintageNetWiFi.capabilities/1 to query WiFi driver and
wpa_supplicant capabilities. This can be used to check WPA3 compatibility,
support for 5 GHz channels and more. It's experimental since the information
is currently very raw.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps vintage_net_wifi from 0.12.3 to 0.12.4.
Release notes
Sourced from vintage_net_wifi's releases.
Changelog
Sourced from vintage_net_wifi's changelog.
Commits
d68513f
v0.12.4 releasea41c705
More QR code string updates to better match spec4e2d530
Add helper for QR codesb156ca2
Add helper for querying wpa_supplicant and driver capabilities6a6e392
Add support for sending wpa_supplicant commands53cc4f2
Rename configured?/1 to network_configured?/1a7bbb73
Add configured?/1c7789eb
Add WPA3 buildroot option to README; minor fixesc5c8b75
Bump all dependencies to latesta427438
Bump elixir_make from 0.7.8 to 0.8.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show