[Bug 211519] iwm WiFi driver can't connect to hidden SSID

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 2 03:01:48 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211519

            Bug ID: 211519
           Summary: iwm WiFi driver can't connect to hidden SSID
           Product: Base System
           Version: 11.0-BETA2
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: wireless
          Assignee: freebsd-wireless at FreeBSD.org
          Reporter: awesomevito at live.com
                CC: freebsd-amd64 at FreeBSD.org
                CC: freebsd-amd64 at FreeBSD.org

the iwm WIFI driver works fine with normal WIFI (SSID visible), but "no
suitable network found" when it comes to hidden SSID.

here is the wpa config:

--------------/etc/wpa_supplicant.conf------------------

ctrl_interface=/var/run/wpa_supplicant
passive_scan=1
ap_scan=1
update_config=1

network={
  mode=0
  scan_ssid=1
  bssid=xx:xx:xx:xx:xx:xx
  proto=WPA2
  key_mgmt=WPA-PSK
  pairwise=CCMP
  group=CCMP
  ssid="myssid"
  psk="mypwd"
}

-----------------/etc/rc.conf---------------------------

hostname="MY-HOST"

wlans_iwm0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
wpa_supplicant_enable="YES"

sshd_enable="YES"
powerd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"

dbus_enable="YES"
autofs_enable="YES"

----------------------uname -a------------------

FreeBSD VITO-NUC 11.0-BETA2 FreeBSD 11.0-BETA2 #0 r303168: Fri Jul 22 02:23:56
UTC 2016     root at releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

-------------------ifconfig | grep -B3 -i wireless------------------

inet6 fe80::3613:e8ff:fe39:9d42%wlan0 prefixlen 64 scopeid 0x3 
inet 192.168.200.154 netmask 0xffffff00 broadcast 192.168.200.255 
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
media: IEEE 802.11 Wireless Ethernet OFDM/48Mbps mode 11g


Tell me if I should provide more information.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list