diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-06-19 17:37:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-06-19 17:37:34 +0000 |
| commit | d5ca4da61ef4d7ce52d0308650e362b599586629 (patch) | |
| tree | bdd3b806658e88da4a5da17908b3496f1aff89fa /sys/dev/wi/if_wivar.h | |
| parent | 0a9c401f9ae009ca91f5f042e0665adeba38a6dd (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi/if_wivar.h')
| -rw-r--r-- | sys/dev/wi/if_wivar.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wivar.h b/sys/dev/wi/if_wivar.h index 470ba6d81eb4..beba7ef89775 100644 --- a/sys/dev/wi/if_wivar.h +++ b/sys/dev/wi/if_wivar.h @@ -123,6 +123,15 @@ struct wi_softc { int wi_tx_data_id; int wi_tx_mgmt_id; int wi_gone; + int wi_flags; +#define WI_FLAGS_ATTACHED 0x01 +#define WI_FLAGS_INITIALIZED 0x02 +#define WI_FLAGS_HAS_WEP 0x04 +#define WI_FLAGS_HAS_IBSS 0x08 +#define WI_FLAGS_HAS_CREATE_IBSS 0x10 +#define WI_FLAGS_HAS_MOR 0x20 +#define WI_FLAGS_HAS_ROAMING 0x30 +#define WI_FLAGS_HAS_DIVERSITY 0x40 int wi_if_flags; u_int16_t wi_procframe; u_int16_t wi_ptype; @@ -159,6 +168,7 @@ struct wi_softc { struct wihap_info wi_hostap_info; u_int32_t wi_icv; int wi_icv_flag; + int wi_ibss_port; struct callout_handle wi_stat_ch; #if __FreeBSD_version >= 500000 struct mtx wi_mtx; |
