Changes between Version 9 and Version 10 of wpa_supplicant


Ignore:
Timestamp:
Dec 3, 2018, 9:07:36 PM (5 years ago)
Author:
andi.b@gmx.net
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wpa_supplicant

    v9 v10  
    22[[PageOutline]]
    33
    4 wpa_supplicant for OS/2 - eCS is used by XWLAN / WLANSTAT for connecting to WPA secured networks
     4wpa_supplicant for OS/2 (ArcaOS, eCS) is used by XWLAN / WLANSTAT for connecting to WPA secured networks
    55[[br]][[br]]
    66
    77== Building Instructions ==
    8  * checkout the complete tree via "svn co ​http://svn.netlabs.org/repos/ports/wpa_supplicant/trunk"
     8 * checkout from here - https://bitbucket.org/Andi_B/os-2-wpa_supplicant/src/master/ (older versions are here "svn co ​http://svn.netlabs.org/repos/ports/wpa_supplicant/trunk")
    99 * as a requirement you need:
    10    - libc065.dll (yum install xxxx)
     10   - libc066.dll (yum install libc)
     11   - libcx0.dll (yum install libcx)
    1112   - ssl10.dll (yum install openssl-libs)
    1213   - crypt010.dll (yum install openssl-libs)
    13    - z.dll (yum install zlib)
    14    - gcc446.dll (yum install xxxx)
    15    - gcc473.dll (yum install xxxx)
     14   - gcc1.dll (yum install libgcc1)
    1615   - 32 bit TCP/IP stack
    1716   - ???? tbd.
    18  * to build wpa_supplicant you need gcc. For 'wpa_supplicant2.2 (eCS-v1)' gcc v4.7.3 is used (yum install gcc). But other versions will work too.
     17 * to build wpa_supplicant you need gcc. For 'wpa_supplicant v2.7 (OS/2)' gcc v4.7.3 is used (yum install gcc). But other versions will work too.
    1918 * tbd.
    2019 * run make