Haunted by ancient history
Haunted by ancient history
Posted Jan 9, 2015 5:40 UTC (Fri) by alankila (guest, #47141)In reply to: Haunted by ancient history by johill
Parent article: Haunted by ancient history
Historical unix style favors the former, so the kernel services user processes by keeping track of important state for them, because the processes themselves are short-lived and can't do it. Modern unix style is about running everything imaginable in separate daemons. Anyway, someone can just go ahead and define the dbus API for wpa_supplicant or something, and then tell everyone to implement that.
Posted Jan 9, 2015 13:38 UTC (Fri)
by johill (subscriber, #25196)
[Link]
However, if you're not running wpa_supplicant, then it really only leaves the kernel to remember it, or the user to re-enter it every time. iwconfig/wext went with the former (and in turn got all the associated problems), iw/nl80211 went with the latter to avoid those problems.
Haunted by ancient history