Added support for setting BSS parameters with NL80211_CMD_SET_BSS
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 7 Aug 2008 17:09:55 +0000 (20:09 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 7 Aug 2008 17:09:55 +0000 (20:09 +0300)
commit358921edb77a49acc4310176061cc6986fb3ce74
treee82f71ce57718e42abb1859115aca4bc87fef75b
parentbf98f7f3bcf827f5cdcd2179dfcf3b0c55a8cd16
Added support for setting BSS parameters with NL80211_CMD_SET_BSS

This new cfg80211 command is used for setting CTS protect, short preamble,
and short slot time parameters for the BSS. The matching kernel change has
been submitted, but is not yet included in wireless-testing. The code here
used #ifdef to avoid compilation failures before the new command is
available.
hostapd/driver_nl80211.c