Home | History | Annotate | Download | only in wiconfig

Lines Matching defs:wi_table

72 struct wi_table {
118 static struct wi_table *wi_optlookup(struct wi_table *, int);
542 static struct wi_table wi_table[] = {
581 static struct wi_table wi_crypt_table[] = {
590 static struct wi_table *wi_tables[] = {
591 wi_table,
596 static struct wi_table *
597 wi_optlookup(struct wi_table *table, int opt)
599 struct wi_table *wt;
636 struct wi_table *w;
646 w = wi_table;
794 struct wi_table *wt, **table;