Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
ws80211_interface Struct Reference

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
 

Detailed Description

Represents a wireless network interface and its capture capabilities.

Member Data Documentation

◆ bands

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

◆ can_check_fcs

bool ws80211_interface::can_check_fcs

True if the interface supports FCS validation filtering

◆ can_set_freq

bool ws80211_interface::can_set_freq

True if the interface supports setting the operating frequency

◆ cap_monitor

int ws80211_interface::cap_monitor

Non-zero if the interface supports monitor mode capture

◆ ifname

char* ws80211_interface::ifname

Interface name (e.g., "wlan0")


The documentation for this struct was generated from the following file: