get_ap_packets
Retrieve IEEE 802.11 packets for a given access-point BSSID from a loaded Wi-Fi capture, returning matching packet summaries and count.
Instructions
Retrieve IEEE 802.11 packets associated with an access-point BSSID.
The query uses the decoded wlan.bssid field and therefore requires an
IEEE 802.11 capture containing that field. Hyphenated and colon-separated
MAC input is accepted and normalized before filtering.
Args:
capture_id: ID of a currently loaded capture.
bssid: AP/BSSID MAC address such as aa:bb:cc:dd:ee:ff.
limit: Maximum results to return, from 1 through 1000.
Returns: Normalized BSSID, generated display filter, packet count, truncation flag, and matching packet summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bssid | Yes | ||
| limit | No | ||
| capture_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||