10#ifndef WIRELESS_FRAME_H
11#define WIRELESS_FRAME_H
78 int startTimer(
int interval);
84 void getInterfaceInfo();
90 void setInterfaceInfo();
96 void updateInterfaceList();
103 void updateWidgets();
109 void on_helperToolButton_clicked();
114 void on_prefsToolButton_clicked();
119 void on_interfaceComboBox_activated(
int);
124 void on_channelComboBox_activated(
int);
130 void on_channelTypeComboBox_activated(
int);
135 void on_fcsComboBox_activated(
int);
140 void channelComboBoxIndexChanged(
int);
145 void bandComboBoxIndexChanged(
int);
148 Ui::WirelessFrame *ui;
150 bool capture_in_progress_;
Toolbar frame that exposes 802.11 wireless interface controls — channel, channel type,...
Definition wireless_frame.h:27
void setCaptureInProgress(bool capture_in_progress)
Updates widget enabled states based on whether a capture is running.
Definition wireless_frame.cpp:221
void timerEvent(QTimerEvent *event)
Polls for interface availability when the interface-detection timer fires.
Definition wireless_frame.cpp:250
void handleInterfaceEvent(const char *ifname, int added, int up)
Responds to a network interface being added, removed, or brought up/down.
Definition wireless_frame.cpp:238
void showWirelessPreferences(const QString wlan_module_name)
Emitted when the user clicks the preferences button, requesting that the WLAN preferences page be ope...
~WirelessFrame()
Destroys the frame and releases interface resources.
Definition wireless_frame.cpp:215