| 5604 | } |
| 5605 | |
| 5606 | static void |
| 5607 | set80211(int s, int type, int val, int len, void *data) |
| 5608 | { |
| 5609 | int ret; |
| 5610 | |
| 5611 | ret = lib80211_set80211(s, name, type, val, len, data); |
| 5612 | if (ret < 0) |
| 5613 | err(1, "SIOCS80211"); |
| 5614 | } |
| 5615 | |
| 5616 | static const char * |
| 5617 | get_string(const char *val, const char *sep, u_int8_t *buf, int *lenp) |
no outgoing calls
no test coverage detected