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

Function setroam_cb

tools/ifconfig/ifieee80211.c:449–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449static void
450setroam_cb(int s, void *arg)
451{
452 struct ieee80211_roamparams_req *roam = arg;
453 set80211(s, IEEE80211_IOC_ROAM, 0, sizeof(*roam), roam);
454}
455
456static void
457gettxparams(int s)

Callers

nothing calls this directly

Calls 1

set80211Function · 0.85

Tested by

no test coverage detected