project.pbxproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 8853CB17109F385C00358CEF /* libpcap.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8853CB16109F385C00358CEF /* libpcap.dylib */; };
  10. 8853CB1B109F389800358CEF /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8853CB1A109F389800358CEF /* libcrypto.dylib */; };
  11. 8853CB1F109F38BD00358CEF /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8853CB1E109F38BD00358CEF /* CoreFoundation.framework */; };
  12. 8853CB2E109F3A3900358CEF /* scan_helpers.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CB2D109F3A3900358CEF /* scan_helpers.c */; };
  13. 8853CB32109F3A9400358CEF /* wpa_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CB31109F3A9400358CEF /* wpa_common.c */; };
  14. 8853CB36109F3AC700358CEF /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CB35109F3AC700358CEF /* md5.c */; };
  15. 8853CB3C109F3B5800358CEF /* Apple80211.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8853CB3B109F3B5800358CEF /* Apple80211.framework */; };
  16. 8853CBFB109F4C6E00358CEF /* eap_gtc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBEC109F4C6E00358CEF /* eap_gtc.c */; };
  17. 8853CBFC109F4C6E00358CEF /* eap_leap.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBED109F4C6E00358CEF /* eap_leap.c */; };
  18. 8853CBFD109F4C6E00358CEF /* eap_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBEE109F4C6E00358CEF /* eap_md5.c */; };
  19. 8853CBFE109F4C6E00358CEF /* eap_methods.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBEF109F4C6E00358CEF /* eap_methods.c */; };
  20. 8853CBFF109F4C6E00358CEF /* eap_mschapv2.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF0109F4C6E00358CEF /* eap_mschapv2.c */; };
  21. 8853CC00109F4C6E00358CEF /* eap_otp.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF1109F4C6E00358CEF /* eap_otp.c */; };
  22. 8853CC01109F4C6E00358CEF /* eap_peap.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF2109F4C6E00358CEF /* eap_peap.c */; };
  23. 8853CC02109F4C6E00358CEF /* eap_tls_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF3109F4C6E00358CEF /* eap_tls_common.c */; };
  24. 8853CC03109F4C6E00358CEF /* eap_tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF4109F4C6E00358CEF /* eap_tls.c */; };
  25. 8853CC04109F4C6E00358CEF /* eap_tnc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF5109F4C6E00358CEF /* eap_tnc.c */; };
  26. 8853CC05109F4C6E00358CEF /* eap_ttls.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF6109F4C6E00358CEF /* eap_ttls.c */; };
  27. 8853CC06109F4C6E00358CEF /* eap_wsc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF7109F4C6E00358CEF /* eap_wsc.c */; };
  28. 8853CC07109F4C6E00358CEF /* eap.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF8109F4C6E00358CEF /* eap.c */; };
  29. 8853CC08109F4C6E00358CEF /* mschapv2.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBF9109F4C6E00358CEF /* mschapv2.c */; };
  30. 8853CC09109F4C6E00358CEF /* tncc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CBFA109F4C6E00358CEF /* tncc.c */; };
  31. 8853CC0E109F4CA100358CEF /* ctrl_iface_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC0C109F4CA100358CEF /* ctrl_iface_unix.c */; };
  32. 8853CC0F109F4CA100358CEF /* ctrl_iface.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC0D109F4CA100358CEF /* ctrl_iface.c */; };
  33. 8853CC11109F4CC800358CEF /* eapol_supp_sm.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC10109F4CC800358CEF /* eapol_supp_sm.c */; };
  34. 8853CC18109F4D0800358CEF /* chap.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC14109F4D0800358CEF /* chap.c */; };
  35. 8853CC19109F4D0800358CEF /* eap_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC15109F4D0800358CEF /* eap_common.c */; };
  36. 8853CC1A109F4D0800358CEF /* eap_peap_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC16109F4D0800358CEF /* eap_peap_common.c */; };
  37. 8853CC1B109F4D0800358CEF /* eap_wsc_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC17109F4D0800358CEF /* eap_wsc_common.c */; };
  38. 8853CC26109F4D3500358CEF /* wps_attr_build.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC1E109F4D3500358CEF /* wps_attr_build.c */; };
  39. 8853CC27109F4D3500358CEF /* wps_attr_parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC1F109F4D3500358CEF /* wps_attr_parse.c */; };
  40. 8853CC28109F4D3500358CEF /* wps_attr_process.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC20109F4D3500358CEF /* wps_attr_process.c */; };
  41. 8853CC29109F4D3500358CEF /* wps_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC21109F4D3500358CEF /* wps_common.c */; };
  42. 8853CC2A109F4D3500358CEF /* wps_dev_attr.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC22109F4D3500358CEF /* wps_dev_attr.c */; };
  43. 8853CC2B109F4D3500358CEF /* wps_enrollee.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC23109F4D3500358CEF /* wps_enrollee.c */; };
  44. 8853CC2C109F4D3500358CEF /* wps_registrar.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC24109F4D3500358CEF /* wps_registrar.c */; };
  45. 8853CC2D109F4D3500358CEF /* wps.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC25109F4D3500358CEF /* wps.c */; };
  46. 8853CC34109F4DE200358CEF /* ms_funcs.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC32109F4DE200358CEF /* ms_funcs.c */; };
  47. 8853CC35109F4DE200358CEF /* tls_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC33109F4DE200358CEF /* tls_openssl.c */; };
  48. 8853CC3C109F4E1D00358CEF /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 8853CC3B109F4E1D00358CEF /* libssl.dylib */; };
  49. 8853CC40109F4E3A00358CEF /* wps_supplicant.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC3F109F4E3A00358CEF /* wps_supplicant.c */; };
  50. 8853CC44109F4E6200358CEF /* uuid.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC43109F4E6200358CEF /* uuid.c */; };
  51. 8853CC48109F4E8700358CEF /* ieee802_11_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC47109F4E8700358CEF /* ieee802_11_common.c */; };
  52. 8853CC4E109F4ED500358CEF /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC4C109F4ED500358CEF /* sha256.c */; };
  53. 8853CC53109F4F3500358CEF /* aes-cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC51109F4F3500358CEF /* aes-cbc.c */; };
  54. 8853CC54109F4F3500358CEF /* sha1-tlsprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 8853CC52109F4F3500358CEF /* sha1-tlsprf.c */; };
  55. 88950831109F2FAB004FB35D /* blacklist.c in Sources */ = {isa = PBXBuildFile; fileRef = 88950828109F2FAB004FB35D /* blacklist.c */; };
  56. 88950832109F2FAB004FB35D /* config_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 88950829109F2FAB004FB35D /* config_file.c */; };
  57. 88950833109F2FAB004FB35D /* config.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895082A109F2FAB004FB35D /* config.c */; };
  58. 88950834109F2FAB004FB35D /* events.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895082B109F2FAB004FB35D /* events.c */; };
  59. 88950835109F2FAB004FB35D /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895082C109F2FAB004FB35D /* main.c */; };
  60. 88950836109F2FAB004FB35D /* notify.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895082D109F2FAB004FB35D /* notify.c */; };
  61. 88950837109F2FAB004FB35D /* scan.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895082E109F2FAB004FB35D /* scan.c */; };
  62. 88950838109F2FAB004FB35D /* wpa_supplicant.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895082F109F2FAB004FB35D /* wpa_supplicant.c */; };
  63. 88950839109F2FAB004FB35D /* wpas_glue.c in Sources */ = {isa = PBXBuildFile; fileRef = 88950830109F2FAB004FB35D /* wpas_glue.c */; };
  64. 88950840109F301A004FB35D /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895083A109F301A004FB35D /* base64.c */; };
  65. 88950841109F301A004FB35D /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895083B109F301A004FB35D /* common.c */; };
  66. 88950842109F301A004FB35D /* eloop.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895083C109F301A004FB35D /* eloop.c */; };
  67. 88950843109F301A004FB35D /* os_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895083D109F301A004FB35D /* os_unix.c */; };
  68. 88950844109F301A004FB35D /* wpa_debug.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895083E109F301A004FB35D /* wpa_debug.c */; };
  69. 88950845109F301A004FB35D /* wpabuf.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895083F109F301A004FB35D /* wpabuf.c */; };
  70. 88950864109F32D1004FB35D /* peerkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895085F109F32D1004FB35D /* peerkey.c */; };
  71. 88950865109F32D1004FB35D /* pmksa_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 88950860109F32D1004FB35D /* pmksa_cache.c */; };
  72. 88950866109F32D1004FB35D /* preauth.c in Sources */ = {isa = PBXBuildFile; fileRef = 88950861109F32D1004FB35D /* preauth.c */; };
  73. 88950867109F32D1004FB35D /* wpa_ie.c in Sources */ = {isa = PBXBuildFile; fileRef = 88950862109F32D1004FB35D /* wpa_ie.c */; };
  74. 88950868109F32D1004FB35D /* wpa.c in Sources */ = {isa = PBXBuildFile; fileRef = 88950863109F32D1004FB35D /* wpa.c */; };
  75. 8895086C109F3316004FB35D /* l2_packet_freebsd.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895086B109F3316004FB35D /* l2_packet_freebsd.c */; };
  76. 88950871109F3367004FB35D /* aes-unwrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895086D109F3367004FB35D /* aes-unwrap.c */; };
  77. 88950872109F3367004FB35D /* crypto_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895086E109F3367004FB35D /* crypto_openssl.c */; };
  78. 88950873109F3367004FB35D /* sha1-pbkdf2.c in Sources */ = {isa = PBXBuildFile; fileRef = 8895086F109F3367004FB35D /* sha1-pbkdf2.c */; };
  79. 88950874109F3367004FB35D /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 88950870109F3367004FB35D /* sha1.c */; };
  80. 88950885109F3538004FB35D /* driver_osx.m in Sources */ = {isa = PBXBuildFile; fileRef = 88950883109F3538004FB35D /* driver_osx.m */; };
  81. 88950886109F3538004FB35D /* drivers.c in Sources */ = {isa = PBXBuildFile; fileRef = 88950884109F3538004FB35D /* drivers.c */; };
  82. /* End PBXBuildFile section */
  83. /* Begin PBXCopyFilesBuildPhase section */
  84. 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = {
  85. isa = PBXCopyFilesBuildPhase;
  86. buildActionMask = 8;
  87. dstPath = /usr/share/man/man1/;
  88. dstSubfolderSpec = 0;
  89. files = (
  90. );
  91. runOnlyForDeploymentPostprocessing = 1;
  92. };
  93. /* End PBXCopyFilesBuildPhase section */
  94. /* Begin PBXFileReference section */
  95. 8853CB16109F385C00358CEF /* libpcap.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpcap.dylib; path = usr/lib/libpcap.dylib; sourceTree = SDKROOT; };
  96. 8853CB1A109F389800358CEF /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = usr/lib/libcrypto.dylib; sourceTree = SDKROOT; };
  97. 8853CB1E109F38BD00358CEF /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
  98. 8853CB2D109F3A3900358CEF /* scan_helpers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = scan_helpers.c; path = ../../src/drivers/scan_helpers.c; sourceTree = SOURCE_ROOT; };
  99. 8853CB31109F3A9400358CEF /* wpa_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wpa_common.c; path = ../../src/common/wpa_common.c; sourceTree = SOURCE_ROOT; };
  100. 8853CB35109F3AC700358CEF /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../src/crypto/md5.c; sourceTree = SOURCE_ROOT; };
  101. 8853CB3B109F3B5800358CEF /* Apple80211.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Apple80211.framework; path = /System/Library/PrivateFrameworks/Apple80211.framework; sourceTree = "<absolute>"; };
  102. 8853CBEC109F4C6E00358CEF /* eap_gtc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_gtc.c; path = ../../src/eap_peer/eap_gtc.c; sourceTree = SOURCE_ROOT; };
  103. 8853CBED109F4C6E00358CEF /* eap_leap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_leap.c; path = ../../src/eap_peer/eap_leap.c; sourceTree = SOURCE_ROOT; };
  104. 8853CBEE109F4C6E00358CEF /* eap_md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_md5.c; path = ../../src/eap_peer/eap_md5.c; sourceTree = SOURCE_ROOT; };
  105. 8853CBEF109F4C6E00358CEF /* eap_methods.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_methods.c; path = ../../src/eap_peer/eap_methods.c; sourceTree = SOURCE_ROOT; };
  106. 8853CBF0109F4C6E00358CEF /* eap_mschapv2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_mschapv2.c; path = ../../src/eap_peer/eap_mschapv2.c; sourceTree = SOURCE_ROOT; };
  107. 8853CBF1109F4C6E00358CEF /* eap_otp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_otp.c; path = ../../src/eap_peer/eap_otp.c; sourceTree = SOURCE_ROOT; };
  108. 8853CBF2109F4C6E00358CEF /* eap_peap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_peap.c; path = ../../src/eap_peer/eap_peap.c; sourceTree = SOURCE_ROOT; };
  109. 8853CBF3109F4C6E00358CEF /* eap_tls_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_tls_common.c; path = ../../src/eap_peer/eap_tls_common.c; sourceTree = SOURCE_ROOT; };
  110. 8853CBF4109F4C6E00358CEF /* eap_tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_tls.c; path = ../../src/eap_peer/eap_tls.c; sourceTree = SOURCE_ROOT; };
  111. 8853CBF5109F4C6E00358CEF /* eap_tnc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_tnc.c; path = ../../src/eap_peer/eap_tnc.c; sourceTree = SOURCE_ROOT; };
  112. 8853CBF6109F4C6E00358CEF /* eap_ttls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_ttls.c; path = ../../src/eap_peer/eap_ttls.c; sourceTree = SOURCE_ROOT; };
  113. 8853CBF7109F4C6E00358CEF /* eap_wsc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_wsc.c; path = ../../src/eap_peer/eap_wsc.c; sourceTree = SOURCE_ROOT; };
  114. 8853CBF8109F4C6E00358CEF /* eap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap.c; path = ../../src/eap_peer/eap.c; sourceTree = SOURCE_ROOT; };
  115. 8853CBF9109F4C6E00358CEF /* mschapv2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mschapv2.c; path = ../../src/eap_peer/mschapv2.c; sourceTree = SOURCE_ROOT; };
  116. 8853CBFA109F4C6E00358CEF /* tncc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tncc.c; path = ../../src/eap_peer/tncc.c; sourceTree = SOURCE_ROOT; };
  117. 8853CC0C109F4CA100358CEF /* ctrl_iface_unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ctrl_iface_unix.c; path = ../ctrl_iface_unix.c; sourceTree = SOURCE_ROOT; };
  118. 8853CC0D109F4CA100358CEF /* ctrl_iface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ctrl_iface.c; path = ../ctrl_iface.c; sourceTree = SOURCE_ROOT; };
  119. 8853CC10109F4CC800358CEF /* eapol_supp_sm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eapol_supp_sm.c; path = ../../src/eapol_supp/eapol_supp_sm.c; sourceTree = SOURCE_ROOT; };
  120. 8853CC14109F4D0800358CEF /* chap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = chap.c; path = ../../src/eap_common/chap.c; sourceTree = SOURCE_ROOT; };
  121. 8853CC15109F4D0800358CEF /* eap_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_common.c; path = ../../src/eap_common/eap_common.c; sourceTree = SOURCE_ROOT; };
  122. 8853CC16109F4D0800358CEF /* eap_peap_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_peap_common.c; path = ../../src/eap_common/eap_peap_common.c; sourceTree = SOURCE_ROOT; };
  123. 8853CC17109F4D0800358CEF /* eap_wsc_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eap_wsc_common.c; path = ../../src/eap_common/eap_wsc_common.c; sourceTree = SOURCE_ROOT; };
  124. 8853CC1E109F4D3500358CEF /* wps_attr_build.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wps_attr_build.c; path = ../../src/wps/wps_attr_build.c; sourceTree = SOURCE_ROOT; };
  125. 8853CC1F109F4D3500358CEF /* wps_attr_parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wps_attr_parse.c; path = ../../src/wps/wps_attr_parse.c; sourceTree = SOURCE_ROOT; };
  126. 8853CC20109F4D3500358CEF /* wps_attr_process.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wps_attr_process.c; path = ../../src/wps/wps_attr_process.c; sourceTree = SOURCE_ROOT; };
  127. 8853CC21109F4D3500358CEF /* wps_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wps_common.c; path = ../../src/wps/wps_common.c; sourceTree = SOURCE_ROOT; };
  128. 8853CC22109F4D3500358CEF /* wps_dev_attr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wps_dev_attr.c; path = ../../src/wps/wps_dev_attr.c; sourceTree = SOURCE_ROOT; };
  129. 8853CC23109F4D3500358CEF /* wps_enrollee.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wps_enrollee.c; path = ../../src/wps/wps_enrollee.c; sourceTree = SOURCE_ROOT; };
  130. 8853CC24109F4D3500358CEF /* wps_registrar.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wps_registrar.c; path = ../../src/wps/wps_registrar.c; sourceTree = SOURCE_ROOT; };
  131. 8853CC25109F4D3500358CEF /* wps.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wps.c; path = ../../src/wps/wps.c; sourceTree = SOURCE_ROOT; };
  132. 8853CC32109F4DE200358CEF /* ms_funcs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ms_funcs.c; path = ../../src/crypto/ms_funcs.c; sourceTree = SOURCE_ROOT; };
  133. 8853CC33109F4DE200358CEF /* tls_openssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tls_openssl.c; path = ../../src/crypto/tls_openssl.c; sourceTree = SOURCE_ROOT; };
  134. 8853CC3B109F4E1D00358CEF /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libssl.dylib; path = usr/lib/libssl.dylib; sourceTree = SDKROOT; };
  135. 8853CC3F109F4E3A00358CEF /* wps_supplicant.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wps_supplicant.c; path = ../wps_supplicant.c; sourceTree = SOURCE_ROOT; };
  136. 8853CC43109F4E6200358CEF /* uuid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uuid.c; path = ../../src/utils/uuid.c; sourceTree = SOURCE_ROOT; };
  137. 8853CC47109F4E8700358CEF /* ieee802_11_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ieee802_11_common.c; path = ../../src/common/ieee802_11_common.c; sourceTree = SOURCE_ROOT; };
  138. 8853CC4C109F4ED500358CEF /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha256.c; path = ../../src/crypto/sha256.c; sourceTree = SOURCE_ROOT; };
  139. 8853CC51109F4F3500358CEF /* aes-cbc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "aes-cbc.c"; path = "../../src/crypto/aes-cbc.c"; sourceTree = SOURCE_ROOT; };
  140. 8853CC52109F4F3500358CEF /* sha1-tlsprf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "sha1-tlsprf.c"; path = "../../src/crypto/sha1-tlsprf.c"; sourceTree = SOURCE_ROOT; };
  141. 88950828109F2FAB004FB35D /* blacklist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = blacklist.c; path = ../../wpa_supplicant/blacklist.c; sourceTree = SOURCE_ROOT; };
  142. 88950829109F2FAB004FB35D /* config_file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = config_file.c; path = ../../wpa_supplicant/config_file.c; sourceTree = SOURCE_ROOT; };
  143. 8895082A109F2FAB004FB35D /* config.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = config.c; path = ../../wpa_supplicant/config.c; sourceTree = SOURCE_ROOT; };
  144. 8895082B109F2FAB004FB35D /* events.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = events.c; path = ../../wpa_supplicant/events.c; sourceTree = SOURCE_ROOT; };
  145. 8895082C109F2FAB004FB35D /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../../wpa_supplicant/main.c; sourceTree = SOURCE_ROOT; };
  146. 8895082D109F2FAB004FB35D /* notify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = notify.c; path = ../../wpa_supplicant/notify.c; sourceTree = SOURCE_ROOT; };
  147. 8895082E109F2FAB004FB35D /* scan.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = scan.c; path = ../../wpa_supplicant/scan.c; sourceTree = SOURCE_ROOT; };
  148. 8895082F109F2FAB004FB35D /* wpa_supplicant.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wpa_supplicant.c; path = ../../wpa_supplicant/wpa_supplicant.c; sourceTree = SOURCE_ROOT; };
  149. 88950830109F2FAB004FB35D /* wpas_glue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wpas_glue.c; path = ../../wpa_supplicant/wpas_glue.c; sourceTree = SOURCE_ROOT; };
  150. 8895083A109F301A004FB35D /* base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = base64.c; path = ../../src/utils/base64.c; sourceTree = SOURCE_ROOT; };
  151. 8895083B109F301A004FB35D /* common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = common.c; path = ../../src/utils/common.c; sourceTree = SOURCE_ROOT; };
  152. 8895083C109F301A004FB35D /* eloop.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eloop.c; path = ../../src/utils/eloop.c; sourceTree = SOURCE_ROOT; };
  153. 8895083D109F301A004FB35D /* os_unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = os_unix.c; path = ../../src/utils/os_unix.c; sourceTree = SOURCE_ROOT; };
  154. 8895083E109F301A004FB35D /* wpa_debug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wpa_debug.c; path = ../../src/utils/wpa_debug.c; sourceTree = SOURCE_ROOT; };
  155. 8895083F109F301A004FB35D /* wpabuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wpabuf.c; path = ../../src/utils/wpabuf.c; sourceTree = SOURCE_ROOT; };
  156. 8895085F109F32D1004FB35D /* peerkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = peerkey.c; path = ../../src/rsn_supp/peerkey.c; sourceTree = SOURCE_ROOT; };
  157. 88950860109F32D1004FB35D /* pmksa_cache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pmksa_cache.c; path = ../../src/rsn_supp/pmksa_cache.c; sourceTree = SOURCE_ROOT; };
  158. 88950861109F32D1004FB35D /* preauth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = preauth.c; path = ../../src/rsn_supp/preauth.c; sourceTree = SOURCE_ROOT; };
  159. 88950862109F32D1004FB35D /* wpa_ie.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wpa_ie.c; path = ../../src/rsn_supp/wpa_ie.c; sourceTree = SOURCE_ROOT; };
  160. 88950863109F32D1004FB35D /* wpa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wpa.c; path = ../../src/rsn_supp/wpa.c; sourceTree = SOURCE_ROOT; };
  161. 8895086B109F3316004FB35D /* l2_packet_freebsd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = l2_packet_freebsd.c; path = ../../src/l2_packet/l2_packet_freebsd.c; sourceTree = SOURCE_ROOT; };
  162. 8895086D109F3367004FB35D /* aes-unwrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "aes-unwrap.c"; path = "../../src/crypto/aes-unwrap.c"; sourceTree = SOURCE_ROOT; };
  163. 8895086E109F3367004FB35D /* crypto_openssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crypto_openssl.c; path = ../../src/crypto/crypto_openssl.c; sourceTree = SOURCE_ROOT; };
  164. 8895086F109F3367004FB35D /* sha1-pbkdf2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "sha1-pbkdf2.c"; path = "../../src/crypto/sha1-pbkdf2.c"; sourceTree = SOURCE_ROOT; };
  165. 88950870109F3367004FB35D /* sha1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha1.c; path = ../../src/crypto/sha1.c; sourceTree = SOURCE_ROOT; };
  166. 88950883109F3538004FB35D /* driver_osx.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = driver_osx.m; path = ../../src/drivers/driver_osx.m; sourceTree = SOURCE_ROOT; };
  167. 88950884109F3538004FB35D /* drivers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = drivers.c; path = ../../src/drivers/drivers.c; sourceTree = SOURCE_ROOT; };
  168. 8DD76FB20486AB0100D96B5E /* wpa_supplicant */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = wpa_supplicant; sourceTree = BUILT_PRODUCTS_DIR; };
  169. /* End PBXFileReference section */
  170. /* Begin PBXFrameworksBuildPhase section */
  171. 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
  172. isa = PBXFrameworksBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. 8853CB17109F385C00358CEF /* libpcap.dylib in Frameworks */,
  176. 8853CB1B109F389800358CEF /* libcrypto.dylib in Frameworks */,
  177. 8853CB1F109F38BD00358CEF /* CoreFoundation.framework in Frameworks */,
  178. 8853CB3C109F3B5800358CEF /* Apple80211.framework in Frameworks */,
  179. 8853CC3C109F4E1D00358CEF /* libssl.dylib in Frameworks */,
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. /* End PBXFrameworksBuildPhase section */
  184. /* Begin PBXGroup section */
  185. 08FB7794FE84155DC02AAC07 /* wpa_supplicant */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 08FB7795FE84155DC02AAC07 /* Source */,
  189. C6A0FF2B0290797F04C91782 /* Documentation */,
  190. 1AB674ADFE9D54B511CA2CBB /* Products */,
  191. 8853CB16109F385C00358CEF /* libpcap.dylib */,
  192. 8853CB1A109F389800358CEF /* libcrypto.dylib */,
  193. 8853CB1E109F38BD00358CEF /* CoreFoundation.framework */,
  194. 8853CB3B109F3B5800358CEF /* Apple80211.framework */,
  195. 8853CC3B109F4E1D00358CEF /* libssl.dylib */,
  196. );
  197. name = wpa_supplicant;
  198. sourceTree = "<group>";
  199. };
  200. 08FB7795FE84155DC02AAC07 /* Source */ = {
  201. isa = PBXGroup;
  202. children = (
  203. 8853CC51109F4F3500358CEF /* aes-cbc.c */,
  204. 8853CC52109F4F3500358CEF /* sha1-tlsprf.c */,
  205. 8853CC4C109F4ED500358CEF /* sha256.c */,
  206. 8853CC47109F4E8700358CEF /* ieee802_11_common.c */,
  207. 8853CC43109F4E6200358CEF /* uuid.c */,
  208. 8853CC3F109F4E3A00358CEF /* wps_supplicant.c */,
  209. 8853CC32109F4DE200358CEF /* ms_funcs.c */,
  210. 8853CC33109F4DE200358CEF /* tls_openssl.c */,
  211. 8853CC1E109F4D3500358CEF /* wps_attr_build.c */,
  212. 8853CC1F109F4D3500358CEF /* wps_attr_parse.c */,
  213. 8853CC20109F4D3500358CEF /* wps_attr_process.c */,
  214. 8853CC21109F4D3500358CEF /* wps_common.c */,
  215. 8853CC22109F4D3500358CEF /* wps_dev_attr.c */,
  216. 8853CC23109F4D3500358CEF /* wps_enrollee.c */,
  217. 8853CC24109F4D3500358CEF /* wps_registrar.c */,
  218. 8853CC25109F4D3500358CEF /* wps.c */,
  219. 8853CC14109F4D0800358CEF /* chap.c */,
  220. 8853CC15109F4D0800358CEF /* eap_common.c */,
  221. 8853CC16109F4D0800358CEF /* eap_peap_common.c */,
  222. 8853CC17109F4D0800358CEF /* eap_wsc_common.c */,
  223. 8853CC10109F4CC800358CEF /* eapol_supp_sm.c */,
  224. 8853CC0C109F4CA100358CEF /* ctrl_iface_unix.c */,
  225. 8853CC0D109F4CA100358CEF /* ctrl_iface.c */,
  226. 8853CBEC109F4C6E00358CEF /* eap_gtc.c */,
  227. 8853CBED109F4C6E00358CEF /* eap_leap.c */,
  228. 8853CBEE109F4C6E00358CEF /* eap_md5.c */,
  229. 8853CBEF109F4C6E00358CEF /* eap_methods.c */,
  230. 8853CBF0109F4C6E00358CEF /* eap_mschapv2.c */,
  231. 8853CBF1109F4C6E00358CEF /* eap_otp.c */,
  232. 8853CBF2109F4C6E00358CEF /* eap_peap.c */,
  233. 8853CBF3109F4C6E00358CEF /* eap_tls_common.c */,
  234. 8853CBF4109F4C6E00358CEF /* eap_tls.c */,
  235. 8853CBF5109F4C6E00358CEF /* eap_tnc.c */,
  236. 8853CBF6109F4C6E00358CEF /* eap_ttls.c */,
  237. 8853CBF7109F4C6E00358CEF /* eap_wsc.c */,
  238. 8853CBF8109F4C6E00358CEF /* eap.c */,
  239. 8853CBF9109F4C6E00358CEF /* mschapv2.c */,
  240. 8853CBFA109F4C6E00358CEF /* tncc.c */,
  241. 8853CB35109F3AC700358CEF /* md5.c */,
  242. 8853CB31109F3A9400358CEF /* wpa_common.c */,
  243. 8853CB2D109F3A3900358CEF /* scan_helpers.c */,
  244. 88950883109F3538004FB35D /* driver_osx.m */,
  245. 88950884109F3538004FB35D /* drivers.c */,
  246. 8895086D109F3367004FB35D /* aes-unwrap.c */,
  247. 8895086E109F3367004FB35D /* crypto_openssl.c */,
  248. 8895086F109F3367004FB35D /* sha1-pbkdf2.c */,
  249. 88950870109F3367004FB35D /* sha1.c */,
  250. 8895086B109F3316004FB35D /* l2_packet_freebsd.c */,
  251. 8895085F109F32D1004FB35D /* peerkey.c */,
  252. 88950860109F32D1004FB35D /* pmksa_cache.c */,
  253. 88950861109F32D1004FB35D /* preauth.c */,
  254. 88950862109F32D1004FB35D /* wpa_ie.c */,
  255. 88950863109F32D1004FB35D /* wpa.c */,
  256. 8895083A109F301A004FB35D /* base64.c */,
  257. 8895083B109F301A004FB35D /* common.c */,
  258. 8895083C109F301A004FB35D /* eloop.c */,
  259. 8895083D109F301A004FB35D /* os_unix.c */,
  260. 8895083E109F301A004FB35D /* wpa_debug.c */,
  261. 8895083F109F301A004FB35D /* wpabuf.c */,
  262. 88950828109F2FAB004FB35D /* blacklist.c */,
  263. 88950829109F2FAB004FB35D /* config_file.c */,
  264. 8895082A109F2FAB004FB35D /* config.c */,
  265. 8895082B109F2FAB004FB35D /* events.c */,
  266. 8895082C109F2FAB004FB35D /* main.c */,
  267. 8895082D109F2FAB004FB35D /* notify.c */,
  268. 8895082E109F2FAB004FB35D /* scan.c */,
  269. 8895082F109F2FAB004FB35D /* wpa_supplicant.c */,
  270. 88950830109F2FAB004FB35D /* wpas_glue.c */,
  271. );
  272. name = Source;
  273. sourceTree = "<group>";
  274. };
  275. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  276. isa = PBXGroup;
  277. children = (
  278. 8DD76FB20486AB0100D96B5E /* wpa_supplicant */,
  279. );
  280. name = Products;
  281. sourceTree = "<group>";
  282. };
  283. C6A0FF2B0290797F04C91782 /* Documentation */ = {
  284. isa = PBXGroup;
  285. children = (
  286. );
  287. name = Documentation;
  288. sourceTree = "<group>";
  289. };
  290. /* End PBXGroup section */
  291. /* Begin PBXNativeTarget section */
  292. 8DD76FA90486AB0100D96B5E /* wpa_supplicant */ = {
  293. isa = PBXNativeTarget;
  294. buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "wpa_supplicant" */;
  295. buildPhases = (
  296. 8DD76FAB0486AB0100D96B5E /* Sources */,
  297. 8DD76FAD0486AB0100D96B5E /* Frameworks */,
  298. 8DD76FAF0486AB0100D96B5E /* CopyFiles */,
  299. );
  300. buildRules = (
  301. );
  302. dependencies = (
  303. );
  304. name = wpa_supplicant;
  305. productInstallPath = "$(HOME)/bin";
  306. productName = wpa_supplicant;
  307. productReference = 8DD76FB20486AB0100D96B5E /* wpa_supplicant */;
  308. productType = "com.apple.product-type.tool";
  309. };
  310. /* End PBXNativeTarget section */
  311. /* Begin PBXProject section */
  312. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  313. isa = PBXProject;
  314. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "wpa_supplicant" */;
  315. compatibilityVersion = "Xcode 3.1";
  316. hasScannedForEncodings = 1;
  317. mainGroup = 08FB7794FE84155DC02AAC07 /* wpa_supplicant */;
  318. projectDirPath = "";
  319. projectRoot = "";
  320. targets = (
  321. 8DD76FA90486AB0100D96B5E /* wpa_supplicant */,
  322. );
  323. };
  324. /* End PBXProject section */
  325. /* Begin PBXSourcesBuildPhase section */
  326. 8DD76FAB0486AB0100D96B5E /* Sources */ = {
  327. isa = PBXSourcesBuildPhase;
  328. buildActionMask = 2147483647;
  329. files = (
  330. 88950831109F2FAB004FB35D /* blacklist.c in Sources */,
  331. 88950832109F2FAB004FB35D /* config_file.c in Sources */,
  332. 88950833109F2FAB004FB35D /* config.c in Sources */,
  333. 88950834109F2FAB004FB35D /* events.c in Sources */,
  334. 88950835109F2FAB004FB35D /* main.c in Sources */,
  335. 88950836109F2FAB004FB35D /* notify.c in Sources */,
  336. 88950837109F2FAB004FB35D /* scan.c in Sources */,
  337. 88950838109F2FAB004FB35D /* wpa_supplicant.c in Sources */,
  338. 88950839109F2FAB004FB35D /* wpas_glue.c in Sources */,
  339. 88950840109F301A004FB35D /* base64.c in Sources */,
  340. 88950841109F301A004FB35D /* common.c in Sources */,
  341. 88950842109F301A004FB35D /* eloop.c in Sources */,
  342. 88950843109F301A004FB35D /* os_unix.c in Sources */,
  343. 88950844109F301A004FB35D /* wpa_debug.c in Sources */,
  344. 88950845109F301A004FB35D /* wpabuf.c in Sources */,
  345. 88950864109F32D1004FB35D /* peerkey.c in Sources */,
  346. 88950865109F32D1004FB35D /* pmksa_cache.c in Sources */,
  347. 88950866109F32D1004FB35D /* preauth.c in Sources */,
  348. 88950867109F32D1004FB35D /* wpa_ie.c in Sources */,
  349. 88950868109F32D1004FB35D /* wpa.c in Sources */,
  350. 8895086C109F3316004FB35D /* l2_packet_freebsd.c in Sources */,
  351. 88950871109F3367004FB35D /* aes-unwrap.c in Sources */,
  352. 88950872109F3367004FB35D /* crypto_openssl.c in Sources */,
  353. 88950873109F3367004FB35D /* sha1-pbkdf2.c in Sources */,
  354. 88950874109F3367004FB35D /* sha1.c in Sources */,
  355. 88950885109F3538004FB35D /* driver_osx.m in Sources */,
  356. 88950886109F3538004FB35D /* drivers.c in Sources */,
  357. 8853CB2E109F3A3900358CEF /* scan_helpers.c in Sources */,
  358. 8853CB32109F3A9400358CEF /* wpa_common.c in Sources */,
  359. 8853CB36109F3AC700358CEF /* md5.c in Sources */,
  360. 8853CBFB109F4C6E00358CEF /* eap_gtc.c in Sources */,
  361. 8853CBFC109F4C6E00358CEF /* eap_leap.c in Sources */,
  362. 8853CBFD109F4C6E00358CEF /* eap_md5.c in Sources */,
  363. 8853CBFE109F4C6E00358CEF /* eap_methods.c in Sources */,
  364. 8853CBFF109F4C6E00358CEF /* eap_mschapv2.c in Sources */,
  365. 8853CC00109F4C6E00358CEF /* eap_otp.c in Sources */,
  366. 8853CC01109F4C6E00358CEF /* eap_peap.c in Sources */,
  367. 8853CC02109F4C6E00358CEF /* eap_tls_common.c in Sources */,
  368. 8853CC03109F4C6E00358CEF /* eap_tls.c in Sources */,
  369. 8853CC04109F4C6E00358CEF /* eap_tnc.c in Sources */,
  370. 8853CC05109F4C6E00358CEF /* eap_ttls.c in Sources */,
  371. 8853CC06109F4C6E00358CEF /* eap_wsc.c in Sources */,
  372. 8853CC07109F4C6E00358CEF /* eap.c in Sources */,
  373. 8853CC08109F4C6E00358CEF /* mschapv2.c in Sources */,
  374. 8853CC09109F4C6E00358CEF /* tncc.c in Sources */,
  375. 8853CC0E109F4CA100358CEF /* ctrl_iface_unix.c in Sources */,
  376. 8853CC0F109F4CA100358CEF /* ctrl_iface.c in Sources */,
  377. 8853CC11109F4CC800358CEF /* eapol_supp_sm.c in Sources */,
  378. 8853CC18109F4D0800358CEF /* chap.c in Sources */,
  379. 8853CC19109F4D0800358CEF /* eap_common.c in Sources */,
  380. 8853CC1A109F4D0800358CEF /* eap_peap_common.c in Sources */,
  381. 8853CC1B109F4D0800358CEF /* eap_wsc_common.c in Sources */,
  382. 8853CC26109F4D3500358CEF /* wps_attr_build.c in Sources */,
  383. 8853CC27109F4D3500358CEF /* wps_attr_parse.c in Sources */,
  384. 8853CC28109F4D3500358CEF /* wps_attr_process.c in Sources */,
  385. 8853CC29109F4D3500358CEF /* wps_common.c in Sources */,
  386. 8853CC2A109F4D3500358CEF /* wps_dev_attr.c in Sources */,
  387. 8853CC2B109F4D3500358CEF /* wps_enrollee.c in Sources */,
  388. 8853CC2C109F4D3500358CEF /* wps_registrar.c in Sources */,
  389. 8853CC2D109F4D3500358CEF /* wps.c in Sources */,
  390. 8853CC34109F4DE200358CEF /* ms_funcs.c in Sources */,
  391. 8853CC35109F4DE200358CEF /* tls_openssl.c in Sources */,
  392. 8853CC40109F4E3A00358CEF /* wps_supplicant.c in Sources */,
  393. 8853CC44109F4E6200358CEF /* uuid.c in Sources */,
  394. 8853CC48109F4E8700358CEF /* ieee802_11_common.c in Sources */,
  395. 8853CC4E109F4ED500358CEF /* sha256.c in Sources */,
  396. 8853CC53109F4F3500358CEF /* aes-cbc.c in Sources */,
  397. 8853CC54109F4F3500358CEF /* sha1-tlsprf.c in Sources */,
  398. );
  399. runOnlyForDeploymentPostprocessing = 0;
  400. };
  401. /* End PBXSourcesBuildPhase section */
  402. /* Begin XCBuildConfiguration section */
  403. 1DEB928608733DD80010E9CD /* Debug */ = {
  404. isa = XCBuildConfiguration;
  405. buildSettings = {
  406. ALWAYS_SEARCH_USER_PATHS = NO;
  407. COPY_PHASE_STRIP = NO;
  408. FRAMEWORK_SEARCH_PATHS = (
  409. "$(inherited)",
  410. "\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"",
  411. );
  412. GCC_DYNAMIC_NO_PIC = NO;
  413. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  414. GCC_MODEL_TUNING = G5;
  415. GCC_OPTIMIZATION_LEVEL = 0;
  416. INSTALL_PATH = /usr/local/bin;
  417. PRODUCT_NAME = wpa_supplicant;
  418. };
  419. name = Debug;
  420. };
  421. 1DEB928708733DD80010E9CD /* Release */ = {
  422. isa = XCBuildConfiguration;
  423. buildSettings = {
  424. ALWAYS_SEARCH_USER_PATHS = NO;
  425. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  426. FRAMEWORK_SEARCH_PATHS = (
  427. "$(inherited)",
  428. "\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"",
  429. );
  430. GCC_MODEL_TUNING = G5;
  431. INSTALL_PATH = /usr/local/bin;
  432. PRODUCT_NAME = wpa_supplicant;
  433. };
  434. name = Release;
  435. };
  436. 1DEB928A08733DD80010E9CD /* Debug */ = {
  437. isa = XCBuildConfiguration;
  438. buildSettings = {
  439. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  440. FRAMEWORK_SEARCH_PATHS = /System/Library/PrivateFrameworks;
  441. GCC_C_LANGUAGE_STANDARD = gnu99;
  442. GCC_OPTIMIZATION_LEVEL = 0;
  443. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  444. GCC_WARN_UNUSED_VARIABLE = YES;
  445. HEADER_SEARCH_PATHS = (
  446. ../../src,
  447. ../../src/crypto,
  448. ../../src/utils,
  449. ../../src/common,
  450. ../../src/rsn_supp,
  451. );
  452. ONLY_ACTIVE_ARCH = YES;
  453. OTHER_CFLAGS = "-DCONFIG_XCODE_DEFAULTS";
  454. PREBINDING = NO;
  455. PRELINK_LIBS = "";
  456. RUN_CLANG_STATIC_ANALYZER = YES;
  457. SDKROOT = macosx10.6;
  458. };
  459. name = Debug;
  460. };
  461. 1DEB928B08733DD80010E9CD /* Release */ = {
  462. isa = XCBuildConfiguration;
  463. buildSettings = {
  464. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  465. FRAMEWORK_SEARCH_PATHS = /System/Library/PrivateFrameworks;
  466. GCC_C_LANGUAGE_STANDARD = gnu99;
  467. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  468. GCC_WARN_UNUSED_VARIABLE = YES;
  469. HEADER_SEARCH_PATHS = (
  470. ../../src,
  471. ../../src/crypto,
  472. ../../src/utils,
  473. ../../src/common,
  474. ../../src/rsn_supp,
  475. );
  476. OTHER_CFLAGS = "-DCONFIG_XCODE_DEFAULTS";
  477. PREBINDING = NO;
  478. SDKROOT = macosx10.6;
  479. };
  480. name = Release;
  481. };
  482. /* End XCBuildConfiguration section */
  483. /* Begin XCConfigurationList section */
  484. 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "wpa_supplicant" */ = {
  485. isa = XCConfigurationList;
  486. buildConfigurations = (
  487. 1DEB928608733DD80010E9CD /* Debug */,
  488. 1DEB928708733DD80010E9CD /* Release */,
  489. );
  490. defaultConfigurationIsVisible = 0;
  491. defaultConfigurationName = Release;
  492. };
  493. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "wpa_supplicant" */ = {
  494. isa = XCConfigurationList;
  495. buildConfigurations = (
  496. 1DEB928A08733DD80010E9CD /* Debug */,
  497. 1DEB928B08733DD80010E9CD /* Release */,
  498. );
  499. defaultConfigurationIsVisible = 0;
  500. defaultConfigurationName = Release;
  501. };
  502. /* End XCConfigurationList section */
  503. };
  504. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  505. }