Home
last modified time | relevance | path

Searched refs:country (Results 1 – 5 of 5) sorted by relevance

/net/wireless/
Dgenregdb.awk37 country=$2
38 sub(/:/, "", country)
39 printf "static const struct ieee80211_regdomain regdom_%s = {\n", country
40 printf "\t.alpha2 = \"%s\",\n", country
49 regdb = regdb "\t&regdom_" country ",\n"
140 !active && /country/ {
Dreg.c524 char country[12]; in call_crda() local
525 char *env[] = { country, NULL }; in call_crda()
527 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda()
/net/bluetooth/hidp/
Dsock.c132 __u8 country; member
178 put_user(ca.country, &uca->country) || in hidp_sock_compat_ioctl()
Dhidp.h95 __u8 country; member
Dcore.c764 hid->country = req->country; in hidp_setup_hid()