• Caterpillar
    Caterpillar
    ncafferkey
    Posts: 38 from 2006/1/6
    As a possible work-around to use WEP, here's a sample WEP config that could be added to the wireless prefs file:

    Code:

    network={
    ssid="mynet2"
    key_mgmt=NONE
    wep_key0=123456789abcdef123456789ab
    wep_tx_keyidx=0
    }


    BTW, why doesn't the code tag preserve indentation here?
  • »15.06.13 - 01:45
    Profile