Bug 267261
| Summary: | SSID parameter empty on probe of hidden network | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Russell Harrison <fedora> |
| Component: | NetworkManager | Assignee: | Dan Williams <dcbw> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7 | CC: | dcbw |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-10 23:37:00 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Russell Harrison
2007-08-30 14:36:06 UTC
This is somewhat intricate, there are a few parts. First, NetworkManager. NM will tell wpa_supplicant to use the "scan_ssid=1" option when the network is hidden (or at least it should). NM doesn't do anything with probe requests at all, it defers it to wpa_supplicant. Second, wpa_supplicant. If given the "scan_ssid=1" option for a network, it _should_ tell the driver to generate a specific SSID probe request during the scans. Third, the driver. The driver has to respect the specific SSID probe request given to it by wpa_supplicant. Not many drivers do... So it's possible that the bug is in any one of these 3 places. We'd need to see from /var/log/messages what NM thinks its doing, and then possibly update your copy of wpa_supplicant with one that logs output to a file. Either that, or turn on debugging in the driver. What driver are you using? What kernel version? Can you attach the output of lspci? thanks... I've submitted an upstream kernel patch that Linville has been backporting to the Fedora 2.6.23 kernels that allows NM to make an intelligent decision whether or not to use ap_scan=1 or ap_scan=2. I've updated NetworkManager to pass the correct ap_scan value when the driver supports scanning specific SSIDs. *** This bug has been marked as a duplicate of 373841 *** |