1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/hostapd.md

13 lines
325 B
Markdown
Raw Normal View History

# hostapd
> 무선 인터페이스를 사용하여 액세스 포인트를 시작.
> 더 많은 정보: <https://w1.fi/hostapd/>.
- 액세스 포인트 시작:
`sudo hostapd {{경로/대상/hostapd.conf}}`
- 백그라운드로 분기하여, 액세스 포인트를 시작:
`sudo hostapd -B {{경로/대상/hostapd.conf}}`