Lines Matching defs:country
135 static int country = USA;
168 module_param(country, int, 0);
576 if (country > JAPAN_TEST)
577 country = USA;
578 else if (country < USA)
579 country = USA;
603 local->sparm.b4.a_curr_country_code = country;
605 hop_pattern_length[(int)country] - 1;
621 local->sparm.b5.a_curr_country_code = country;
623 hop_pattern_length[(int)country];
1336 range->num_channels = hop_pattern_length[(int)country];
1373 * Wireless Private Handler : get country
1378 *(extra) = country;
1456 #define SIOCGIPCOUNTRY SIOCIWFIRSTPRIV + 3 /* Get country code */