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

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Android.mk 44 $(CLI_COMSRC)/core/rsn \
45 $(CLI_COMSRC)/core/rsn/mainKeysSm \
46 $(CLI_COMSRC)/core/rsn/mainKeysSm/keyDerive \
47 $(CLI_COMSRC)/core/rsn/inc \
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
Android.mk 44 $(CLI_COMSRC)/core/rsn \
45 $(CLI_COMSRC)/core/rsn/mainKeysSm \
46 $(CLI_COMSRC)/core/rsn/mainKeysSm/keyDerive \
47 $(CLI_COMSRC)/core/rsn/inc \
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
Android.mk 95 $(COMSRC)/core/rsn \
96 $(COMSRC)/core/rsn/mainKeysSm \
97 $(COMSRC)/core/rsn/mainKeysSm/keyDerive \
98 $(COMSRC)/core/rsn/adm_ctrl/WPA \
99 $(COMSRC)/core/rsn/adm_ctrl/WPA2 \
100 $(COMSRC)/core/rsn/adm_ctrl/WEP/CCX \
101 $(COMSRC)/core/rsn/inc \
102 $(COMSRC)/core/rsn/algorithms \
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 2 * WPA Supplicant - RSN pre-authentication
73 wpa_printf(MSG_WARNING, "RSN pre-auth frame received from "
102 wpa_hexdump_key(MSG_DEBUG, "RSN: PMK from pre-auth",
110 wpa_msg(sm->ctx->ctx, MSG_INFO, "RSN: failed to get "
117 wpa_msg(sm->ctx->ctx, MSG_INFO, "RSN: pre-authentication with " MACSTR
130 wpa_msg(sm->ctx->ctx, MSG_INFO, "RSN: pre-authentication with " MACSTR
164 * rsn_preauth_init - Start new RSN pre-authentication
172 * This function request an RSN pre-authentication with a given destination
186 wpa_msg(sm->ctx->ctx, MSG_DEBUG, "RSN: starting pre-authentication "
193 wpa_printf(MSG_WARNING, "RSN: Failed to initialize L2 packet
451 const u8 *ssid, *rsn; local
    [all...]
wpa_ft.c 112 * @pmk_name: PMKR0Name or PMKR1Name to be added into the RSN IE PMKID List
192 /* RSN Capabilities */
251 * RSN IE
284 const u8 *rsn; member in struct:wpa_ft_ies
359 parse->rsn = pos + 2;
361 ret = wpa_parse_wpa_ie_rsn(parse->rsn - 2,
366 "RSN IE: %d", ret);
816 parse.rsn - 2, parse.rsn_len + 2, NULL, 0,
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 470 TestTcpSessionNotifier rsn = new TestTcpSessionNotifier(port); local
473 rsn.acceptAndOpen(this);
  /external/wpa_supplicant/
mlme.c 333 u8 *rsn; member in struct:ieee802_11_elems
426 elems->rsn = pos;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c 734 * @wpa_ie: Buffer for the WPA/RSN IE
763 wpa_msg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0");
773 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select WPA/RSN");
1157 const u8 *rsn = wpa_scan_get_ie(bss, WLAN_EID_RSN); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbnf.cpp 1019 UnicodeString rsn(ruleSetName);
1020 int32_t ix = localizations->indexForRuleSet(rsn.getTerminatedBuffer());
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 1019 UnicodeString rsn(ruleSetName);
1020 int32_t ix = localizations->indexForRuleSet(rsn.getTerminatedBuffer());
    [all...]

Completed in 249 milliseconds