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

  /external/wpa_supplicant_8/src/rsn_supp/
Makefile 22 tdls.o \
tdls.c 2 * wpa_supplicant - TDLS
56 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */
57 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */
76 /* TDLS frame headers as per IEEE Std 802.11z-2010 */
98 int initiator; /* whether this end was initiator for TDLS setup */
123 u8 action_code; /* TDLS frame type */
164 * WEP/WPA/WPA2 hence TDLS frames are processed for TPK handshake.
181 wpa_printf(MSG_WARNING, "TDLS: Failed to delete TPK-TK from "
204 wpa_printf(MSG_INFO, "TDLS: TPK-TK for the peer " MACSTR
218 wpa_printf(MSG_DEBUG, "TDLS: Pairwise Cipher Suite:
    [all...]
wpa_i.h 101 struct wpa_tdls_peer *tdls; member in struct:wpa_sm
106 /* The driver supports TDLS */
115 /* The driver supports TDLS channel switching */
  /hardware/qcom/wlan/qcwcn/wifi_hal/
Android.mk 47 tdls.cpp \
108 tdls.cpp \
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 200 if (hapd->conf->tdls & TDLS_PROHIBIT)
201 *pos |= 0x40; /* Bit 38 - TDLS Prohibited */
202 if (hapd->conf->tdls & TDLS_PROHIBIT_CHAN_SWITCH) {
203 /* Bit 39 - TDLS Channel Switching Prohibited */
244 if (hapd->conf->tdls & (TDLS_PROHIBIT | TDLS_PROHIBIT_CHAN_SWITCH))
ap_config.h 468 int tdls; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c     [all...]
driver.h 4605 struct tdls { struct in union:wpa_event_data
4613 } tdls; member in union:wpa_event_data
    [all...]
driver_nl80211_capa.c 318 static void wiphy_info_tdls(struct wpa_driver_capa *capa, struct nlattr *tdls,
321 if (tdls == NULL)
324 wpa_printf(MSG_DEBUG, "nl80211: TDLS supported");
328 wpa_printf(MSG_DEBUG, "nl80211: TDLS external setup");
431 wpa_printf(MSG_DEBUG, "nl80211: TDLS channel switch");
    [all...]
driver_nl80211.c 2765 int tdls = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 1271 milliseconds