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

Function getroam

tools/ifconfig/ifieee80211.c:438–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438static void
439getroam(int s)
440{
441 if (gotroam)
442 return;
443 if (get80211(s, IEEE80211_IOC_ROAM,
444 &roamparams, sizeof(roamparams)) < 0)
445 err(1, "unable to get roaming parameters");
446 gotroam = 1;
447}
448
449static void
450setroam_cb(int s, void *arg)

Callers 3

ifieee80211.cFile · 0.85
list_roamFunction · 0.85
ieee80211_statusFunction · 0.85

Calls 1

get80211Function · 0.85

Tested by

no test coverage detected