common/w*: add Korean translation (#14523)

This commit is contained in:
코드싸이
2024-11-02 13:59:52 +09:00
committed by GitHub
parent 8a477df704
commit 8bcc0ead21
58 changed files with 1268 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# wpa_supplicant
> 보호된 무선 네트워크 관리.
> 더 많은 정보: <https://manned.org/wpa_supplicant.1>.
- 보호된 무선 네트워크에 연결:
`wpa_supplicant -i {{인터페이스}} -c {{경로/대상/wpa_supplicant_conf.conf}}`
- 보호된 무선 네트워크에 연결하고 데몬으로 실행:
`wpa_supplicant -B -i {{인터페이스}} -c {{경로/대상/wpa_supplicant_conf.conf}}`