HomeSort by relevance Sort by last modified time
    Searched defs:nl80211 (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-linux.c 232 #include <linux/nl80211.h>
585 struct genl_family *nl80211; member in struct:nl80211_state
614 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211");
615 if (!state->nl80211) {
617 "%s: nl80211 not found", device);
633 genl_family_put(state->nl80211);
657 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
753 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 2 * Driver interaction with Linux nl80211/cfg80211
131 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink "
137 wpa_printf(MSG_ERROR, "nl80211: Failed to connect to generic "
602 /* nl80211 code */
662 "nl80211: %s->nl_recvmsgs failed: %d",
898 wpa_printf(MSG_DEBUG, "nl80211: Register beacons command "
915 wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available");
919 wpa_printf(MSG_INFO, "nl80211: %s->nl_recvmsgs failed: %d",
937 wpa_printf(MSG_DEBUG, "nl80211: Unexpected beacon event? (%d)",
1089 wpa_printf(MSG_DEBUG, "nl80211: Interface %s does not exist - ignore RTM_NEWLINK"
4038 struct genl_family *nl80211 = NULL; local
    [all...]

Completed in 44 milliseconds