Home
last modified time | relevance | path

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

/net/wireless/
Dgenregdb.awk44 !active && /country/ {
45 country=$2
46 sub(/:/, "", country)
47 printf "static const struct ieee80211_regdomain regdom_%s = {\n", country
48 printf "\t.alpha2 = \"%s\",\n", country
51 regdb = regdb "\t&regdom_" country ",\n"
/net/bluetooth/hidp/
Dsock.c132 __u8 country; member
178 put_user(ca.country, &uca->country) || in hidp_sock_compat_ioctl()
Dhidp.h94 __u8 country; member
Dcore.c754 hid->country = req->country; in hidp_setup_hid()