Hi ALL.
I have WL1271 module and source.
See the porting guide.
CUDK of directory structure Contains the user mode APP.
And wpa_supplicant patch file is located CUDK/wpa_suppl/wpa_supplicant/ folder.
file name is wpa_suppl.diff.
Q1. Where is wpa_supplicant source?
Search the Internet, I saw some reply of ti_manager.
so I was do it. although source is for Froyo, not Gingerbread. (my goal is gingerbread)
Next, I executed patch to wpa_supplicant source.
$ patch -p0 < wpa_suppl.diff
some file return the reject message, and some file return the success message.
I modified the SOURCE file by refering to the reject file.
That is All.
Is it finish to wpa_supplicant patch?
What is external_wpa_patch folder? When do I use the downloaded supplicant_lib file(folder name is wlan)?
I think that openssl-0.9.8 folder is another patch for wpa_supplicant source for TLS support.
openssl-gcc42.diff file include ocsp.h, pem.h ..... and so on.
But downloaded wpa_supplicant source does not include ocsp.h, pem.h......
How can I patch the openssl-gcc42.diff file?
How can I make the Full patched wpa_supplicant source?