| 483 | } |
| 484 | |
| 485 | static void |
| 486 | getdevcaps(int s, struct ieee80211_devcaps_req *dc) |
| 487 | { |
| 488 | if (get80211(s, IEEE80211_IOC_DEVCAPS, dc, |
| 489 | IEEE80211_DEVCAPS_SPACE(dc)) < 0) |
| 490 | err(1, "unable to get device capabilities"); |
| 491 | } |
| 492 | |
| 493 | static void |
| 494 | setregdomain_cb(int s, void *arg) |
no test coverage detected