Kconfig Reference
 
  • All Configuration Options
  • Architecture Configuration Options
  • SoC Configuration Options
  • Boards Configuration Options
  • Driver Configuration Options
  • Kernel Configuration Options
  • Library Configuration Options
  • Subsystem Configuration Options
  • External Modules Configuration Options
  • Bridle Configuration Options
Kconfig Reference
  • »
  • CONFIG_WIFI_SIMPLELINK_MAX_PACKET_SIZE
  • View page source

CONFIG_WIFI_SIMPLELINK_MAX_PACKET_SIZE

Maximum size of a packet, in bytes

Type: int

Help

Set the maximum size of a network packet going through the chip.
This sets the size of each buffer, in each buffer pool.
Do not modify it unless you know what you are doing.

Direct dependencies

WIFI_SIMPLELINK && WIFI

(Includes any dependencies from ifs and menus.)

Default

  • 1472

Kconfig definition

At <Driver>/wifi/simplelink/Kconfig.simplelink:18

Included via Kconfig:8 → Kconfig.zephyr:42 → <Driver>/Kconfig:78 → <Driver>/wifi/Kconfig:33

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → SimpleLink Wi-Fi driver support

config WIFI_SIMPLELINK_MAX_PACKET_SIZE
    int "Maximum size of a packet, in bytes"
    default 1472
    depends on WIFI_SIMPLELINK && WIFI
    help
      Set the maximum size of a network packet going through the chip.
      This sets the size of each buffer, in each buffer pool.
      Do not modify it unless you know what you are doing.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)


© Copyright 2019-2022 TiaC Systems members and individual contributors. Last updated on Apr 01, 2022.

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings