src/wifi/model/wifi-mode.h
changeset 7139 79dd02ed46ec
parent 6852 8f1a53d3f6ca
child 7141 072fb225b714
equal deleted inserted replaced
7138:90f585e0fcea 7139:79dd02ed46ec
    74   WIFI_CODE_RATE_1_2
    74   WIFI_CODE_RATE_1_2
    75 };
    75 };
    76 
    76 
    77 /**
    77 /**
    78  * \brief represent a single transmission mode
    78  * \brief represent a single transmission mode
       
    79  * \ingroup wifi
    79  *
    80  *
    80  * A WifiMode is implemented by a single integer which is used
    81  * A WifiMode is implemented by a single integer which is used
    81  * to lookup in a global array the characteristics of the
    82  * to lookup in a global array the characteristics of the
    82  * associated transmission mode. It is thus extremely cheap to
    83  * associated transmission mode. It is thus extremely cheap to
    83  * keep a WifiMode variable around.
    84  * keep a WifiMode variable around.