Home
last modified time | relevance | path

Searched refs:nl80211 (Results 1 – 25 of 25) 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 …]
/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…
/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/wpa_supplicant/
DMakefile10 ALL += systemd/wpa_supplicant-nl80211@.service
DREADME-DPP67 driver=nl80211
175 driver=nl80211
DChangeLog80 * extended nl80211 Connect and external authentication to support
141 * fixed nl80211 AP and mesh mode configuration regression with
144 * added support for nl80211 to offload 4-way handshake into the driver
291 * nl80211:
327 * nl80211:
343 - fixed number of sequences with nl80211 P2P Device interface
386 - enable nl80211 P2P_DEVICE support by default
393 use cases with nl80211)
426 * add support for MAC address randomization in scans with nl80211
452 * allow wpa_supplicant to recover nl80211 functionality if the cfg80211
[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
555 # 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
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/wpa_supplicant_8/hostapd/
DChangeLog123 * fixed nl80211 AP mode configuration regression with Linux 4.15 and
188 * nl80211
220 * nl80211:
352 * added/fixed nl80211 functionality
399 * added nl80211 functionality
400 - VHT configuration for nl80211
410 nl80211 with multiple BSSes
442 * nl80211: number of updates to use new cfg80211/nl80211 functionality
443 - replace monitor interface with nl80211 commands
523 * fixed EAPOL frame transmission to non-QoS STAs with nl80211
[all …]
Dandroid.config18 # Driver interface for drivers using the nl80211 kernel interface
28 # BCM vendor extensions to nl80211
32 # QCA vendor extensions to nl80211
Ddefconfig18 # Driver interface for drivers using the nl80211 kernel interface
21 # QCA vendor extensions to nl80211
336 # 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/doc/docbook/
Dwpa_supplicant.sgml253 <term>nl80211</term>
255 <para>Uses the modern Linux nl80211/cfg80211 netlink-based
354 <para>Driver to use (can be multiple drivers: nl80211,wext).
543 -c wpa1.conf -i wlan0 -D nl80211 -N \
555 nl80211/cfg80211 support</para>
578 <term>Linux nl80211/cfg80211</term>
/external/libpcap/
Dpcap-linux.c467 struct genl_family *nl80211; member
496 state->nl80211 = genl_ctrl_search_by_name(state->nl_cache, "nl80211"); in nl80211_init()
497 if (!state->nl80211) { in nl80211_init()
515 genl_family_put(state->nl80211); in nl80211_cleanup()
544 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0, in add_mon_if()
648 genlmsg_put(msg, 0, 0, genl_family_get_id(state->nl80211), 0, in del_mon_if()
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi82231 …<enum-decl name="nl80211_band" filepath="include/uapi/linux/nl80211.h" line="4505" column="1" id="…
82299 …<enum-decl name="nl80211_dfs_state" filepath="include/uapi/linux/nl80211.h" line="5673" column="1"…
82555 …<enum-decl name="nl80211_txrate_gi" filepath="include/uapi/linux/nl80211.h" line="4491" column="1"…
Dtest-PR27569-v0.abi82213 …<enum-decl name="nl80211_band" filepath="include/uapi/linux/nl80211.h" line="4505" column="1" id="…
82281 …<enum-decl name="nl80211_dfs_state" filepath="include/uapi/linux/nl80211.h" line="5673" column="1"…
82537 …<enum-decl name="nl80211_txrate_gi" filepath="include/uapi/linux/nl80211.h" line="4491" column="1"…