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

1 2

  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 2 * wpa_supplicant - TDLS
52 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */
53 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */
72 /* TDLS frame headers as per IEEE Std 802.11z-2010 */
89 int initiator; /* whether this end was initiator for TDLS setup */
112 u8 action_code; /* TDLS frame type */
139 * WEP/WPA/WPA2 hence TDLS frames are processed for TPK handshake.
156 wpa_printf(MSG_WARNING, "TDLS: Failed to delete TPK-TK from "
179 wpa_printf(MSG_DEBUG, "TDLS: Pairwise Cipher Suite: "
183 wpa_printf(MSG_WARNING, "TDLS: Unsupported pairwise cipher %d"
    [all...]
wpa_i.h 92 struct wpa_tdls_peer *tdls; member in struct:wpa_sm
96 /* The driver supports TDLS */
wpa.h 359 /* tdls.c */
  /external/wpa_supplicant_8/src/drivers/
driver_common.c 39 E2S(TDLS);
nl80211_copy.h 42 * For drivers supporting TDLS with external setup (WIPHY_FLAG_SUPPORTS_TDLS
46 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid
51 * the TDLS link (%NL80211_TDLS_DISABLE_LINK)
550 * @NL80211_CMD_TDLS_OPER: Perform a high-level TDLS command (e.g. link setup).
552 * actions on TDLS links (set up a new link or tear down an existing one).
557 * @NL80211_CMD_TDLS_MGMT: Send a TDLS management frame.
    [all...]
driver.h 851 /* Driver supports operating as a TDLS peer */
853 /* Driver requires external TDLS setup/teardown/discovery */
3307 struct tdls { struct in union:wpa_event_data
3314 } tdls; member in union:wpa_event_data
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 192 if (hapd->conf->tdls & TDLS_PROHIBIT)
193 *pos |= 0x40; /* Bit 38 - TDLS Prohibited */
194 if (hapd->conf->tdls & TDLS_PROHIBIT_CHAN_SWITCH) {
195 /* Bit 39 - TDLS Channel Switching Prohibited */
214 if (hapd->conf->tdls & (TDLS_PROHIBIT | TDLS_PROHIBIT_CHAN_SWITCH))
ap_config.h 389 int tdls; member in struct:hostapd_bss_config
  /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 */
bcmevent.h 368 #define WLC_E_TDLS_PEER_DISCOVERED 0 /* peer is ready to establish TDLS */
  /external/wpa_supplicant_8/wpa_supplicant/
ChangeLog 299 changing TDLS behavior. Build param CONFIG_TDLS_TESTING must be
372 * TDLS:
373 - Propogate TDLS related nl80211 capability flags from kernel and
375 capabilities, assume TDLS is supported internally. When TDLS is
376 explicitly not supported, disable all user facing TDLS operations.
377 - Allow TDLS to be disabled at runtime (mostly for testing).
379 - Honor AP TDLS settings that prohibit/allow TDLS.
380 - Add a special testing feature for changing TDLS behavior. Us
    [all...]
events.c     [all...]
android.config 501 # Enable TDLS
wpas_glue.c 571 * TDLS Setup frames do not contain WMM IEs, hence need to depend on
wpa_cli.c     [all...]
Android.mk 214 OBJS += src/rsn_supp/tdls.c
    [all...]
Makefile 193 OBJS += ../src/rsn_supp/tdls.o
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 338 #define ETH_P_80211_ENCAP 0x890d /* TDLS comes under this category */
  /external/wpa_supplicant_8/hostapd/
ChangeLog 184 * TDLS:
185 - Allow TDLS use or TDLS channel switching in the BSS to be
    [all...]
config_file.c     [all...]
hostapd.conf     [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 291 /* TDLS action codes */
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 951 #define WPA2_AUTH_TPK 0x2000 /* TDLS Peer Key */
    [all...]

Completed in 2049 milliseconds

1 2