본문 바로가기

개발자 레니는 지금 -/하드웨어와 함께

[ ARTIK 5/7/10 ] Wi-Fi AP 모드 종료하기 on Linux



# Wi-Fi Access Poin Off ( AP Off )

# APRIK 5/7/10


# 기본적으로 ARTIK과 컴퓨트를 연결 하고 난 뒤라고 생각하고 설명합니다.

제가 사용하는 ARTIK은 Fedora가 아닌 Ubuntu 입니다.






Turning off Access Point


You can use the script like the one below to disable the access point. Omit the modprobe lines for APTIK 530.

: 아래의 명령어로 AP 모드 사용을 중지 할 수 있습니다. ARTIK 530의 경의 modprobe 로 시작하는 명령어는 생략하세요.


systemctl stop hostapd
systemctl stop dnsmasq
modprobe -r dhd ( omit for ARITK 530 )
modprobe dhd op_mode=0  ( omit for ARITK 530 )
ifconfig wlan0 up


if [ -f "/usr/lib/systemd/system/wpa_supplicant.service" ]; then

systemctl restart wpa_supplicant

fi








  더 알아보기


# AP모드사용하기


 참조내용


1.  ARTIK Modules | developers