Penguin

Differences between version 2 and previous revision of HostAP.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, September 9, 2003 1:22:59 pm by CriggieCriggie Revert
Older page: version 1 Last edited on Tuesday, September 9, 2003 1:22:16 pm by CriggieCriggie Revert
@@ -17,9 +17,9 @@
 Massively long list of wireless cards and their Linux support 
 http://www.linux-wlan.org/docs/wlan_adapters.html4.html 
  
  
-This is the script I use to start HostAP 
+This is the script [Criggie] use to start HostAP 
  
 ------------start---------- 
 killall -9 hostapd %%% 
 ifconfig wlan0 down %%% 
@@ -31,10 +31,10 @@
  
 modprobe hostap_cs %%% 
 modprobe hostap_crypt_wep %%% 
 ifconfig wlan0 192.168.99.1 netmask 255.255.255.0 broadcast 192.168.99.255 %%% 
-iwconfig wlan0 nick nicknameforaccesspoint key s:YourWepKeyHere %%% 
+iwconfig wlan0 nick nicknameforaccesspoint key s:yourwepkeyhere %%% 
 hostapd /etc/hostapd/hostapd.conf & %%% 
  
 -----------end----------- 
  
 [IsomerMadeMeDoThis]