35#include "QTWifiManager.h"
48 class NDEVR_NETWORK_API WifiDialog :
public QWidget
56 explicit WifiDialog(QWidget *parent =
nullptr);
57 virtual ~WifiDialog();
70 void updateWifiList();
78 void scanFinished(Buffer<WifiNetwork>);
82 void scanRequestFailed();
87 void connectRequestFailed(QString failure_message);
97 void onWifiSelected(
int row,
int column);
105 void connectClicked();
109 void disconnectClicked();
111 Ui::WifiDialogUI* ui;
112 bool m_current_has_profile;
113 Buffer<WifiNetwork> m_wifi_networks;
The primary namespace for the NDEVR SDK.