Name

enum ieee80211_conf_flags — configuration flags

Synopsis

enum ieee80211_conf_flags {
  IEEE80211_CONF_SHORT_SLOT_TIME,
  IEEE80211_CONF_RADIOTAP,
  IEEE80211_CONF_SUPPORT_HT_MODE
};  

Constants

IEEE80211_CONF_SHORT_SLOT_TIME

use 802.11g short slot time

IEEE80211_CONF_RADIOTAP

add radiotap header at receive time (if supported)

IEEE80211_CONF_SUPPORT_HT_MODE

use 802.11n HT capabilities (if supported)

Description

Flags to define PHY configuration options