diff options
author | Roy Marples <roy@marples.name> | 2007-09-17 17:44:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-17 17:44:10 +0000 |
commit | cc7df1d1f8605cc06f45180615d4a135383098a6 (patch) | |
tree | b575fc5f000ccf24bd2e8b31f5afe36027c296b7 /conf.d.BSD/net.example | |
parent | bcb85a016def25097ed21fcd702affd3e4203919 (diff) |
Document the preferance of wpa_supplicant, #192828.
Diffstat (limited to 'conf.d.BSD/net.example')
-rw-r--r-- | conf.d.BSD/net.example | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/conf.d.BSD/net.example b/conf.d.BSD/net.example index 4acee47a..77d0e7fc 100644 --- a/conf.d.BSD/net.example +++ b/conf.d.BSD/net.example @@ -106,11 +106,13 @@ #----------------------------------------------------------------------------- # WIRELESS (802.11 support) -# Wireless can be provided by BSDs ifconfig or wpa_supplicant +# Wireless can be provided by BSDs ifconfig (iwconfig) or wpa_supplicant +# wpa_supplicant is preferred, use the modules directive to prefer iwconfig. +#modules="iwconfig" -# ifconfig support is a one shot script - wpa_supplicant is daemon that -# scans, assoicates and re-configures if assocation is lost. -# wpa_supplicant is preferred +# ifconfig (iwconig) support is a one shot script - wpa_supplicant is daemon +# that scans, assoicates and re-configures if assocation is lost. +# We call it iwconfig to seperate the wireless setup from ifconfig. #################################### # HINTS # |