10 #ifndef WIRELESS_FRAME_H 11 #define WIRELESS_FRAME_H 29 void setCaptureInProgress(
bool capture_in_progress);
32 void pushAdapterStatus(
const QString&);
33 void showWirelessPreferences(
const QString wlan_module_name);
36 void timerEvent(QTimerEvent *event);
39 void getInterfaceInfo();
40 void setInterfaceInfo();
41 int getCenterFrequency(
int control_frequency,
int bandwidth);
42 int getBandwidthFromChanType(
int chan_type);
47 void on_helperToolButton_clicked();
48 void on_prefsToolButton_clicked();
49 void on_interfaceComboBox_activated(
int);
50 void on_channelComboBox_activated(
int);
51 void on_channelTypeComboBox_activated(
int);
52 void on_fcsComboBox_activated(
int);
57 bool capture_in_progress_;
61 #endif // WIRELESS_FRAME_H Definition: ui_about_dialog.h:291
Definition: wireless_frame.h:21
Definition: ui_wireless_frame.h:191