Lines Matching defs:country
135 static int country = USA;
168 module_param(country, int, 0);
580 if (country > JAPAN_TEST)
581 country = USA;
582 else if (country < USA)
583 country = USA;
607 local->sparm.b4.a_curr_country_code = country;
609 hop_pattern_length[(int)country] - 1;
625 local->sparm.b5.a_curr_country_code = country;
627 hop_pattern_length[(int)country];
1335 range->num_channels = hop_pattern_length[(int)country];
1372 * Wireless Private Handler : get country
1377 *(extra) = country;
1455 #define SIOCGIPCOUNTRY SIOCIWFIRSTPRIV + 3 /* Get country code */