Home | History | Annotate | Download | only in iw

Lines Matching refs:first_channel

62 		__u8 first_channel;
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);