브로드캐스팅을 켜도 내 WLAN 연결이 숨겨집니다

브로드캐스팅을 켜도 내 WLAN 연결이 숨겨집니다

UMTS 라우터가 있습니다. 라우터 설정에서 브로드캐스팅이 켜져 있습니다. 그러나 어떤 이유로 WLAN 연결이 끊어지면 네트워크 관리자 그놈에 표시되지 않습니다. 내 시스템에서 IPV6이 비활성화되었습니다. lspci -nnk | grep -i ath -A2프로그램

03:00.0 Network controller [0280]: Qualcomm Atheros AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01)
Subsystem: Quanta Microsystems, Inc EM306 802.11bgn Wireless Half-size Mini PCIe Card [AR9283] [1a32:0306]
Kernel driver in use: ath9k

ath9k다음 옵션이 로드됩니다.

$ cat /etc/modprobe.d/ath9k.conf
options ath9k ps_enable=1
options ath9k nohwcrypt=1

연결을 끊은 후 iw wlan0 scan | grep -i ssid연결이 표시되지 않습니다. 다른 사람에게는 표시되지만 내 것은 표시되지 않습니다. nmcli 를 통해 연결할 수 있습니다 nmcli c up id xxxx. 연결 정보는 다음과 같습니다.

$ cat /etc/NetworkManager/system-connections/Digiworld 
[connection]
id=xxxx
uuid=cf380e60-ae56-405e-ba6c-82913b308d14
type=wifi
timestamp=1495540683

[wifi]
ssid=xxx
mode=infrastructure
mac-address=20:7C:8F:01:A1:61
seen-bssids=3C:46:D8:49:22:D3;
security=802-11-wireless-security

[wifi-security]
key-mgmt=wpa-psk
psk-flags=1

[ipv4]
method=auto

[ipv6]
method=ignore
ip6-privacy=0

관련 정보