HomeSort by relevance Sort by last modified time
    Searched full:tdls (Results 1 - 25 of 48) sorted by null

1 2

  /hardware/libhardware_legacy/include/hardware_legacy/
tdls.h 8 WIFI_TDLS_DISABLED, /* TDLS is not enabled, or is disabled now */
9 WIFI_TDLS_ENABLED, /* TDLS is enabled, but not yet tried */
20 WIFI_TDLS_NOT_SUPPORTED = -2, /* Remote side doesn't support TDLS */
41 /* on_tdls_state_changed - reports state to TDLS link
42 * Report this event when the state of TDLS link changes */
47 /* wifi_enable_tdls - enables TDLS-auto mode for a specific route
50 * why TDLS is being sought. The firmware should do its best to
54 * to indicate the status of TDLS operation.
59 /* wifi_disable_tdls - disables TDLS-auto mode for a specific route
61 * This terminates any existing TDLS with addr device, and frees th
    [all...]
wifi_hal.h 79 #define WIFI_FEATURE_TDLS_OFFCHANNEL 0x2000 // Support for TDLS off channel
126 #include "tdls.h"
link_layer_stats.h 150 wifi_peer_type type; // peer type (AP, TDLS, GO etc.)
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 2 * wpa_supplicant - TDLS
55 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */
56 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */
75 /* TDLS frame headers as per IEEE Std 802.11z-2010 */
97 int initiator; /* whether this end was initiator for TDLS setup */
121 u8 action_code; /* TDLS frame type */
159 * WEP/WPA/WPA2 hence TDLS frames are processed for TPK handshake.
176 wpa_printf(MSG_WARNING, "TDLS: Failed to delete TPK-TK from "
199 wpa_printf(MSG_DEBUG, "TDLS: Pairwise Cipher Suite: "
203 wpa_printf(MSG_WARNING, "TDLS: Unsupported pairwise cipher %d"
    [all...]
wpa_i.h 93 struct wpa_tdls_peer *tdls; member in struct:wpa_sm
97 /* The driver supports TDLS */
wpa.h 377 /* tdls.c */
  /external/wpa_supplicant_8/src/drivers/
driver_common.c 39 E2S(TDLS);
nl80211_copy.h 44 * For drivers supporting TDLS with external setup (WIPHY_FLAG_SUPPORTS_TDLS
48 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid
53 * the TDLS link (%NL80211_TDLS_DISABLE_LINK)
    [all...]
driver.h 997 /* Driver supports operating as a TDLS peer */
999 /* Driver requires external TDLS setup/teardown/discovery */
3728 struct tdls { struct in union:wpa_event_data
3735 } tdls; member in union:wpa_event_data
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
networking_private.json 407 "description": "Enables TDLS for wifi traffic with a specified peer if available.",
412 "description": "The IP or MAC address of the peer with which to enable a TDLS connection."
417 "description": "If true, enable TDLS, otherwise disable TDLS."
428 "description": "A callback function that receives a string with an error or the current TDLS status. 'Failed' indicates that the request failed (e.g. MAC address lookup failed). 'Timeout' indicates that the lookup timed out. Otherwise a valid status is returned (see getWifiTDLSStatus)."
434 "description": "Returns the current TDLS status for the specified peer.",
450 "description": "A callback function that receives a string with the current TDLS status which can be 'Connected', 'Disabled', 'Disconnected', 'Nonexistent', or 'Unknown'"
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 196 if (hapd->conf->tdls & TDLS_PROHIBIT)
197 *pos |= 0x40; /* Bit 38 - TDLS Prohibited */
198 if (hapd->conf->tdls & TDLS_PROHIBIT_CHAN_SWITCH) {
199 /* Bit 39 - TDLS Channel Switching Prohibited */
222 if (hapd->conf->tdls & (TDLS_PROHIBIT | TDLS_PROHIBIT_CHAN_SWITCH))
ap_config.h 405 int tdls; member in struct:hostapd_bss_config
  /external/chromium_org/chromeos/network/
network_device_handler_impl.cc 140 // Struct containing TDLS Operation parameters.
172 NET_LOG_ERROR("Unexpected TDLS result: " + result, device_path);
205 NET_LOG_EVENT(base::StringPrintf("TDLS Retry: %d", params.retry_count),
220 NET_LOG_ERROR("TDLS Error:" + dbus_error_name + ":" + dbus_error_message,
network_device_handler.h 197 // Attempts to enable or disable TDLS for the specified IP or MAC address for
205 // Returns the TDLS status for the specified IP or MAC address for
  /external/kernel-headers/original/uapi/linux/
nl80211.h 44 * For drivers supporting TDLS with external setup (WIPHY_FLAG_SUPPORTS_TDLS
48 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid
53 * the TDLS link (%NL80211_TDLS_DISABLE_LINK)
577 * @NL80211_CMD_TDLS_OPER: Perform a high-level TDLS command (e.g. link setup).
579 * actions on TDLS links (set up a new link or tear down an existing one).
584 * @NL80211_CMD_TDLS_MGMT: Send a TDLS management frame. The
587 * 802.11 management frames, while TDLS action codes (802.11-2012
    [all...]
if_ether.h 90 #define ETH_P_TDLS 0x890D /* TDLS */
  /development/apps/Development/res/values/
strings.xml 37 <string name="start_tdls">Start TDLS</string>
38 <string name="stop_tdls">Stop TDLS</string>
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 512 /* TDLS Capabilities */
513 #define DOT11_TDLS_CAP_TDLS 37 /* TDLS support */
514 #define DOT11_TDLS_CAP_PU_BUFFER_STA 28 /* TDLS Peer U-APSD buffer STA support */
515 #define DOT11_TDLS_CAP_PEER_PSM 20 /* TDLS Peer PSM support */
516 #define DOT11_TDLS_CAP_CH_SW 30 /* TDLS Channel switch */
517 #define DOT11_TDLS_CAP_PROH 38 /* TDLS prohibited */
518 #define DOT11_TDLS_CAP_CH_SW_PROH 39 /* TDLS Channel switch prohibited */
519 #define DOT11_TDLS_CAP_TDLS_WIDER_BW 61 /* TDLS Wider Band-Width */
521 #define TDLS_CAP_MAX_BIT 39 /* TDLS max bit defined in ext cap */
    [all...]
ethernet.h 87 #define ETHER_TYPE_89_0D 0x890d /* 89-0d frame for TDLS */
  /device/lge/mako/
WCNSS_qcom_cfg.ini 233 # TDLS configuration
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.h 122 int tdls_busy_count_; // Number of times to return InProgress for TDLS.
  /external/iproute2/include/linux/
if_ether.h 87 #define ETH_P_TDLS 0x890D /* TDLS */
  /external/wpa_supplicant_8/wpa_supplicant/
ChangeLog 14 * fixed some TDLS failure cases to clean up driver state
18 * added TDLS workaround for some APs that may add extra data to the
24 * improved HT/VHT/QoS parameter setup for TDLS
58 * fixed TDLS AID configuration for VHT
139 * fixed TDLS interoperability issues with supported operating class in
149 * added "get_capability tdls" command
219 * improved TDLS negotiation robustness
220 * added more TDLS peer parameters to be configured to the driver
260 * added D-Bus methods for TDLS
589 changing TDLS behavior. Build param CONFIG_TDLS_TESTING must b
    [all...]
config.h 1016 * tdls_external_control - External control for TDLS setup requests
1018 * Enable TDLS mode where external programs are given the control
1019 * to specify the TDLS link to get established to the driver. The
1020 * driver requests the TDLS setup to the supplicant only for the
1021 * specified TDLS peers.
    [all...]
  /device/asus/flo/
WCNSS_qcom_cfg.ini 236 # TDLS configuration

Completed in 4588 milliseconds

1 2