MCPcopy Index your code
hub / github.com/F-Stack/f-stack / getdevcaps

Function getdevcaps

tools/ifconfig/ifieee80211.c:485–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485static void
486getdevcaps(int s, struct ieee80211_devcaps_req *dc)
487{
488 if (get80211(s, IEEE80211_IOC_DEVCAPS, dc,
489 IEEE80211_DEVCAPS_SPACE(dc)) < 0)
490 err(1, "unable to get device capabilities");
491}
492
493static void
494setregdomain_cb(int s, void *arg)

Callers 2

setregdomain_cbFunction · 0.85
list_capabilitiesFunction · 0.85

Calls 1

get80211Function · 0.85

Tested by

no test coverage detected