Note: You are viewing an old version of this page. View the current version.

Differences between version 2 and previous revision of KnowledgeBase/FreeBSD/IntelProWireless.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on Wednesday, 1 September 2010 5:33:08 by CyberLeo Revert
Older page: version 1 Last edited on Wednesday, 1 September 2010 5:32:36 by CyberLeo Revert
@@ -28,8 +28,10 @@
  wep_key0=HEXKEYHERE 
  wep_tx_keyidx=0 
 
 </code> 
+  
+Naive throughput: 2.5MB/sec sustained  
  
 !!! Intel 3945ABG: 
  
 /boot/loader.conf 
@@ -59,4 +61,6 @@
  wep_key0=HEXKEYHERE 
  wep_tx_keyidx=0 
 
 </code> 
+  
+Naive throughput: 2.2MB/sec sustained  

version 2

Intel 4965AGN:

/boot/loader.conf

legal.intel_iwn.license_ack=1
if_iwn_load="YES"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"

/etc/rc.conf

wlans_iwn0="wlan0"
ifconfig_wlan0="WPA DHCP"

/etc/wpa_supplicant.conf

eapol_version=1
ap_scan=1
fast_auth=1
network={
        ssid="CyberDen"
        scan_ssid=1
        priority=5
        key_mgmt=NONE
        wep_key0=HEXKEYHERE
        wep_tx_keyidx=0
}

Naive throughput: 2.5MB/sec sustained

Intel 3945ABG:

/boot/loader.conf

if_wpi_load="YES"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"

/etc/rc.conf

wlans_wpi0="wlan0"
ifconfig_wlan0="WPA DHCP"

/etc/wpa_supplicant.conf

eapol_version=1
ap_scan=1
fast_auth=1
network={
        ssid="CyberDen"
        scan_ssid=1
        priority=5
        key_mgmt=NONE
        wep_key0=HEXKEYHERE
        wep_tx_keyidx=0
}

Naive throughput: 2.2MB/sec sustained