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

Function settxparams_cb

tools/ifconfig/ifieee80211.c:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467static void
468settxparams_cb(int s, void *arg)
469{
470 struct ieee80211_txparams_req *txp = arg;
471 set80211(s, IEEE80211_IOC_TXPARAMS, 0, sizeof(*txp), txp);
472}
473
474static void
475getregdomain(int s)

Callers

nothing calls this directly

Calls 1

set80211Function · 0.85

Tested by

no test coverage detected