Network Kit: add BNetworkDevice::Control

* Allows to do an arbitrary ioctl on the network device

* For ifreq and ieee80211req requests
This commit is contained in:
Julian Harnath
2016-03-15 21:59:03 +01:00
parent 1e3ca5cef9
commit 310238937c
2 changed files with 38 additions and 0 deletions
+2
View File
@@ -96,6 +96,8 @@ public:
bool IsEthernet();
bool IsWireless();
status_t Control(int option, void* request);
status_t Scan(bool wait = true,
bool forceRescan = true);