HomeSort by: relevance | last modified time | path
    Searched refs:NL80211_TXRATE_VHT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/drivers/
nl80211_copy.h 5269 * @NL80211_TXRATE_VHT: VHT rates allowed for TX rate selection,
5270 * see &struct nl80211_txrate_vht
5283 NL80211_TXRATE_VHT,
5298 * struct nl80211_txrate_vht - VHT MCS/NSS txrate bitmap
5301 struct nl80211_txrate_vht { struct
driver_nl80211.c 4567 struct nl80211_txrate_vht vht_rate;
4615 nla_put(msg, NL80211_TXRATE_VHT, sizeof(vht_rate),
4631 nla_put(msg, NL80211_TXRATE_VHT, sizeof(vht_rate),
4648 if (nla_put(msg, NL80211_TXRATE_VHT, sizeof(vht_rate),
4663 nla_put(msg, NL80211_TXRATE_VHT, sizeof(vht_rate),

Completed in 81 milliseconds