Searched refs:nl80211 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c235 #include <linux/nl80211.h>
517 struct genl_family *nl80211; member in struct:nl80211_state
546 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211");
547 if (!state->nl80211) {
549 "%s: nl80211 not found", device);
565 genl_family_put(state->nl80211);
589 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
685 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
4201 * It would be Truly Wonderful if mac80211 and nl80211 cleane
[all...]

Completed in 60 milliseconds