From 49dfb55bd22f5027fcbcbc55648efd4bce6c8fd6 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 01 May 2003 23:06:29 +0000 Subject: more work on a higher level listview interface --- (limited to 'libopie2/opienet/onetwork.h') diff --git a/libopie2/opienet/onetwork.h b/libopie2/opienet/onetwork.h index a29b29d..1b38d02 100644 --- a/libopie2/opienet/onetwork.h +++ b/libopie2/opienet/onetwork.h @@ -76,6 +76,7 @@ class OMonitoringInterface; * @brief A container class for all network interfaces * * This class provides access to all available network interfaces of your computer. + * * @author Michael 'Mickey' Lauer */ class ONetwork : public QObject @@ -137,6 +138,7 @@ class ONetwork : public QObject * Linux ioctls are hidden under a convenient high-level interface. * @warning Most of the setting methods contained in this class require the appropriate * process permissions to work. + * * @author Michael 'Mickey' Lauer */ class ONetworkInterface : public QObject @@ -246,6 +248,7 @@ class ONetworkInterface : public QObject * changes the radio frequency channel of its associated @ref OWirelessNetworkInterface. * This is necessary when in monitoring mode and scanning for other devices, because * the radio frequency hardware can only detect packets sent on the same frequency. + * * @author Michael 'Mickey' Lauer */ class OChannelHopper : public QObject @@ -305,6 +308,8 @@ class OChannelHopper : public QObject * @brief A network interface wrapper for interfaces supporting the wireless extensions protocol. * * This class provides a high-level encapsulation of the Linux wireless extension API. + * + * @author Michael 'Mickey' Lauer */ class OWirelessNetworkInterface : public ONetworkInterface { -- cgit v0.9.0.2