enum ieee80211_conf_(9)
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
AUTHOR
- Johannes Berg <johannes@sipsolutions.net>
- Author.