Home | History | Annotate | Download | only in iw

Lines Matching defs:triplet

553 		union ieee80211_country_ie_triplet *triplet = (void *) data;
555 if (triplet->ext.reg_extension_id >= IEEE80211_COUNTRY_EXTENSION_ID) {
557 triplet->ext.reg_extension_id,
558 triplet->ext.reg_class,
559 triplet->ext.coverage_class,
560 triplet->ext.coverage_class * 450);
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);