Home
last modified time | relevance | path

Searched refs:wireless (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium/chrome/browser/resources/options/chromeos/
Dinternet_options_page.css188 #internetPage[accesslocked] #wireless-buttons,
190 #internetPage[accesslocked] #wireless-section,
197 #detailsInternetPage:not([wireless]) > * > #detailsInternetOk,
201 #detailsInternetPage[wireless] .cellular-details,
215 #wireless-buttons > * > button {
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu_button.cc343 const WirelessNetwork* wireless = NULL; in SetNetworkIcon() local
345 wireless = cros->wifi_network(); in SetNetworkIcon()
348 wireless = cros->cellular_network(); in SetNetworkIcon()
352 wireless->configuring() ? IDS_STATUSBAR_NETWORK_CONFIGURING_TOOLTIP in SetNetworkIcon()
354 UTF8ToUTF16(wireless->name())))); in SetNetworkIcon()
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml31 this can happen even without user's explicit knowledge since the wireless
38 wireless networks. The original wireless LAN standard, IEEE 802.11,
44 Access and IEEE 802.11i amendment to the wireless LAN standard introduce
45 a much improvement mechanism for securing wireless networks. IEEE 802.11i
57 authentication/association of the wireless LAN driver.</para>
61 backend component controlling the wireless
273 <para>Linux wireless extensions (generic).</para>
594 Broadcom-based APs/wireless routers that use Linux. The driver
620 <term>Linux wireless extensions</term>
622 <para>In theory, any driver that supports Linux wireless
[all …]
Dwpa_background.sgml34 algorithm for protecting wireless networks. WEP uses RC4 with
/external/dhcpcd/
Dconfig.mk11 SRCS+= if-linux.c if-linux-wireless.c lpf.c
DAndroid.mk11 if-linux.c if-linux-wireless.c lpf.c compat/getline.c \
Ddhcpcd.h94 int wireless; member
Dconfigure.c188 snprintf(env[4], e, "ifwireless=%d", iface->wireless); in make_env()
213 if (iface->wireless) { in make_env()
/external/wpa_supplicant_6/wpa_supplicant/
DREADME134 Linux wireless extensions (WE-18 or newer). Even though there are
136 note that Linux drivers are moving to use generic wireless extensions
172 except for couple of exceptions, mainly Broadcom-based APs/wireless
180 ("hybrid Linux driver") supports Linux wireless extensions and does
190 In theory, any driver that supports Linux wireless extensions can be
208 is to add full WPA/WPA2 support to Linux wireless extensions to allow
274 for protecting wireless networks. WEP uses RC4 with 40-bit keys,
330 background and acts as the backend component controlling the wireless
522 wext = Linux wireless extensions (generic)
904 wpa_supplicant needs to be running when using a wireless network with
[all …]
DREADME-WPS14 wireless network. It allows automated generation of random keys (WPA
21 wireless network, it should be noted that the use of the PIN and
60 configuration that includes WPS support and Linux wireless extensions
Ddefconfig50 #CFLAGS += -I../../include/wireless
72 # Linux wireless extensions and does not need (or even work) with the old
85 # Driver interface for generic Linux wireless extensions
Dandroid.config50 #CFLAGS += -I../../include/wireless
70 # Linux wireless extensions and does not need (or even work) with the old
82 # Driver interface for generic Linux wireless extensions
DChangeLog36 addition, wpa_supplicant can act as a wireless WPS Registrar to
95 * added driver_ps3 for the PS3 Linux wireless driver
343 stack (wireless-dev.git tree)
604 * fixed driver_wext.c to filter wireless events based on ifindex to
991 data, i.e., about 35 or so APs) when using Linux wireless extensions
1050 driver independent functionality in Linux wireless extensions;
1053 Linux wireless extensions get support for this
1059 supporting wireless extensions.
/external/strace/linux/
Dioctlent.sh73 lookup_ioctls 8B linux/wireless.h
/external/wpa_supplicant_8/wpa_supplicant/
DREADME119 Linux wireless extensions (WE-18 or newer). Even though there are
121 note that Linux drivers are moving to use generic wireless extensions
126 In theory, any driver that supports Linux wireless extensions can be
144 is to add full WPA/WPA2 support to Linux wireless extensions to allow
210 for protecting wireless networks. WEP uses RC4 with 40-bit keys,
266 background and acts as the backend component controlling the wireless
439 wext = Linux wireless extensions (generic)
825 wpa_supplicant needs to be running when using a wireless network with
835 /etc/pcmcia/wireless.opts.
838 /etc/pcmcia/wireless:
[all …]
DREADME-WPS14 wireless network. It allows automated generation of random keys (WPA
21 wireless network, it should be noted that the use of the PIN and
225 can be either over a wired or wireless connection).
Dandroid.config50 #CFLAGS += -I../../include/wireless
72 # Linux wireless extensions and does not need (or even work) with the old
85 # Driver interface for generic Linux wireless extensions
Ddefconfig50 #CFLAGS += -I../../include/wireless
67 # Linux wireless extensions and does not need (or even work) with the old
80 # Driver interface for generic Linux wireless extensions
DChangeLog109 wireless device or IEEE 802.1X on wired is needed)
135 addition, wpa_supplicant can act as a wireless WPS Registrar to
194 * added driver_ps3 for the PS3 Linux wireless driver
442 stack (wireless-dev.git tree)
703 * fixed driver_wext.c to filter wireless events based on ifindex to
1090 data, i.e., about 35 or so APs) when using Linux wireless extensions
1149 driver independent functionality in Linux wireless extensions;
1152 Linux wireless extensions get support for this
1158 supporting wireless extensions.
/external/wpa_supplicant_8/hostapd/
DREADME175 e.g., './hostapd /etc/hostapd.conf'. If you have more that one wireless
205 http://www.missl.cs.umd.edu/wireless/eaptls/ has useful information
264 for protecting wireless networks. WEP uses RC4 with 40-bit keys,
307 Some wireless LAN vendors are already providing support for CCMP in
368 # wired interfaces and WDS links. The normal wireless data interface towards
DREADME-WPS13 wireless network. It allows automated generation of random keys (WPA
20 wireless network, it should be noted that the use of the PIN and
52 WPS registration between a wireless Enrollee and an external Registrar
/external/chromium/net/data/filter_unittests/
Dgoogle.txt9 …ou're away from your PC altogether, Google can be used from a number of wireless platforms includi…
/external/openssh/
DREADME.tun123 could be wireless networks or administrative VPN tunnels.
/external/chromium/chrome/browser/
Dbrowser_about_handler.cc426 const chromeos::WirelessNetwork* wireless = in ToHtmlTableRow() local
428 str += WrapWithTD(base::IntToString(wireless->auto_connect())); in ToHtmlTableRow()
429 str += WrapWithTD(base::IntToString(wireless->strength())); in ToHtmlTableRow()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_osx.m340 wpa_printf(MSG_ERROR, "OSX: No wireless interface available");

12