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

  /hardware/ti/wlan/mac80211/config/
hostapd.conf 1 driver=nl80211
  /hardware/ti/wlan/mac80211/ti-utils/
Makefile 10 %.o: %.c calibrator.h nl80211.h plt.h nvs_dual_band.h
calibrator.c 23 #include "nl80211.h"
79 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211");
80 if (!state->nl80211) {
81 fprintf(stderr, "nl80211 not found.\n");
97 genl_family_put(state->nl80211);
430 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
505 /* need to treat "help" command specially so it works w/o nl80211 */
calibrator.h 10 #include "nl80211.h"
21 struct genl_family *nl80211; member in struct:nl80211_state
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 2 * nl80211 linux driver interface.
21 #include <linux/nl80211.h>
75 dhd_nli->nl_id = genl_ctrl_resolve(dhd_nli->nl, "nl80211");
77 fprintf(stderr, "'nl80211' netlink not found\n");
91 fprintf(stderr, "nl80211 connection failed\n");
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 37 #include "nl80211.h"
1738 struct genl_family *nl80211; variable in typeref:struct:genl_family
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 2 * Driver interaction with Linux nl80211/cfg80211
118 wpa_printf(MSG_ERROR, "nl80211: Failed to allocate netlink "
124 wpa_printf(MSG_ERROR, "nl80211: Failed to connect to generic "
522 /* nl80211 code */
817 wpa_printf(MSG_DEBUG, "nl80211: Register beacons command "
833 wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available");
851 wpa_printf(MSG_DEBUG, "nl80211: Unexpected beacon event? (%d)",
1018 wpa_printf(MSG_DEBUG, "nl80211: if_removed "
1025 wpa_printf(MSG_DEBUG, "nl80211: Interface %s "
1032 wpa_printf(MSG_DEBUG, "nl80211: if_removed
3389 struct genl_family *nl80211 = NULL; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 27 ALL += systemd/wpa_supplicant-nl80211@.service
    [all...]

Completed in 650 milliseconds