sta_info.h (8926574c4d0055ca4c4a02d1f6b2c249d01a0621) sta_info.h (71ec375c75095002f36f083ceb32bbb8725734ae)
1/*
2 * Copyright 2002-2005, Devicescape Software, Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8

--- 63 unchanged lines hidden (view full) ---

72 WLAN_STA_UAPSD,
73 WLAN_STA_SP,
74 WLAN_STA_4ADDR_EVENT,
75 WLAN_STA_INSERTED,
76};
77
78enum ieee80211_sta_state {
79 /* NOTE: These need to be ordered correctly! */
1/*
2 * Copyright 2002-2005, Devicescape Software, Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8

--- 63 unchanged lines hidden (view full) ---

72 WLAN_STA_UAPSD,
73 WLAN_STA_SP,
74 WLAN_STA_4ADDR_EVENT,
75 WLAN_STA_INSERTED,
76};
77
78enum ieee80211_sta_state {
79 /* NOTE: These need to be ordered correctly! */
80 IEEE80211_STA_NOTEXIST,
80 IEEE80211_STA_NONE,
81 IEEE80211_STA_AUTH,
82 IEEE80211_STA_ASSOC,
83 IEEE80211_STA_AUTHORIZED,
84};
85
86#define STA_TID_NUM 16
87#define ADDBA_RESP_INTERVAL HZ

--- 485 unchanged lines hidden ---
81 IEEE80211_STA_NONE,
82 IEEE80211_STA_AUTH,
83 IEEE80211_STA_ASSOC,
84 IEEE80211_STA_AUTHORIZED,
85};
86
87#define STA_TID_NUM 16
88#define ADDBA_RESP_INTERVAL HZ

--- 485 unchanged lines hidden ---