| 447 | } |
| 448 | |
| 449 | static void |
| 450 | setroam_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 | |
| 456 | static void |
| 457 | gettxparams(int s) |
nothing calls this directly
no test coverage detected