Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669646 - net-misc/networkmanager[iwd] can work without wpa_supplicant
Summary: net-misc/networkmanager[iwd] can work without wpa_supplicant
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-25 22:32 UTC by David Heidelberg (okias)
Modified: 2018-10-25 22:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Heidelberg (okias) 2018-10-25 22:32:39 UTC
when IWD daemon is used, NM is able to operate fully without wpa_supplicant presence.

So, only when iwd USE is not selected, wpa_supplicant should be required.


Tested on ~amd64.
Comment 1 Ben Kohler gentoo-dev 2018-10-25 22:44:30 UTC
That's what the current NM ebuilds enforce

    wifi? (
        !iwd? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
        iwd? ( net-wireless/iwd )
    )