OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_channel
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
isp_tpublic.h
114
int
i_channel
;
member in struct:__anon86d6b6f80508
/src/sbin/ifconfig/
ieee80211.c
333
rc = prop_dictionary_get_uint16(env, "chan", &channel.
i_channel
);
725
if (channel.
i_channel
!= (u_int16_t)-1)
726
printf("\tchan %d\n", channel.
i_channel
);
731
if (channel.
i_channel
!= IEEE80211_CHAN_ANY)
732
printf(" chan %d", channel.
i_channel
);
/src/sys/net80211/
ieee80211_ioctl.h
585
u_int16_t
i_channel
;
member in struct:ieee80211chanreq
ieee80211_ioctl.c
2792
if (chanreq->
i_channel
== IEEE80211_CHAN_ANY)
2794
else if (chanreq->
i_channel
> IEEE80211_CHAN_MAX ||
2795
isclr(ic->ic_chan_active, chanreq->
i_channel
)) {
2800
&ic->ic_channels[chanreq->
i_channel
];
2835
chanreq->
i_channel
= ieee80211_chan2ieee(ic, chan);
Completed in 14 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025