Magellan Linux

Diff of /trunk/magellan-initscripts/etc/conf.d/net.sample

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 865 by niro, Sat May 9 16:04:56 2009 UTC revision 872 by niro, Thu May 21 13:41:38 2009 UTC
# Line 76  DHCP_STOP="-k" Line 76  DHCP_STOP="-k"
76  #WIRELESS_MODE  #WIRELESS_MODE
77  # nickname of the wireless node  # nickname of the wireless node
78  #WIRELESS_NICK  #WIRELESS_NICK
79  # which authentification mode shall be used (wep,wpa,off)  # which authentification mode shall be used (wep,wpa,wpa2,off)
80  #WIRELESS_AUTH_MODE  #WIRELESS_AUTH_MODE
81  # Encryption key length, 64=WEP64, 128=WEP128, 256=WEP256  # Encryption key length, 64=WEP64, 128=WEP128, 256=WEP256
82  #WIRELESS_KEY_LENGTH  #WIRELESS_KEY_LENGTH
83  # Encryption key in hex (or use ascii key)  # Encryption key in hex (or use ascii key, WEP only)
84  #WIRELESS_KEY  #WIRELESS_KEY
85  # Encryption key in ascii (or use hex key)  # Encryption key in ascii (or use hex key, for WEP+WPA)
86  #WIRELESS_KEY_ASCII  #WIRELESS_KEY_ASCII
87  # driver used for wpa_supplicant  # driver used for wpa_supplicant (scripts default to wext)
88  #WIRELESS_WPA_DRIVER=zydas  # to see all possible drivers, run 'wpa_supplicant --help'
89    #WIRELESS_WPA_DRIVER=wext
90    
91    
92  #  #

Legend:
Removed from v.865  
changed lines
  Added in v.872