mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-11 06:34:02 -05:00
Sync nl80211_copy.h with wireless-testing linux/nl80211.h
This commit is contained in:
parent
4b195a1bc9
commit
878ad127ba
@ -526,6 +526,9 @@ enum nl80211_rate_info {
|
|||||||
* @NL80211_STA_INFO_SIGNAL: signal strength of last received PPDU (u8, dBm)
|
* @NL80211_STA_INFO_SIGNAL: signal strength of last received PPDU (u8, dBm)
|
||||||
* @NL80211_STA_INFO_TX_BITRATE: current unicast tx rate, nested attribute
|
* @NL80211_STA_INFO_TX_BITRATE: current unicast tx rate, nested attribute
|
||||||
* containing info as possible, see &enum nl80211_sta_info_txrate.
|
* containing info as possible, see &enum nl80211_sta_info_txrate.
|
||||||
|
* @NL80211_STA_INFO_RX_PACKETS: total received packet (u32, from this station)
|
||||||
|
* @NL80211_STA_INFO_TX_PACKETS: total transmitted packets (u32, to this
|
||||||
|
* station)
|
||||||
*/
|
*/
|
||||||
enum nl80211_sta_info {
|
enum nl80211_sta_info {
|
||||||
__NL80211_STA_INFO_INVALID,
|
__NL80211_STA_INFO_INVALID,
|
||||||
@ -537,6 +540,8 @@ enum nl80211_sta_info {
|
|||||||
NL80211_STA_INFO_PLINK_STATE,
|
NL80211_STA_INFO_PLINK_STATE,
|
||||||
NL80211_STA_INFO_SIGNAL,
|
NL80211_STA_INFO_SIGNAL,
|
||||||
NL80211_STA_INFO_TX_BITRATE,
|
NL80211_STA_INFO_TX_BITRATE,
|
||||||
|
NL80211_STA_INFO_RX_PACKETS,
|
||||||
|
NL80211_STA_INFO_TX_PACKETS,
|
||||||
|
|
||||||
/* keep last */
|
/* keep last */
|
||||||
__NL80211_STA_INFO_AFTER_LAST,
|
__NL80211_STA_INFO_AFTER_LAST,
|
||||||
|
Loading…
Reference in New Issue
Block a user