Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160791 Details for
Bug 249156
Unable to connect with ipw4965 device
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch (should at least be reviewed)
NetworkManager-0.6.5-fix-hidden.patch (text/plain), 1.43 KB, created by
Thomas M Steenholdt
on 2007-08-07 02:36:27 UTC
(
hide
)
Description:
proposed patch (should at least be reviewed)
Filename:
MIME Type:
Creator:
Thomas M Steenholdt
Created:
2007-08-07 02:36:27 UTC
Size:
1.43 KB
patch
obsolete
>--- NetworkManager-0.6.5/src/nm-device-802-11-wireless.c.fix-hidden 2007-06-07 13:22:21.000000000 -0200 >+++ NetworkManager-0.6.5/src/nm-device-802-11-wireless.c 2007-08-07 00:14:29.000000000 -0200 >@@ -2838,13 +2838,19 @@ > || (caps & NM_802_11_CAP_PROTO_WPA2); > > /* Use "AP_SCAN 2" if: >- * - The wireless network is non-broadcast or Ad-Hoc >+ * - The wireless network is Ad-Hoc > * - The wireless driver does not support WPA (stupid drivers...) > */ > is_adhoc = (nm_ap_get_mode(ap) == IW_MODE_ADHOC); >- if (!nm_ap_get_broadcast (ap) || is_adhoc || !supports_wpa) >+ if (is_adhoc || !supports_wpa) > ap_scan = "AP_SCAN 2"; > >+ /* Use "AP_SCAN 1" if: >+ * - The wireless network is non-broadcast >+ */ >+ if (!nm_ap_get_broadcast (ap)) >+ ap_scan = "AP_SCAN 1"; >+ > /* Tell wpa_supplicant that we'll do the scanning */ > if (!nm_utils_supplicant_request_with_check (ctrl, "OK", __func__, NULL, ap_scan)) > goto out; >@@ -2877,6 +2883,14 @@ > */ > if (!nm_ap_get_broadcast (ap) && !is_adhoc) > { >+ /* >+ * since using "AP_SCAN 1" for hidden networks, wpa_supplicant >+ * does not seem to bring the essid to the device anymore... >+ * perhaps this is a wpa_supplicant/wext/driver issue or perhaps this >+ * is simply how it is. We set the ESSID here for now. >+ */ >+ nm_device_802_11_wireless_set_essid(self, essid); >+ > if (!nm_utils_supplicant_request_with_check (ctrl, "OK", __func__, NULL, > "SET_NETWORK %i scan_ssid 1", nwid)) > goto out;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249156
: 160791