From owner-freebsd-amd64@freebsd.org Tue Aug 2 03:01:48 2016 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B86CBABB89 for ; Tue, 2 Aug 2016 03:01:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 733491E66 for ; Tue, 2 Aug 2016 03:01:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u7231mTH088528 for ; Tue, 2 Aug 2016 03:01:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 211519] iwm WiFi driver can't connect to hidden SSID Date: Tue, 02 Aug 2016 03:01:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: awesomevito@live.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 02 Aug 2016 03:38:35 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 03:01:48 -0000 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 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.=