| 465 | } |
| 466 | |
| 467 | static void |
| 468 | settxparams_cb(int s, void *arg) |
| 469 | { |
| 470 | struct ieee80211_txparams_req *txp = arg; |
| 471 | set80211(s, IEEE80211_IOC_TXPARAMS, 0, sizeof(*txp), txp); |
| 472 | } |
| 473 | |
| 474 | static void |
| 475 | getregdomain(int s) |
nothing calls this directly
no test coverage detected