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 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 393 int tdls; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 2 * wpa_supplicant - TDLS
54 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */
55 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */
74 /* TDLS frame headers as per IEEE Std 802.11z-2010 */
94 int initiator; /* whether this end was initiator for TDLS setup */
118 u8 action_code; /* TDLS frame type */
147 * WEP/WPA/WPA2 hence TDLS frames are processed for TPK handshake.
164 wpa_printf(MSG_WARNING, "TDLS: Failed to delete TPK-TK from "
187 wpa_printf(MSG_DEBUG, "TDLS: Pairwise Cipher Suite: "
191 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/wpa_supplicant/
events.c     [all...]
Makefile 193 OBJS += ../src/rsn_supp/tdls.o
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 879 /* Driver supports operating as a TDLS peer */
881 /* Driver requires external TDLS setup/teardown/discovery */
3512 struct tdls { struct in union:wpa_event_data
3519 } tdls; member in union:wpa_event_data
    [all...]
driver_nl80211.c 4910 int tdls = 0; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 95 milliseconds