답변:
command
netsh wlan show profiles
through command prompt는 컴퓨터가 연결할 수있는 당시에 사용 가능한 모든 Wi-Fi의 목록을 보여줍니다.
위의 명령은 프로파일 이있는 연결 만 보여줍니다 .
이전에 연결했고 구성을 저장 한 연결입니다.
항상 현재 연결을 표시합니다 (무선을 사용하는 경우).
현재 위치에서 이러한 연결을 사용하지 못할 수 있습니다.
사용 가능한 모든 연결 을 나열하려면 다른 netsh
명령 을 사용해야합니다 .
netsh wlan show networks
출력 예 (이름이 가려 짐) :
f:\test>netsh wlan show networks
Interface name : Wireless Network Connection
There are 22 networks currently visible.
SSID 1 : SKYXXXXX
Network type : Infrastructure
Authentication : WPA2-Personal
Encryption : CCMP
SSID 2 : SKYXXXXX
Network type : Infrastructure
Authentication : WPA2-Personal
Encryption : CCMP
SSID 3 : XXXXX
Network type : Infrastructure
Authentication : WPA2-Personal
Encryption : CCMP
SSID 4 : BTOpenzoneXXX
Network type : Infrastructure
Authentication : Open
Encryption : None
...
네트워크 표시
컴퓨터에서 볼 수있는 무선 네트워크 목록을 표시합니다.
통사론
show networks [[interface=]InterfaceName] [[mode=]{ssid|bssid}]
...
프로필 표시
컴퓨터에 구성된 무선 프로파일 목록을 표시합니다.
통사론
show profiles [[name=]ProfileName] [[interface=]InterfaceName] [[key=clear]
소스 - 무선 로컬 영역 네트워크에 대한 netsh 명령 (WLAN)
cygwin
있습니까?