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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user