enum ieee80211_if_types — types of 802.11 network interfaces
enum ieee80211_if_types {
IEEE80211_IF_TYPE_INVALID,
IEEE80211_IF_TYPE_AP,
IEEE80211_IF_TYPE_STA,
IEEE80211_IF_TYPE_IBSS,
IEEE80211_IF_TYPE_MESH_POINT,
IEEE80211_IF_TYPE_MNTR,
IEEE80211_IF_TYPE_WDS,
IEEE80211_IF_TYPE_VLAN
}; invalid interface type, not used by mac80211 itself
interface in AP mode.
interface in STA (client) mode.
interface in IBSS (ad-hoc) mode.
802.11s mesh point
interface in monitor (rfmon) mode.
interface in WDS mode.
VLAN interface bound to an AP, drivers will never see this type.