| 5583 | } |
| 5584 | |
| 5585 | static int |
| 5586 | get80211(int s, int type, void *data, int len) |
| 5587 | { |
| 5588 | |
| 5589 | return (lib80211_get80211(s, name, type, data, len)); |
| 5590 | } |
| 5591 | |
| 5592 | static int |
| 5593 | get80211len(int s, int type, void *data, int len, int *plen) |
no outgoing calls
no test coverage detected