Home
last modified time | relevance | path

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

/external/libnl/python/examples/
Diface.py3 import nl80211
14 nl80211.NL80211_ATTR_MAX, None)
15 if nl80211.NL80211_ATTR_WIPHY in attr:
16 thiswiphy = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_WIPHY])
18 if nl80211.NL80211_ATTR_IFNAME in attr:
19 print("\tinterface %s" % nl.nla_get_string(attr[nl80211.NL80211_ATTR_IFNAME]));
20 if nl80211.NL80211_ATTR_IFINDEX in attr:
21 print("\tifindex %d" % nl.nla_get_u32(attr[nl80211.NL80211_ATTR_IFINDEX]))
22 if nl80211.NL80211_ATTR_WDEV in attr:
23 print("\twdev 0x%lx" % nl.nla_get_u64(attr[nl80211.NL80211_ATTR_WDEV]))
[all …]
Dwiphy.py3 import nl80211
28 e, fattr = nl.py_nla_parse_nested(nl80211.NL80211_FREQUENCY_ATTR_MAX, attr, pol)
29 if nl80211.NL80211_FREQUENCY_ATTR_FREQ in fattr:
30 freq = nl.nla_get_u32(fattr[nl80211.NL80211_FREQUENCY_ATTR_FREQ])
32 …if nl80211.NL80211_FREQUENCY_ATTR_MAX_TX_POWER in fattr and not (nl80211.NL80211_FREQUENCY_ATTR_DI…
33 …sys.stdout.write(" (%.1f dBm)" % (0.01 * nl.nla_get_u32(fattr[nl80211.NL80211_FREQUENCY_ATTR_MAX_T…
34 if nl80211.NL80211_FREQUENCY_ATTR_DISABLED in fattr:
39 e, battr = nl.py_nla_parse_nested(nl80211.NL80211_BAND_ATTR_MAX, attr, None)
41 if nl80211.NL80211_BAND_ATTR_FREQS in battr:
42 for fattr in nl.nla_get_nested(battr[nl80211.NL80211_BAND_ATTR_FREQS]):
[all …]
DMakefile.am5 nl80211.py \
/external/wpa_supplicant_8/wpa_supplicant/systemd/
Dwpa_supplicant-nl80211.service.arg.in2 Description=WPA supplicant daemon (interface- and nl80211 driver-specific version)
12 ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-nl80211-%I.conf -Dnl80211 -i…
15 Alias=multi-user.target.wants/wpa_supplicant-nl80211@%i.service
/external/autotest/client/deps/iwcap/src/
Diwcap.c56 struct genl_family *nl80211; member
81 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211"); in nl80211_init()
82 if (!state->nl80211) { in nl80211_init()
99 genl_family_put(state->nl80211); in nl80211_cleanup()
523 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0, in __handle_cmd()
DMakefile60 %.o: %.c nl80211.h
/external/iw/
DMakefile95 version.c: version.sh $(patsubst %.o,%.c,$(VERSION_OBJS)) nl80211.h iw.h Makefile \
100 %.o: %.c iw.h nl80211.h
DREADME2 This is 'iw', a tool to use nl80211.
/external/wpa_supplicant_8/hostapd/
DChangeLog54 * nl80211
86 * nl80211:
218 * added/fixed nl80211 functionality
265 * added nl80211 functionality
266 - VHT configuration for nl80211
276 nl80211 with multiple BSSes
308 * nl80211: number of updates to use new cfg80211/nl80211 functionality
309 - replace monitor interface with nl80211 commands
389 * fixed EAPOL frame transmission to non-QoS STAs with nl80211
401 Disassoc frames (nl80211).
[all …]
Dandroid.config18 # Driver interface for drivers using the nl80211 kernel interface
28 # QCA vendor extensions to nl80211
Ddefconfig18 # Driver interface for drivers using the nl80211 kernel interface
21 # QCA vendor extensions to nl80211
328 # time goes by. ACS is currently only supported through the nl80211 driver and
DREADME-WPS61 includes WPS support and uses nl80211 driver interface:
76 driver=nl80211
DREADME77 mac80211-based drivers that support AP mode (with driver=nl80211).
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog123 * nl80211:
159 * nl80211:
175 - fixed number of sequences with nl80211 P2P Device interface
218 - enable nl80211 P2P_DEVICE support by default
225 use cases with nl80211)
258 * add support for MAC address randomization in scans with nl80211
284 * allow wpa_supplicant to recover nl80211 functionality if the cfg80211
300 * fixed dynamic interface addition cases with nl80211 to avoid adding
334 * fixed nl80211/RTM_DELLINK processing when a P2P GO interface is
355 * added/fixed nl80211 functionality
[all …]
DREADME120 Linux drivers that support cfg80211/nl80211. Even though there are
128 Linux wireless extensions (WE-18 or newer). Obsoleted by nl80211.
300 driver interfaces (e.g., nl80211, wext, ..) and which authentication
423 -D = driver name (can be multiple drivers: nl80211,wext)
442 nl80211 = Linux nl80211/cfg80211
476 -c wpa1.conf -i wlan0 -D nl80211 -N \
892 # Add a new interface (wlan0, no configuration file, driver=nl80211, and
895 "" nl80211 /var/run/wpa_supplicant
956 wpa_priv -B -P /var/run/wpa_priv.pid nl80211:wlan0
Ddefconfig25 # functionality is added to it. nl80211-based interface is the new
31 # Driver interface for Linux drivers using the nl80211 kernel interface
34 # QCA vendor extensions to nl80211
537 # time goes by. ACS is currently only supported through the nl80211 driver and
Dandroid.config25 # functionality is added to it. nl80211-based interface is the new
31 # Driver interface for Linux drivers using the nl80211 kernel interface
35 # QCA vendor extensions to nl80211
DREADME-WPS58 configuration that includes WPS support and Linux nl80211 -based
DREADME-HS2065 wpa_supplicant. The Linux nl80211 driver interface provides the needed
DREADME-P2P30 configuration that includes Wi-Fi P2P support and Linux nl80211
/external/libpcap/
Dpcap-linux.c625 struct genl_family *nl80211; member
654 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211"); in nl80211_init()
655 if (!state->nl80211) { in nl80211_init()
673 genl_family_put(state->nl80211); in nl80211_cleanup()
702 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
812 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0,
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml341 <para>Driver to use (can be multiple drivers: nl80211,wext).
530 -c wpa1.conf -i wlan0 -D nl80211 -N \
/external/dhcpcd-6.8.2/
Dconfigure453 printf "Testing for nl80211 ... "