-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't detect AC networks #1
Comments
Vistumbler uses native wifi mode by default, so its results may not match Scanning code is located in Vistumbler.au3. For example. in the latest As for why native wifi mode does not display "802.11ac" I think it would |
Ah right, I did find the native wifi mode after I posted the issue, but I am indeed using Windows 8.1 On 14 July 2014 14:44, acalcutt [email protected] wrote:
|
Netsh mode used to be the default mode, so that is why so much points to Based on your patch it looks like you found the cause of this problem. I -Andrew On Sun, Jul 13, 2014 at 11:14 PM, Eion Robb [email protected]
|
I compiled the native wifi patch in the beta branch, but I don't have any Can you give this beta vistumbler a try ( On Mon, Jul 14, 2014 at 7:46 AM, Andrew Calcutt [email protected]
|
Great, Now I just have to test that this still works with older versions of On Wed, Jul 16, 2014 at 2:11 AM, Eion Robb [email protected] wrote:
|
Did the change from #1 (comment) make its way in? Was the commit just not tagging this issue? |
it made its way in long ago, but this was never closed
…On Wed, Mar 10, 2021, 12:44 AM Eion Robb ***@***.***> wrote:
Did the change from #1 (comment)
<#1 (comment)>
make its way in? Was the commit just not tagging this issue?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA454GEAOJTMM2RGCDUGGY3TC4BMDANCNFSM4ARSZF4A>
.
|
Just FYI, this looks like the commit it was added in. ffb1466#diff-04ff4e5936d2dd46946ec9a3d42e8955e1239cfbd7d2e4184dd9df1ca95eb5d6 |
Hi there,
Wireless-AC networks just show up as 802.11 instead of 802.11ac which is how they show in the netsh command.
I tried looking for where the netsh command is parsed to see if it was just looking for one letter after the 802.11, but couldn't see where that code lives.
The text was updated successfully, but these errors were encountered: