On Tue, Jul 31, 2007 at 02:16:50PM -0000, Andrew Jorgensen wrote: > Does network-manager make the decision about which wpa-supplicant > backend to use? >
Yes it does ... what driver should be used ? currently we have a few special cases. maybe we need another special case ... or just use default wext for some? here what we have: if (!strcmp (kernel_driver, "ath_pci")) wpa_driver = "madwifi"; else if (!strcmp (kernel_driver, "hostap_pci") || !strcmp (kernel_driver, "hostap_cs") || !strcmp (kernel_driver, "hostap_plx")) wpa_driver = "hostap"; else wpa_driver = "wext"; - Alexander -- [prism2.5] doesn't associate for network-manager with hostap_cs https://bugs.launchpad.net/bugs/57146 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs