@@ -18,11 +18,11 @@ Footprint values are provided in kilobytes (KB).
1818 +---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
1919 | Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW Patch ROM | WPA supplicant ROM | Total RAM (incl. static HEAP) | Wi-Fi driver RAM | WPA supplicant RAM |
2020 +===============================================================+=============+====================+======================+======================+=================================+====================+======================+
21- | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 525 | 132 | 79 | 146 | 341 | 155 | 52 |
21+ | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 498 | 50 | 88 | 146 | 760 | 154 | 40 |
2222 +---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
23- | :ref: `Monitor <wifi_monitor_sample >` | 513 | 129 | 79 | 146 | 322 | 192 | 52 |
23+ | :ref: `Monitor <wifi_monitor_sample >` | 264 | 25 | 88 | 0 | 760 | 191 | 0 |
2424 +---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
25- | :ref: `Promiscuous <wifi_promiscuous_sample >` | 531 | 134 | 79 | 146 | 326 | 192 | 52 |
25+ | :ref: `Promiscuous <wifi_promiscuous_sample >` | 504 | 51 | 88 | 146 | 760 | 192 | 40 |
2626 +---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
2727
2828 .. tab :: nRF54L15 DK
@@ -32,7 +32,7 @@ Footprint values are provided in kilobytes (KB).
3232 +---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
3333 | Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW Patch ROM | WPA supplicant ROM | Total RAM (incl. static HEAP) | Wi-Fi driver RAM | WPA supplicant RAM |
3434 +===============================================================+=============+====================+======================+======================+=================================+====================+======================+
35- | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 561 | 132 | 79 | 163 | 172 | 57 | 52 |
35+ | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 567 | 50 | 88 | 163 | 256 | 57 | 40 |
3636 +---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
3737
3838 .. tab :: nRF7002 DK
@@ -42,9 +42,9 @@ Footprint values are provided in kilobytes (KB).
4242 +----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
4343 | Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW patch ROM | WPA supplicant ROM | Total RAM (incl. static heap) | Wi-Fi driver RAM | WPA supplicant RAM |
4444 +====================================================+=============+===========================================+============================+======================+=================================+====================+======================+
45- | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 551 | 134 | 79 | 163 | 331 | 155 | 52 |
45+ | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 557 | 51 | 88 | 163 | 448 | 154 | 39 |
4646 +----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
47- | :ref: `Monitor <wifi_monitor_sample >` | 538 | 131 | 79 | 163 | 312 | 192 | 52 |
47+ | :ref: `Monitor <wifi_monitor_sample >` | 256 | 27 | 88 | 0 | 448 | 192 | 0 |
4848 +----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
49- | :ref: `Promiscuous <wifi_promiscuous_sample >` | 558 | 131 | 79 | 163 | 312 | 192 | 52 |
49+ | :ref: `Promiscuous <wifi_promiscuous_sample >` | 563 | 53 | 88 | 163 | 448 | 192 | 39 |
5050 +----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
0 commit comments