diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-04-12 06:10:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-04-12 06:10:37 +0000 |
| commit | 73ce5fac0e85ee97c7f2b7784b13735ee2e6d6f6 (patch) | |
| tree | b1301fc4060605cecb2893bb998ca01d457ad59e | |
| parent | 4edac09c3eaa46e2eb637c117f2f68e9efa0ef72 (diff) | |
Notes
| -rw-r--r-- | sys/net/if_media.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_media.h b/sys/net/if_media.h index 541cb2f7055d..8f4a902c8e45 100644 --- a/sys/net/if_media.h +++ b/sys/net/if_media.h @@ -178,6 +178,7 @@ int ifmedia_ioctl(struct ifnet *ifp, struct ifreq *ifr, #define IFM_IEEE80211_DS11 8 /* Direct Sequence 11Mbps */ #define IFM_IEEE80211_DS22 9 /* Direct Sequence 22Mbps */ #define IFM_IEEE80211_ADHOC 0x00000100 /* Operate in Adhoc mode */ +#define IFM_IEEE80211_HOSTAP 0x00000200 /* Operate in Host AP mode */ /* * Shared media sub-types @@ -375,6 +376,7 @@ struct ifmedia_description { #define IFM_SUBTYPE_IEEE80211_OPTION_DESCRIPTIONS { \ { IFM_IEEE80211_ADHOC, "adhoc" }, \ + { IFM_IEEE80211_HOSTAP, "hostap" }, \ { 0, NULL }, \ } |
