| 436 | } |
| 437 | |
| 438 | static void |
| 439 | getroam(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 | |
| 449 | static void |
| 450 | setroam_cb(int s, void *arg) |
no test coverage detected