MCPcopy Create free account
hub / github.com/F-Stack/f-stack / getregdata

Function getregdata

tools/ifconfig/ifieee80211.c:247–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247static struct regdata *
248getregdata(void)
249{
250 static struct regdata *rdp = NULL;
251 if (rdp == NULL) {
252 rdp = lib80211_alloc_regdata();
253 if (rdp == NULL)
254 errx(-1, "missing or corrupted regdomain database");
255 }
256 return rdp;
257}
258
259/*
260 * Given the channel at index i with attributes from,

Callers 7

setregdomain_cbFunction · 0.85
regdomain_makechannelsFunction · 0.85
list_countriesFunction · 0.85
defaultcountryFunction · 0.85
ifieee80211.cFile · 0.85
print_regdomainFunction · 0.85
setdefregdomainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected