Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c187 hci_cc2str(rp.country_code), rp.country_code); in hci_read_country_code()
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c1108 wif->country_code[0] = regdomain.isocc[0]; in wlan_config_get_country()
1109 wif->country_code[1] = regdomain.isocc[1]; in wlan_config_get_country()
1110 wif->country_code[2] = regdomain.location; in wlan_config_get_country()
1165 wif->country_code[0] = regdomain->rd.isocc[0]; in wlan_config_set_country()
1166 wif->country_code[1] = regdomain->rd.isocc[1]; in wlan_config_set_country()
1167 wif->country_code[2] = regdomain->rd.location; in wlan_config_set_country()
2063 return (wlan_config_set_country(wif, wif->country_code, in wlan_config_set_ioctl()
H A Dwlan_snmp.h110 uint8_t country_code[WLAN_COUNTRY_CODE_SIZE]; member
H A Dwlan_snmp.c721 return (string_get(val, wif->country_code, in op_wlan_iface_config()
/freebsd-13.1/sys/netgraph/bluetooth/include/
H A Dng_hci.h1436 u_int8_t country_code; /* 0x00 - NAM, EUR, JP; 0x01 - France */ member