Searched refs:first_channel (Results 1 - 2 of 2) sorted by relevance

/external/iw/
H A Dscan.c62 __u8 first_channel; member in struct:ieee80211_country_ie_triplet::__anon7536
568 if (triplet->chans.first_channel <= 14)
569 end_channel = triplet->chans.first_channel + (triplet->chans.num_channels - 1);
571 end_channel = triplet->chans.first_channel + (4 * (triplet->chans.num_channels - 1));
573 printf("\t\tChannels [%d - %d] @ %d dBm\n", triplet->chans.first_channel, end_channel, triplet->chans.max_power);
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.cc1179 cricket::BaseChannel* first_channel = GetChannel(transport_name); local
1182 first_channel](cricket::BaseChannel* ch) {

Completed in 145 milliseconds