diff --git a/wifi.md b/wifi.md
index 40a2be2..1308830 100644
--- a/wifi.md
+++ b/wifi.md
@@ -20,6 +20,10 @@ The `wifi.*` modules work with a WiFi interface supporting monitor mode and pack
 
 | parameter | default | description |
 |-----------|---------|-------------|
+| `wifi.show.filter` | |  Defines a regular expression filter for `wifi.show`.|
+| `wifi.show.sort_by` | `rssi` | Defines sorting field for `wifi.show`, available: `rssi`, `bssid`, `essid`, `channel`, `encryption`, `seen`, `sent`, `rcvd`. |
+| `wifi.show.sort` | `asc` | Defines sorting direction for `wifi.show`. |
+| `wifi.show.limit` | `0` | If greater than zero, defines limit for `wifi.show`. |
 | `wifi.hop.period` | `250` | If channel hopping is enabled (empty `wifi.recon.channel`), this is the time in millseconds the algorithm will hop on every channel (it'll be doubled if both 2.4 and 5.0 bands are available). |
 | `wifi.source.file` | | If set, the wifi module will read from this pcap file instead of the hardware interface. |
 | `wifi.skip-broken` | `true` | If true, dot11 packets with an invalid checksum will be skipped. |