nmcli device wifi list only sees open networks
Running a scan with
nmcli device wifi list
is only showing me entries for routers that do not use any WEP/WPA encryption. I can see about 30 different routers from my phone's wifi scan. The only one that shows through nmcli
has no WEP/WPA security. Is there any reason why this would happen?
networking wireless network-manager nmcli
add a comment |
Running a scan with
nmcli device wifi list
is only showing me entries for routers that do not use any WEP/WPA encryption. I can see about 30 different routers from my phone's wifi scan. The only one that shows through nmcli
has no WEP/WPA security. Is there any reason why this would happen?
networking wireless network-manager nmcli
1
Do you see more access points if you runnmcli dev wifi rescan
first?
– steeldriver
Sep 28 '18 at 0:00
add a comment |
Running a scan with
nmcli device wifi list
is only showing me entries for routers that do not use any WEP/WPA encryption. I can see about 30 different routers from my phone's wifi scan. The only one that shows through nmcli
has no WEP/WPA security. Is there any reason why this would happen?
networking wireless network-manager nmcli
Running a scan with
nmcli device wifi list
is only showing me entries for routers that do not use any WEP/WPA encryption. I can see about 30 different routers from my phone's wifi scan. The only one that shows through nmcli
has no WEP/WPA security. Is there any reason why this would happen?
networking wireless network-manager nmcli
networking wireless network-manager nmcli
edited Feb 13 at 2:00
Pablo Bianchi
2,96021535
2,96021535
asked Sep 27 '18 at 23:41
pcdangiopcdangio
11
11
1
Do you see more access points if you runnmcli dev wifi rescan
first?
– steeldriver
Sep 28 '18 at 0:00
add a comment |
1
Do you see more access points if you runnmcli dev wifi rescan
first?
– steeldriver
Sep 28 '18 at 0:00
1
1
Do you see more access points if you run
nmcli dev wifi rescan
first?– steeldriver
Sep 28 '18 at 0:00
Do you see more access points if you run
nmcli dev wifi rescan
first?– steeldriver
Sep 28 '18 at 0:00
add a comment |
1 Answer
1
active
oldest
votes
As it turns out, if you are already connected to a router via ethernet when you do the wifi scan, the scan will only return the SSID of the router you are connected to via ethernet. It ignores all other SSIDs.
Interestingly, I used a second router as a bridge to a primary router. When connected to the second router via ethernet, nmcli dev wifi list returned the SSID of both the primary router and the bridging router.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1079077%2fnmcli-device-wifi-list-only-sees-open-networks%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As it turns out, if you are already connected to a router via ethernet when you do the wifi scan, the scan will only return the SSID of the router you are connected to via ethernet. It ignores all other SSIDs.
Interestingly, I used a second router as a bridge to a primary router. When connected to the second router via ethernet, nmcli dev wifi list returned the SSID of both the primary router and the bridging router.
add a comment |
As it turns out, if you are already connected to a router via ethernet when you do the wifi scan, the scan will only return the SSID of the router you are connected to via ethernet. It ignores all other SSIDs.
Interestingly, I used a second router as a bridge to a primary router. When connected to the second router via ethernet, nmcli dev wifi list returned the SSID of both the primary router and the bridging router.
add a comment |
As it turns out, if you are already connected to a router via ethernet when you do the wifi scan, the scan will only return the SSID of the router you are connected to via ethernet. It ignores all other SSIDs.
Interestingly, I used a second router as a bridge to a primary router. When connected to the second router via ethernet, nmcli dev wifi list returned the SSID of both the primary router and the bridging router.
As it turns out, if you are already connected to a router via ethernet when you do the wifi scan, the scan will only return the SSID of the router you are connected to via ethernet. It ignores all other SSIDs.
Interestingly, I used a second router as a bridge to a primary router. When connected to the second router via ethernet, nmcli dev wifi list returned the SSID of both the primary router and the bridging router.
answered Sep 28 '18 at 20:43
pcdangiopcdangio
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1079077%2fnmcli-device-wifi-list-only-sees-open-networks%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Do you see more access points if you run
nmcli dev wifi rescan
first?– steeldriver
Sep 28 '18 at 0:00