Lines Matching defs:c
575 int c = 0;
619 if (c < IEEE80211_BSS_ARP_ADDR_LIST_LEN)
620 vif_cfg->arp_addr_list[c] = ifa->ifa_address;
622 c++;
625 vif_cfg->arp_addr_cnt = c;
1100 ieee80211_ifcomb_check(const struct ieee80211_iface_combination *c, int n_comb)
1104 for (i = 0; i < n_comb; i++, c++) {
1106 if (c->radar_detect_widths &&
1107 c->num_different_channels > 1)
1111 for (j = 0; j < c->n_limits; j++)
1112 if ((c->limits[j].types & BIT(NL80211_IFTYPE_ADHOC)) &&
1113 c->limits[j].max > 1)