|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a wireless network interface and its capture capabilities. More...
#include <ws80211_utils.h>
Public Attributes | |
| char * | ifname |
| bool | can_set_freq |
| bool | can_check_fcs |
| GArray * | bands |
| int | cap_monitor |
Represents a wireless network interface and its capture capabilities.
| GArray* ws80211_interface::bands |
Array of ws80211_band structs indexed by ws80211_band_type; always non-NULL but may contain fewer entries than the total number of defined band types
| bool ws80211_interface::can_check_fcs |
True if the interface supports FCS validation filtering
| bool ws80211_interface::can_set_freq |
True if the interface supports setting the operating frequency
| int ws80211_interface::cap_monitor |
Non-zero if the interface supports monitor mode capture
| char* ws80211_interface::ifname |
Interface name (e.g., "wlan0")