Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119660 Details for
Bug 179061
wpa_supplicant-0.5.7 and ndiswrapper-1.44 does not work well with hidden essid
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ndiswrapper-1.44-scanessid.patch
ndiswrapper-1.44-scanessid.patch (text/plain), 597 bytes, created by
Stian Skjelstad
on 2007-05-18 23:14:54 UTC
(
hide
)
Description:
ndiswrapper-1.44-scanessid.patch
Filename:
MIME Type:
Creator:
Stian Skjelstad
Created:
2007-05-18 23:14:54 UTC
Size:
597 bytes
patch
obsolete
>diff -ur ndiswrapper-1.44/driver/iw_ndis.c ndiswrapper-1.44-scanessid/driver/iw_ndis.c >--- ndiswrapper-1.44/driver/iw_ndis.c 2007-05-17 15:14:29.000000000 +0000 >+++ ndiswrapper-1.44-scanessid/driver/iw_ndis.c 2007-05-19 01:11:18.000000000 +0000 >@@ -1168,7 +1168,11 @@ > union iwreq_data *wrqu, char *extra) > { > struct wrap_ndis_device *wnd = netdev_priv(dev); >- return set_scan(wnd); >+ >+ ENTER2(""); >+ if (wrqu->essid.flags&IW_SCAN_THIS_ESSID) >+ EXIT2(return -EOPNOTSUPP); >+ EXIT2(return set_scan(wnd)); > } > > static int iw_get_scan(struct net_device *dev, struct iw_request_info *info,
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 179061
:
119658
| 119660 |
119743