Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: radxa-os: add a Q&A for ap #610

Merged
merged 1 commit into from
Dec 20, 2024
Merged

feat: radxa-os: add a Q&A for ap #610

merged 1 commit into from
Dec 20, 2024

Conversation

CodeChenL
Copy link
Contributor

Description of changes

又因为部分网卡不支持 `WPA3`,导致只能扫描到热点但是连接失败,可通过添加以下参数关闭 `WPA3` 能力。

```
sudo nmcli connection modify {Connection name/Profile name} wifi-sec.key-mgmt wpa-psk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sudo nmcli connection modify {Connection name/Profile name} wifi-sec.key-mgmt wpa-psk
sudo nmcli connection modify <CONNECTION NAME> wifi-sec.key-mgmt wpa-psk

习惯上是尖角代表必须要有的参数。全大写更容易看出不是正常命令的一部分

Copy link
Member

@RadxaYuntian RadxaYuntian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

squash

@RadxaYuntian RadxaYuntian requested a review from a team December 11, 2024 11:48
@nascs nascs merged commit 00954ef into radxa-docs:main Dec 20, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants