tls_ieee80211.h 201 B

123456789101112
  1. #ifndef TLS_IEEE80211_H
  2. #define TLS_IEEE80211_H
  3. #include "tls_common.h"
  4. #if (GCC_COMPILE==1)
  5. #include "wm_ieee80211_gcc.h"
  6. #else
  7. #include "wm_ieee80211.h"
  8. #endif
  9. #endif /* end of TLS_IEEE80211_H */