Bugzilla – Attachment 65524 Details for
Bug 144622
NetworkManager: WPA does not work with madwifi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
nm-scan-ssid.patch (by jg@suse.de)
nm-scan-ssid.patch (text/plain), 929 bytes, created by
Christoph Thiel
on 2006-01-27 20:59:46 UTC
(
hide
)
Description:
nm-scan-ssid.patch (by jg@suse.de)
Filename:
MIME Type:
Creator:
Christoph Thiel
Created:
2006-01-27 20:59:46 UTC
Size:
929 bytes
patch
obsolete
>Index: src/nm-device-802-11-wireless.c >=================================================================== >--- src/nm-device-802-11-wireless.c.orig >+++ src/nm-device-802-11-wireless.c >@@ -2465,7 +2465,7 @@ supplicant_send_network_config (NMDevice > > /* Tell wpa_supplicant that we'll do the scanning */ > if (!nm_utils_supplicant_request_with_check (ctrl, "OK", __func__, NULL, >- "AP_SCAN 2")) >+ "AP_SCAN 1")) > goto out; > > /* Standard network setup info */ >@@ -2491,6 +2491,12 @@ supplicant_send_network_config (NMDevice > "SET_NETWORK %i ssid %s", nwid, hex_essid)) > goto out; > >+ /* set scan_ssid to 1, needed for APs that do not broadcast their SSID */ >+ /* FIXME: is this information available? */ >+ if (!nm_utils_supplicant_request_with_check (ctrl, "OK", __func__, NULL, >+ "SET_NETWORK %i scan_ssid 1", nwid)) >+ goto out; >+ > /* Ad-Hoc ? */ > user_created = nm_ap_get_user_created (ap); > if (user_created)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 144622
: 65524 |
65525
|
65540