SharedIT | 묻고 답하기(AMP)

안드로이드 와이파이 목록 안보이게 할수있을까요?

윈도우10 같은 경우는

 netsh wlan add filter permission=denyall networktype=infrastructure 

사용해서 와이파이 목록들을 아예 안보이게 무시할수 있는데 

안드로이드는 어떻게 방법이 없을까요?? 업무 특성상 특정와이파이만 보이게 하고싶은데.... 찾아봐도 방법을 모르겠네요.



 

2개의 답변이 있습니다.

wansoo
  0 추천 | 5년 이상 전
AP, 공유기에서 SSID를 숨기기 설정해 두는게 낫지 않을까요..? 
JohnWick
  0 추천 | 5년 이상 전
개인 사용자의 안드로이드폰에서 wifi 목록을 안보이게 하고 싶다는 것인가요?

아래 링크 한번 참고 해 보세요.
원하시는게 이것인지 한번 살펴보시면 될듯...

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 code disabled=1 in this particular network. I think this will solve your problem.