Searched refs:first_channel (Results 1 – 4 of 4) sorted by relevance
631 u8 first_channel; /**< Channel number for first channel in band */ member734 u8 first_channel; /**< Channel number of first channel in band */ member
62 __u8 first_channel; member568 if (triplet->chans.first_channel <= 14) in print_country()569 end_channel = triplet->chans.first_channel + (triplet->chans.num_channels - 1); in print_country()571 end_channel = triplet->chans.first_channel + (4 * (triplet->chans.num_channels - 1)); in print_country()573 …printf("\t\tChannels [%d - %d] @ %d dBm\n", triplet->chans.first_channel, end_channel, triplet->ch… in print_country()
1179 cricket::BaseChannel* first_channel = GetChannel(transport_name); in EnableBundle() local1182 first_channel](cricket::BaseChannel* ch) { in EnableBundle()
1117 t->band.first_channel, in net80211_process_ie()