|
Bugzilla – Full Text Bug Listing |
| Summary: | iwscan on Prism2 PC-Card does not show hidden cells | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Timo Hoenig <thoenig> |
| Component: | Network | Assignee: | Joachim Gleissner <joachim.gleissner> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Timo Hoenig
2006-02-06 11:24:23 UTC
Seems to be hardware-specific. It is a Prism2 PC-Card (Linksys, Instant Wireless Network PC Card) using hostap as driver. Some debug info: - pccarcctl eject & insert: iwlist doesn't show anything - once NM is running: iwlist shows broadcasting networks (due to a scan issued by NM?). All hidden cells are _not_ shown. - once I've connected to _one_ hidden network manually: iwlist shows _all_ hidden cells Joe, does this ring a bell for you? Driver issue? > - pccarcctl eject & insert: iwlist doesn't show anything Probably due to the interface being down. > - once NM is running: iwlist shows broadcasting networks (due to a scan issued by NM?). All hidden cells are _not_ shown. > - once I've connected to _one_ hidden network manually: iwlist shows _all_ hidden cells Yes, I can reproduce this. But it doesn't suffice to connect to a hidden wlan to get the list of hidden APs. You need to use wpa_supplicant to get that effect. I think it is caused by a different kind of scanning wpa_supplicant performs compared to iwlist. However, is it important for NetworkManager to get that list? I guess NetworkManager uses it to detect already known hidden WLANs? Comment #2: Correct. NM takes the list of non-broadcast AP's and finds BSSID's that the user has connected to in the past. It then shows them in the scan list. It seems using the orinoco driver it's even worse, it does never show hidden cells, regardless whether it is associated to a hidden one or not. I'm still investigating that, but it may be possible that this is an firmware issue and can't be fixed in the driver. Assigning to the one who knows :-) Changing severity to normal. I seems the Prism2 firmware does behave like that. I tried also a newer firmware version, but it does not help either. I fear we have to live with it. |