|
NAMElib80211_alloc_regdata ,
lib80211_free_regdata ,
lib80211_regdomain_readconfig ,
lib80211_regdomain_cleanup ,
lib80211_regdomain_findbysku ,
lib80211_regdomain_findbyname ,
lib80211_country_findbycc ,
lib80211_country_findbyname —
manage net80211 configuration and regulatory database
LIBRARY802.11 Wireless Network Management Library (lib80211, -l80211)SYNOPSIS#include
<lib80211/lib80211_regdomain.h>
#include
<lib80211/lib80211_ioctl.h>
struct regdata *
void
int
void
const struct regdomain *
const struct regdomain *
const struct country *
const struct country *
DESCRIPTIONThelib80211 library is an interface to the
net80211(4)
infrastructure. It implements wrappers around the
net80211(4)
ioctl command, as well as providing a convenient API to access the regulatory
database.
The The The The RETURN VALUESThelib80211_alloc_regdata (),
lib80211_regdomain_readconfig (),
lib80211_regdomain_findbysku (),
lib80211_regdomain_findbyname (),
lib80211_country_findbycc (),
lib80211_country_findbyname () return
NULL upon error.
SEE ALSOnet80211(4), ifconfig(8)HISTORYThelib80211 library first appeared in
FreeBSD 11.0.
AUTHORSAdrian Chadd
Visit the GSP FreeBSD Man Page Interface. |