| 5597 | } |
| 5598 | |
| 5599 | static int |
| 5600 | get80211val(int s, int type, int *val) |
| 5601 | { |
| 5602 | |
| 5603 | return (lib80211_get80211val(s, name, type, val)); |
| 5604 | } |
| 5605 | |
| 5606 | static void |
| 5607 | set80211(int s, int type, int val, int len, void *data) |
no outgoing calls
no test coverage detected