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

/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.h10 #include "nl80211.h"
21 struct genl_family *nl80211; member in struct:nl80211_state
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_nl80211.h2 * Driver interaction with Linux nl80211/cfg80211
109 struct genl_family *nl80211; member in struct:wpa_driver_nl80211_data
H A Ddriver_mac80211.c37 #include "nl80211.h"
1738 struct genl_family *nl80211; variable in typeref:struct:genl_family
1762 nl80211 = genl_ctrl_search_by_name(nl_cache, "nl80211");
1763 if (!nl80211) {
1764 wpa_printf(MSG_DEBUG,"nl80211 not found.");
1779 genl_family_put(nl80211);
1839 genlmsg_put(msg, 0, 0, genl_family_get_id(nl80211), 0, 0,
1915 genlmsg_put(msg, 0, 0, genl_family_get_id(nl80211), 0, 0,

Completed in 72 milliseconds