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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 468 TestTcpSessionNotifier rsn = new TestTcpSessionNotifier(port); local
471 rsn.acceptAndOpen(this);
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 202 const u8 *rsn; local
205 rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN);
206 if (rsn &&
207 wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ied) == 0) {
328 const u8 *rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN); local
330 if (rsn && wpa_parse_wpa_ie(rsn, 2 + rsn[1], &_ie) == 0 &&
    [all...]
events.c 214 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: PMKID from assoc IE %sfound from "
223 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: No data in PMKID candidate "
227 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: PMKID candidate event - bssid=" MACSTR
397 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - parse "
406 "in RSN IE");
411 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - proto "
417 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - PTK "
423 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - GTK "
429 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - key mgmt "
439 wpa_dbg(wpa_s, MSG_DEBUG, " skip RSN IE - no mgmt
993 const u8 *ssid, *rsn; local
    [all...]
wpa_supplicant.c 263 * RSN IBSS authentication is per-STA and we can disable the
933 * @wpa_ie: Buffer for the WPA/RSN IE
961 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using IEEE 802.11i/D9.0");
971 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select WPA/RSN");
1054 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT SAE");
1057 wpa_dbg(wpa_s, MSG_DEBUG, "RSN: using KEY_MGMT FT/SAE");
1597 const u8 *rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN); local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 27 * wpa_eapol_key_send - Send WPA/RSN EAPOL-Key message
144 /* When using drivers that generate RSN IE, wpa_supplicant may
152 "RSN: found matching PMKID from PMKSA cache");
155 "RSN: no matching PMKID found");
162 wpa_hexdump(MSG_DEBUG, "RSN: matched PMKID", pmkid, PMKID_LEN);
164 wpa_hexdump_key(MSG_DEBUG, "RSN: PMK from PMKSA cache",
209 "RSN: the new PMK matches with the "
223 "RSN: Cancelled PMKSA caching "
240 "RSN: no PMKSA entry found - trigger "
259 * wpa_supplicant_send_2_of_4 - Send message 2 of WPA/RSN 4-Way Handshak
855 struct wpa_ie_data rsn; local
2397 struct wpa_ie_data rsn; local
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 121 /* IEEE 802.11, 7.3.2.25.3 RSN Capabilities */
150 /* bit4..5 is used in WPA, but is reserved in IEEE 802.11i/RSN */
160 #define WPA_KEY_INFO_ENCR_KEY_DATA BIT(12) /* IEEE 802.11i/RSN only */
173 u8 key_id[8]; /* Reserved in IEEE 802.11i/RSN */
220 * 2/4: RSN IE
221 * 3/4: one or two RSN IEs + GTK IE (encrypted)
227 /* RSN IE version 1
237 * RSN Capabilities (2 octets, little endian) (default: 0)
379 const u8 *rsn; member in struct:wpa_ft_ies

Completed in 116 milliseconds