eap-tls.conf 383 B

1234567891011121314151617
  1. eap-tls {
  2. # Maximum size of an EAP-TLS packet.
  3. # fragment_size = 1024
  4. # Include length in non-fragmented EAP-TLS packets.
  5. # include_length = yes
  6. # Whether to load the plugin. Can also be an integer to increase the
  7. # priority of this plugin.
  8. load = yes
  9. # Maximum number of processed EAP-TLS packets (0 = no limit).
  10. # max_message_count = 32
  11. }