HomeSort by relevance Sort by last modified time
    Searched refs:nl80211 (Results 1 - 10 of 10) 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 */