Click here to Skip to main content
16,008,183 members

Comments by TheRainer (Top 1 by date)

TheRainer 11-Nov-15 15:46pm View    
Thanks Jochen. Your hint pushed me closer to a solution. After a while I examined the code of wpa_ctrl.c with my ide. All Code was greyed out. That, because the preprocessor directives in the code (#ifdef <directivename>) deactivated its execution. Directly defining them before (#define <directivename>) solved the problem with finding the functions. Since more errors with these functions occured, I will do more debugging until I accept a solution or post one additively.