Searched refs:country (Results 1 – 5 of 5) sorted by relevance
/net/wireless/ |
D | genregdb.awk | 37 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®dom_" country ",\n" 140 !active && /country/ {
|
D | reg.c | 524 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/ |
D | sock.c | 132 __u8 country; member 178 put_user(ca.country, &uca->country) || in hidp_sock_compat_ioctl()
|
D | hidp.h | 95 __u8 country; member
|
D | core.c | 764 hid->country = req->country; in hidp_setup_hid()
|