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

  /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/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 */
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]
Makefile 216 OBJS += ../src/rsn_supp/tdls.o
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 980 /* Driver supports operating as a TDLS peer */
982 /* Driver requires external TDLS setup/teardown/discovery */
3705 struct tdls { struct in union:wpa_event_data
3712 } tdls; member in union:wpa_event_data
    [all...]
driver_nl80211.c 5755 int tdls = 0; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 695 milliseconds