Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Aug 2016 03:01:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 211519] iwm WiFi driver can't connect to hidden SSID
Message-ID:  <bug-211519-6@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211519

            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@FreeBSD.org
          Reporter: awesomevito@live.com
                CC: freebsd-amd64@FreeBSD.org
                CC: freebsd-amd64@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=3D/var/run/wpa_supplicant
passive_scan=3D1
ap_scan=3D1
update_config=3D1

network=3D{
  mode=3D0
  scan_ssid=3D1
  bssid=3Dxx:xx:xx:xx:xx:xx
  proto=3DWPA2
  key_mgmt=3DWPA-PSK
  pairwise=3DCCMP
  group=3DCCMP
  ssid=3D"myssid"
  psk=3D"mypwd"
}

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

hostname=3D"MY-HOST"

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

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

dbus_enable=3D"YES"
autofs_enable=3D"YES"

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

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

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

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


Tell me if I should provide more information.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211519-6>