wi_ptype          258 dev/ic/if_wi.c 	sc->wi_ptype = WI_PORTTYPE_BSS;
wi_ptype          683 dev/ic/if_wi.c 		    sc->wi_ptype == WI_PORTTYPE_HOSTAP) {
wi_ptype          821 dev/ic/if_wi.c 		if (sc->wi_ptype == WI_PORTTYPE_HOSTAP) {
wi_ptype         1107 dev/ic/if_wi.c 	if (ltv->wi_type == WI_RID_PORTTYPE && sc->wi_ptype == WI_PORTTYPE_IBSS
wi_ptype         1212 dev/ic/if_wi.c 					if (sc->wi_ptype == WI_PORTTYPE_HOSTAP)
wi_ptype         1463 dev/ic/if_wi.c 		error = wi_sync_media(sc, sc->wi_ptype,
wi_ptype         1477 dev/ic/if_wi.c 		error = wi_sync_media(sc, sc->wi_ptype, sc->wi_tx_rate);
wi_ptype         1611 dev/ic/if_wi.c 				if (sc->wi_ptype != WI_PORTTYPE_HOSTAP)
wi_ptype         1616 dev/ic/if_wi.c 				if (sc->wi_ptype != WI_PORTTYPE_HOSTAP)
wi_ptype         1907 dev/ic/if_wi.c 		if (sc->wi_ptype == WI_PORTTYPE_HOSTAP)
wi_ptype         1949 dev/ic/if_wi.c 		if (sc->wi_ptype == WI_PORTTYPE_HOSTAP) {
wi_ptype         2025 dev/ic/if_wi.c 		if (sc->wi_ptype != WI_PORTTYPE_HOSTAP)
wi_ptype         2046 dev/ic/if_wi.c 		if (sc->wi_ptype != WI_PORTTYPE_HOSTAP) {
wi_ptype         2142 dev/ic/if_wi.c 	WI_SETVAL(WI_RID_PORTTYPE, sc->wi_ptype);
wi_ptype         2178 dev/ic/if_wi.c 	if (sc->wi_net_name.i_len != 0 && (sc->wi_ptype == WI_PORTTYPE_HOSTAP ||
wi_ptype         2179 dev/ic/if_wi.c 	    (sc->wi_create_ibss && sc->wi_ptype == WI_PORTTYPE_IBSS)))
wi_ptype         2207 dev/ic/if_wi.c 	if (sc->wi_ptype != WI_PORTTYPE_HOSTAP && ifp->if_flags & IFF_PROMISC)
wi_ptype         2481 dev/ic/if_wi.c 	if (sc->wi_ptype == WI_PORTTYPE_HOSTAP) {
wi_ptype         2504 dev/ic/if_wi.c 		if (sc->wi_ptype == WI_PORTTYPE_HOSTAP) {
wi_ptype         2513 dev/ic/if_wi.c 		} else if (sc->wi_ptype == WI_PORTTYPE_BSS && sc->wi_use_wep &&
wi_ptype         2575 dev/ic/if_wi.c 		if (sc->wi_ptype == WI_PORTTYPE_HOSTAP && sc->wi_use_wep) {
wi_ptype         2868 dev/ic/if_wi.c 	sc->wi_ptype = ptype;
wi_ptype         2877 dev/ic/if_wi.c 	int otype = sc->wi_ptype;
wi_ptype         2889 dev/ic/if_wi.c 		sc->wi_ptype = WI_PORTTYPE_BSS;
wi_ptype         2892 dev/ic/if_wi.c 		sc->wi_ptype = WI_PORTTYPE_ADHOC;
wi_ptype         2895 dev/ic/if_wi.c 		sc->wi_ptype = WI_PORTTYPE_HOSTAP;
wi_ptype         2904 dev/ic/if_wi.c 		sc->wi_ptype = WI_PORTTYPE_IBSS;
wi_ptype         2930 dev/ic/if_wi.c 		if (otype != sc->wi_ptype || orate != sc->wi_tx_rate ||
wi_ptype         2978 dev/ic/if_wi.c 	switch (sc->wi_ptype) {
wi_ptype          198 dev/ic/if_wi_hostap.c 	if (sc->wi_ptype != WI_PORTTYPE_HOSTAP)
wi_ptype           54 dev/ic/if_wivar.h 	u_int16_t		wi_ptype;
wi_ptype          737 dev/usb/if_wi_usb.c 	if (ltv->wi_type == WI_RID_PORTTYPE && wsc->wi_ptype == WI_PORTTYPE_IBSS
wi_ptype          863 dev/usb/if_wi_usb.c 					if (wsc->wi_ptype == WI_PORTTYPE_HOSTAP)