From owner-freebsd-wireless@freebsd.org Mon Mar 11 05:40:33 2019 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E49091530CE2 for ; Mon, 11 Mar 2019 05:40:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 72DFB830C0 for ; Mon, 11 Mar 2019 05:40:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2CB131530CD7; Mon, 11 Mar 2019 05:40:32 +0000 (UTC) Delivered-To: wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A5D61530CD5 for ; Mon, 11 Mar 2019 05:40:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C226830BA for ; Mon, 11 Mar 2019 05:40:31 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D57E825285 for ; Mon, 11 Mar 2019 05:40:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x2B5eULN085678 for ; Mon, 11 Mar 2019 05:40:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x2B5eU2p085674 for wireless@FreeBSD.org; Mon, 11 Mar 2019 05:40:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: wireless@FreeBSD.org Subject: [Bug 236235] iwm: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] not scanning Date: Mon, 11 Mar 2019 05:40:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: xistence@0x58.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wireless@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2019 05:40:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236235 --- Comment #9 from Bert JW Regeer --- \o/ With that latest patch: iwm0: mem 0xba100000-0xba101fff irq 2= 5 at device 0.0 on pci5 iwm0: hw rev 0x220, fw ver 22.361476.0, address 18:56:80:78:82:78 wlan0: Ethernet address: 18:56:80:78:82:78 wlan0: link state changed to UP ifconfig wlan0 list channel Channel 1 : 2412 MHz 11g Channel 11 : 2462 MHz 11g Channel 2 : 2417 MHz 11g Channel 36 : 5180 MHz 11a Channel 3 : 2422 MHz 11g Channel 40 : 5200 MHz 11a Channel 4 : 2427 MHz 11g Channel 44 : 5220 MHz 11a Channel 5 : 2432 MHz 11g Channel 48 : 5240 MHz 11a Channel 6 : 2437 MHz 11g Channel 149 : 5745 MHz 11a Channel 7 : 2442 MHz 11g Channel 153 : 5765 MHz 11a Channel 8 : 2447 MHz 11g Channel 157 : 5785 MHz 11a Channel 9 : 2452 MHz 11g Channel 161 : 5805 MHz 11a Channel 10 : 2457 MHz 11g Channel 165 : 5825* MHz 11a Although I am surprised they are all listed as 11g only, and no 11n. Also, = it's missing all of the DFS channels, but I am guessing that is as expected. root@vmbeast:/usr/obj/usr/src/amd64.amd64/sys/GENERIC/modules/usr/src/sys/m= odules/iwm # ifconfig wlan0 scan SSID/MESH ID BSSID CHAN RATE S:N I= NT CAPS Smash 50:c7:bf:76:00:c4 1 54M -153:-96 1= 00 EPS HTCAP RSN WME ATH NETGEAR70 a0:04:60:2d:fe:ea 1 54M -71:-96 = 31 EPS RSN BSSLOAD HTCAP WPS WME jevyak 10:5f:06:21:81:b5 1 54M -74:-96 1= 00 EP RSN BSSLOAD HTCAP WPS WPA WME NETGEAR73 a0:04:60:32:7f:0e 1 54M -75:-96 = 31 EPS RSN BSSLOAD HTCAP WPS WME 0x00000000000000000000 b0:a7:37:bc:c3:83 6 54M -67:-96 1= 00 EP RSN HTCAP WME WPS SNL0911 b0:93:5b:1e:c7:47 6 54M -73:-96 1= 00 EPS HTCAP WME ATH WPS WPA RSN f2:93:5b:1e:c7:47 6 54M -74:-96 1= 00 EPS HTCAP WME ATH WPA RSN xfinitywifi 2a:9c:27:ea:c9:0c 6 54M -67:-96 1= 00 ES HTCAP WME ATH HP-Print-FF-Officejet 4630 f0:92:1c:d9:c5:ff 6 54M -69:-96 1= 00 EPS RSN WME NETGEAR17 a0:04:60:e3:0a:56 6 54M -75:-96 = 31 EPS RSN HTCAP WPS WME Minty40 18:9c:27:ea:c9:0c 6 54M -67:-96 1= 00 EPS HTCAP WME ATH WPS RSN BusyGiraffe 8c:59:73:e2:5b:cd 6 54M -76:-96 1= 00 EP RSN BSSLOAD HTCAP WPS WPA WME 9e:ad:43:eb:7c:b8 11 54M -71:-96 1= 00 EPS HTCAP WME ATH WPA RSN 32:86:8c:de:e9:f2 11 54M -66:-96 2= 00 EPS HTCAP WME ATH WPA RSN NOVOSIB 88:b4:a6:f9:c9:2e 11 54M -62:-96 1= 00 EP RSN BSSLOAD HTCAP WPS WME Machome1-guest c2:56:27:16:a1:7b 11 54M -67:-96 1= 00 ES HTCAP VHTCAP VHTOPMODE WME ATH SkyNet c8:54:4b:1c:63:e0 11 54M -67:-96 1= 00 EP RSN BSSLOAD HTCAP WPS WPA WME 8e:ad:43:eb:7c:b8 11 54M -69:-96 1= 00 EPS HTCAP WME ATH WPA RSN xfinitywifi dc:eb:69:de:52:a4 36 54M -77:-96 2= 00 E VHTPWRENV HTCAP WME VHTCAP VHTOPMODE 0x0000000000000000000 7a:e1:03:0d:2b:3a 36 54M -88:-96 1= 00 EP RSN HTCAP VHTCAP VHTOPMODE VHTPWRENV WPS WME NOVOSIB-5G 88:b4:a6:f9:c9:2f 36 54M -77:-96 1= 00 EP RSN BSSLOAD HTCAP VHTCAP VHTOPMODE VHTPWRENV WPS WME dc:eb:69:de:52:a5 36 54M -77:-96 2= 00 EP VHTPWRENV HTCAP WME RSN VHTCAP VHTOPMODE Machome2_5GHz c0:56:27:16:a1:7c 36 54M -86:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH RSN WPA WPS Smashing 50:c7:bf:76:00:c5 36 54M -43:-96 1= 00 EP HTCAP RSN VHTCAP VHTOPMODE WME ATH d2:93:5b:1e:c7:48 40 54M -89:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN f2:93:5b:1e:c7:48 40 54M -88:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN c4:ea:1d:cc:6e:de 44 54M -60:-96 1= 00 EP HTCAP WME RSN WPA VHTCAP VHTOPMODE WPS xfinitywifi 2a:9c:27:ea:c9:0d 44 54M -77:-96 1= 00 E HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH CenturyLink7671-5G c4:ea:1d:cc:6e:df 44 54M -60:-96 1= 00 EP HTCAP WME RSN WPA VHTCAP VHTOPMODE WPS 3a:9c:27:ea:c9:0d 44 54M -77:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN d2:93:5b:14:a2:ea 44 54M -78:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN c4:ea:1d:9f:13:48 44 54M -72:-96 1= 00 EP HTCAP WME RSN WPA VHTCAP VHTOPMODE WPS CenturyLink4212-5G c4:ea:1d:9f:13:49 44 54M -72:-96 1= 00 EP HTCAP WME RSN VHTCAP VHTOPMODE WPS XFINITY e2:93:5b:14:a2:ea 44 54M -78:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH RSN 5a:9c:27:ea:c9:0d 44 54M -77:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN Minty40 18:9c:27:ea:c9:0d 44 54M -76:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPS RSN f2:93:5b:14:a2:ea 44 54M -78:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN xfinitywifi 8e:ad:43:eb:7c:c0 48 54M -72:-96 1= 00 E HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH 92:ad:43:eb:7c:c0 48 54M -72:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN XFINITY 96:ad:43:eb:7c:c0 48 54M -72:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH RSN 9a:ad:43:eb:7c:c0 48 54M -72:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN Yourmomshouse 88:ad:43:eb:7c:c0 48 54M -72:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPS RSN CenturyLink4212 c4:ea:1d:9f:13:43 9 54M -76:-96 1= 00 EP RSN HTCAP WPS WME CloudAccess2 2c:fd:a1:35:bb:00 10 54M -59:-96 1= 00 EP RSN BSSLOAD HTCAP WPS WME CloudAccessG 2c:fd:a1:35:bb:01 10 54M -60:-96 1= 00 EP RSN BSSLOAD HTCAP WME CloudAccess2h 2c:fd:a1:35:bb:02 10 54M -59:-96 1= 00 EP RSN BSSLOAD HTCAP WME Joannjacobs 10:86:8c:c4:7e:a6 149 54M -79:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPS RSN CloudAccess5 2c:fd:a1:35:bb:04 149 54M -69:-96 1= 00 EP RSN BSSLOAD HTCAP VHTCAP VHTOPMODE VHTPWRENV WPS WME YeetusThyFeet-guest 3a:8b:59:c7:ce:38 149 54M -84:-96 1= 00 EPS RSN HTCAP VHTCAP VHTOPMODE WME xfinitywifi 22:86:8c:c4:7e:a6 149 54M -79:-96 1= 00 E HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH Foulk Wifi 5 74:44:01:47:fb:44 149 54M -83:-96 1= 00 EP RSN HTCAP WPS WME 32:86:8c:c4:7e:a6 149 54M -78:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN Werms_Mesh 30:fd:38:ee:0b:38 149 54M -88:-96 1= 00 EP RSN HTCAP VHTCAP VHTOPMODE WME XFINITY 42:86:8c:c4:7e:a6 149 54M -79:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH RSN YeetusThyFeet 38:8b:59:c7:ce:3b 149 54M -84:-96 1= 00 EPS RSN HTCAP VHTCAP VHTOPMODE WME 52:86:8c:c4:7e:a6 149 54M -79:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN SkyNet-5G c8:54:4b:1c:63:e1 153 54M -79:-96 1= 00 EP RSN BSSLOAD HTCAP VHTCAP VHTOPMODE VHTPWRENV WPS WPA WME 3e:51:a4:4a:60:49 157 54M -85:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN xfinitywifi 22:86:8c:de:e9:f7 157 54M -72:-96 2= 00 E HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH Maleficent 5.0ghz fc:51:a4:4a:60:49 157 54M -86:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPS RSN xfinitywifi 0e:51:a4:4a:60:49 157 54M -85:-96 1= 00 E HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH 32:86:8c:de:e9:f7 157 54M -72:-96 2= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN 1e:51:a4:4a:60:49 157 54M -85:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN CenturyLink5609_5G 8c:59:73:e2:5b:ce 157 54M -78:-96 1= 00 EP RSN BSSLOAD HTCAP VHTCAP VHTOPMODE VHTPWRENV WPS WPA WME XFINITY 2e:51:a4:4a:60:49 157 54M -86:-96 1= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH RSN XFINITY 42:86:8c:de:e9:f7 157 54M -72:-96 2= 00 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH RSN fa:8f:ca:8c:e2:bb 1 54M -72:-96 1= 00 ES HTCAP WME xfinitywifi 7c:9a:54:e8:41:b8 1 54M -75:-96 2= 00 ES HTCAP WME HOME-EFA2 00:1d:d4:82:ef:a0 6 54M -74:-96 1= 00 EP WPS HTCAP WPA RSN WME BSSLOAD 3a:9c:27:ea:c9:0c 6 54M -67:-96 1= 00 EPS HTCAP WME ATH WPA RSN 5a:9c:27:ea:c9:0c 6 54M -66:-96 1= 00 EPS HTCAP WME ATH WPA RSN NerdCentral dc:eb:69:de:52:9a 6 54M -66:-96 2= 00 EPS BSSLOAD HTCAP WME RSN WPS xfinitywifi dc:eb:69:de:52:9c 6 54M -66:-96 2= 00 ES HTCAP WME dc:eb:69:de:52:9b 6 54M -67:-96 2= 00 EPS HTCAP WME RSN dc:eb:69:de:52:9f 6 54M -66:-96 2= 00 EPS HTCAP WME RSN WPA dc:eb:69:de:52:9d 6 54M -66:-96 2= 00 EPS HTCAP WME RSN 96:ad:43:eb:7c:b8 11 54M -73:-96 1= 00 EPS HTCAP WME ATH WPA RSN CenturyLink7671 c4:ea:1d:cc:6e:d9 11 54M -61:-96 1= 00 EP RSN HTCAP WPS WPA WME Machome1 c0:56:27:16:a1:7b 11 54M -67:-96 1= 00 EPS HTCAP VHTCAP VHTOPMODE WME ATH RSN WPA WPS YeetusThyFeet 38:8b:59:c7:ce:3f 11 54M -71:-96 1= 00 EPS RSN HTCAP WME YeetusThyFeet-guest 3a:8b:59:c7:6e:40 11 54M -76:-96 1= 00 EPS RSN HTCAP WME xfinitywifi 92:ad:43:eb:7c:b8 11 54M -76:-96 1= 00 ES HTCAP WME ATH Yourmomshouse 88:ad:43:eb:7c:b8 11 54M -68:-96 1= 00 EPS HTCAP WME ATH WPS RSN xfinitywifi 22:86:8c:de:e9:f2 11 54M -65:-96 2= 00 ES HTCAP WME ATH YeetusThyFeet-guest 3a:8b:59:c7:ce:3c 11 54M -71:-96 1= 00 EPS RSN HTCAP WME 00111668 3a:8b:59:c7:ce:39 149 54M -84:-96 10= 00 P RSN HTCAP MESHCONF VHTCAP VHTOPMODE Is that patch up on review.freebsd.org? I'd be happy to mark it as tested o= n my device. Bert --=20 You are receiving this mail because: You are the assignee for the bug.=