ieee80211_var.h (2ffc548f43351ab98ab06f4d5e975d79fa60f2c7) ieee80211_var.h (a634d6a78846e4ed939933396d3c656041bb47a8)
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

120 struct ieee80211_node_table ic_sta; /* stations/neighbors */
121 u_int32_t *ic_aid_bitmap; /* association id map */
122 u_int16_t ic_max_aid;
123 u_int16_t ic_sta_assoc; /* stations associated */
124 u_int16_t ic_ps_sta; /* stations in power save */
125 u_int16_t ic_ps_pending; /* ps sta's w/ pending frames */
126 u_int8_t *ic_tim_bitmap; /* power-save stations w/ data*/
127 u_int16_t ic_tim_len; /* ic_tim_bitmap size (bytes) */
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

120 struct ieee80211_node_table ic_sta; /* stations/neighbors */
121 u_int32_t *ic_aid_bitmap; /* association id map */
122 u_int16_t ic_max_aid;
123 u_int16_t ic_sta_assoc; /* stations associated */
124 u_int16_t ic_ps_sta; /* stations in power save */
125 u_int16_t ic_ps_pending; /* ps sta's w/ pending frames */
126 u_int8_t *ic_tim_bitmap; /* power-save stations w/ data*/
127 u_int16_t ic_tim_len; /* ic_tim_bitmap size (bytes) */
128 u_int16_t ic_dtim_period; /* DTIM period */
128 u_int8_t ic_dtim_period; /* DTIM period */
129 u_int8_t ic_dtim_count; /* DTIM count for last bcn */
129 struct ifmedia ic_media; /* interface media config */
130 struct bpf_if *ic_rawbpf; /* packet filter structure */
131 struct ieee80211_node *ic_bss; /* information for this node */
132 struct ieee80211_channel *ic_ibss_chan;
133 int ic_fixed_rate; /* index to ic_sup_rates[] */
134 u_int16_t ic_rtsthreshold;
135 u_int16_t ic_fragthreshold;
136 struct ieee80211_node *(*ic_node_alloc)(struct ieee80211_node_table*);

--- 229 unchanged lines hidden ---
130 struct ifmedia ic_media; /* interface media config */
131 struct bpf_if *ic_rawbpf; /* packet filter structure */
132 struct ieee80211_node *ic_bss; /* information for this node */
133 struct ieee80211_channel *ic_ibss_chan;
134 int ic_fixed_rate; /* index to ic_sup_rates[] */
135 u_int16_t ic_rtsthreshold;
136 u_int16_t ic_fragthreshold;
137 struct ieee80211_node *(*ic_node_alloc)(struct ieee80211_node_table*);

--- 229 unchanged lines hidden ---