HomeSort by relevance Sort by last modified time
    Searched refs:tdls (Results 1 - 8 of 8) sorted by null

  /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 */
131 * WEP/WPA/WPA2 hence TDLS frames are processed for TPK handshake.
148 wpa_printf(MSG_WARNING, "TDLS: Failed to delete TPK-TK from "
171 wpa_printf(MSG_DEBUG, "TDLS: Pairwise Cipher Suite: "
175 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 */
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 172 if (hapd->conf->tdls & (TDLS_PROHIBIT | TDLS_PROHIBIT_CHAN_SWITCH))
195 if (hapd->conf->tdls & TDLS_PROHIBIT)
196 *pos |= 0x40; /* Bit 38 - TDLS Prohibited */
197 if (hapd->conf->tdls & TDLS_PROHIBIT_CHAN_SWITCH)
198 *pos |= 0x80; /* Bit 39 - TDLS Channel Switching Prohibited */
ap_config.h 380 int tdls; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/src/drivers/
driver.h 825 /* Driver supports operating as a TDLS peer */
827 /* Driver requires external TDLS setup/teardown/discovery */
3256 struct tdls { struct in union:wpa_event_data
3263 } tdls; member in union:wpa_event_data
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]
Makefile 182 OBJS += ../src/rsn_supp/tdls.o
    [all...]

Completed in 122 milliseconds