Welcome to the new location of Alien's Wiki, sharing a single dokuwiki install with the SlackDocs Wiki.

Welcome to Eric Hameleers (Alien BOB)'s Wiki pages.

If you want to support my work, please consider a small donation:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
slackware:rt2xxx [2007/05/12 11:29] – Added IWPRIV example for Slackware > 11.0 alienslackware:rt2xxx [2008/03/10 23:06] – Fix incorrect IWPRIV example. alien
Line 37: Line 37:
 The last line (//WLAN_IWPRIV[5]//) is the necessary configuration for WPA. The 64-character string '//12345.....901234//' I copied in there should be replaced by your Access Point's 64-character hexadecimal WPA key. The last line (//WLAN_IWPRIV[5]//) is the necessary configuration for WPA. The 64-character string '//12345.....901234//' I copied in there should be replaced by your Access Point's 64-character hexadecimal WPA key.
  
-<note warning>The above notation for the **//WLAN_IWPRIV//** variable has changed after Slackware 11.0. The new notation for ''IWPRIV'' in newer releases of Slackware is like this: +<note warning>The above notation for the **//WLAN_IWPRIV//** variable has changed starting with Slackware 12.0. The old notation for ''IWPRIV'' in before Slackware 12.0 was like this: \\ ''WLAN_IWPRIV[5]="AuthMode=WPAPSK EncrypType=TKIP WPAPSK=the64characterkey"'' \\ Starting with Slackware 12.0, you should use the new syntax <code> 
-<code> +WLAN_IWPRIV[5]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=the64characterkey"
-WLAN_IWPRIV[5]="AuthMode=WPAPSK EncrypType=TKIP WPAPSK=1234567890123456789012345678901234567890123456789012345678901234"+
 </code></note> </code></note>
 The rt2x00 project ()
SlackDocs