hostapd_defs.h 726 B

123456789101112131415161718192021222324
  1. /*
  2. * hostapd / Initialization and configuration
  3. * Host AP kernel driver
  4. * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. *
  10. * Alternatively, this software may be distributed under the terms of BSD
  11. * license.
  12. *
  13. * See README and COPYING for more details.
  14. */
  15. #ifndef HOSTAPD_DEFS_H
  16. #define HOSTAPD_DEFS_H
  17. /* MTU to be set for the wlan#ap device; this is mainly needed for IEEE 802.1X
  18. * frames that might be longer than normal default MTU and they are not
  19. * fragmented */
  20. #define HOSTAPD_MTU 2290
  21. #endif /* HOSTAPD_DEFS_H */