윈도우10 같은 경우는
netsh wlan add filter permission=denyall networktype=infrastructure
사용해서 와이파이 목록들을 아예 안보이게 무시할수 있는데
안드로이드는 어떻게 방법이 없을까요?? 업무 특성상 특정와이파이만 보이게 하고싶은데.... 찾아봐도 방법을 모르겠네요.
netsh wlan add filter permission=denyall networktype=infrastructure
사용해서 와이파이 목록들을 아예 안보이게 무시할수 있는데
안드로이드는 어떻게 방법이 없을까요?? 업무 특성상 특정와이파이만 보이게 하고싶은데.... 찾아봐도 방법을 모르겠네요.
2개의 답변이 있습니다.
댓글 남기기
답변을 작성 하시려면 로그인이 필요합니다.
로그인 회원가입아래 링크 한번 참고 해 보세요.
원하시는게 이것인지 한번 살펴보시면 될듯...
https://android.stackexchange.com/questions/35332/disable-a-specific-wifi-network-from-automatically-connecting-to-in-android
위 링크에서 해결책으로 보이는 답변 내용입니다.
If you are a programmer, check out this site: WifiManager Documentation - disableNetwork.
The disabled network is saved in your phone, but you have to manually choose it from your WiFi list to connect to it.
If you have already rooted your phone, find
wpa_supplicant.conf
in the folder/data/misc/wifi
, find the network with the WiFi name, and add this codedisabled=1
in this particular network. I think this will solve your problem.댓글 남기기
답변을 작성 하시려면 로그인이 필요합니다.
로그인 회원가입