Changeset 1443 for trunk/net80211/ieee80211_scan.c
- Timestamp:
- 02/06/06 21:20:57 (6 years ago)
- Files:
-
- trunk/net80211/ieee80211_scan.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/net80211/ieee80211_scan.c
r1429 r1443 56 56 struct ieee80211_scan_state base; /* public state */ 57 57 58 u_int ss_iflags;/* flags used internally */58 u_int ss_iflags; /* flags used internally */ 59 59 #define ISCAN_MINDWELL 0x0001 /* min dwell time reached */ 60 60 #define ISCAN_DISCARD 0x0002 /* discard rx'd frames */ 61 61 #define ISCAN_CANCEL 0x0004 /* cancel current scan */ 62 62 #define ISCAN_START 0x0008 /* 1st time through next_scan */ 63 unsigned long ss_chanmindwell;/* min dwell on curchan */64 unsigned long ss_scanend; /* time scan must stop */65 u_int ss_duration;/* duration for next scan */63 unsigned long ss_chanmindwell; /* min dwell on curchan */ 64 unsigned long ss_scanend; /* time scan must stop */ 65 u_int ss_duration; /* duration for next scan */ 66 66 struct tasklet_struct ss_pwrsav; /* sta ps ena tasklet */ 67 67 struct timer_list ss_scan_timer; /* scan timer */
