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

Function gettxparams

tools/ifconfig/ifieee80211.c:456–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456static void
457gettxparams(int s)
458{
459 if (gottxparams)
460 return;
461 if (get80211(s, IEEE80211_IOC_TXPARAMS,
462 &txparams, sizeof(txparams)) < 0)
463 err(1, "unable to get transmit parameters");
464 gottxparams = 1;
465}
466
467static void
468settxparams_cb(int s, void *arg)

Callers 3

ifieee80211.cFile · 0.85
list_txparamsFunction · 0.85
ieee80211_statusFunction · 0.85

Calls 1

get80211Function · 0.85

Tested by

no test coverage detected