atu_desired_channel  502 dev/usb/if_atu.c 	if (sc->atu_desired_channel != IEEE80211_CHAN_ANY)
atu_desired_channel  503 dev/usb/if_atu.c 		Request.Channel = (u_int8_t)sc->atu_desired_channel;
atu_desired_channel  562 dev/usb/if_atu.c 	if (sc->atu_desired_channel != IEEE80211_CHAN_ANY)
atu_desired_channel  563 dev/usb/if_atu.c 		Scan.Channel = (u_int8_t)sc->atu_desired_channel;
atu_desired_channel  673 dev/usb/if_atu.c 	if (sc->atu_desired_channel != IEEE80211_CHAN_ANY)
atu_desired_channel  674 dev/usb/if_atu.c 		cmd.Channel = (u_int8_t)sc->atu_desired_channel;
atu_desired_channel 1437 dev/usb/if_atu.c 	sc->atu_desired_channel = IEEE80211_CHAN_ANY;
atu_desired_channel  203 dev/usb/if_atureg.h 	u_int16_t		atu_desired_channel;