Searched refs:kde (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dpeerkey_auth.c59 u8 kde[2 + RSN_SELECTOR_LEN + ETH_ALEN + local
67 pos = kde;
82 NULL, NULL, kde, pos - kde, 0, 0, 0);
89 struct wpa_eapol_ie_parse kde; local
95 WPA_GET_BE16(key->key_data_length), &kde) < 0) {
100 if (kde.rsn_ie == NULL || kde.mac_addr == NULL ||
101 kde.mac_addr_len < ETH_ALEN) {
107 /* Initiator = sm->addr; Peer = kde
150 wpa_send_smk_m4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk) argument
203 wpa_send_smk_m5(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk, const u8 *peer) argument
263 struct wpa_eapol_ie_parse kde; local
334 struct wpa_eapol_ie_parse kde; local
[all...]
H A Dwpa_auth_ie.h52 u8 * wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len,
H A Dwpa_auth.c607 struct wpa_eapol_ie_parse *kde)
612 if (wpa_parse_wpa_ie_rsn(kde->rsn_ie, kde->rsn_ie_len, &ie) < 0 ||
623 if (!kde->mdie || !kde->ftie) {
625 "message 2/4", kde->mdie ? "FTIE" : "MDIE");
629 mdie = (struct rsn_mdie *) (kde->mdie + 2);
630 if (kde->mdie[1] < sizeof(struct rsn_mdie) ||
638 (kde->ftie[1] != sm->assoc_resp_ftie[1] ||
639 os_memcmp(kde
605 ft_check_msg_2_of_4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_ie_parse *kde) argument
664 struct wpa_eapol_ie_parse kde; local
1031 __wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr, int force_version) argument
1195 wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr) argument
1681 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde, *pos; local
1985 u8 *kde, *pos, hdr[2]; local
[all...]
H A Dwpa_auth_i.h196 const u8 *kde, size_t kde_len,
H A Dwpa_auth_ie.c308 u8 * wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len, argument
313 RSN_SELECTOR_PUT(pos, kde);
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dpeerkey.c37 static u8 * wpa_add_kde(u8 *pos, u32 kde, const u8 *data, size_t data_len) argument
41 RSN_SELECTOR_PUT(pos, kde);
184 struct wpa_eapol_ie_parse kde; local
198 if (wpa_supplicant_parse_ies((const u8 *) (key + 1), extra_len, &kde) <
204 if (kde.rsn_ie == NULL || kde.mac_addr == NULL ||
205 kde.mac_addr_len < ETH_ALEN) {
212 MAC2STR(kde.mac_addr));
214 if (kde.rsn_ie_len > PEERKEY_MAX_IE_LEN) {
220 if (wpa_parse_wpa_ie_rsn(kde
445 wpa_supplicant_process_smk_m4(struct wpa_peerkey *peerkey, struct wpa_eapol_ie_parse *kde) argument
468 wpa_supplicant_process_smk_m5(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, int ver, struct wpa_peerkey *peerkey, struct wpa_eapol_ie_parse *kde) argument
530 struct wpa_eapol_ie_parse kde; local
611 struct wpa_eapol_ie_parse kde; local
675 const u8 *kde; local
747 wpa_supplicant_update_smk_lifetime(struct wpa_sm *sm, struct wpa_peerkey *peerkey, struct wpa_eapol_ie_parse *kde) argument
784 struct wpa_eapol_ie_parse kde; local
833 struct wpa_eapol_ie_parse kde; local
[all...]
H A Dwpa_i.h252 const u8 *kde, size_t kde_len,
H A Dwpa.c997 * @kde: KDEs to include the EAPOL-Key frame
1005 const u8 *kde, size_t kde_len,
1012 if (kde)
1013 wpa_hexdump(MSG_DEBUG, "WPA: KDE for msg 4/4", kde, kde_len);
1034 if (kde)
1035 os_memcpy(reply + 1, kde, kde_len);
1002 wpa_supplicant_send_4_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, u16 ver, u16 key_info, const u8 *kde, size_t kde_len, struct wpa_ptk *ptk) argument
/freebsd-9.3-release/etc/pam.d/
H A DMakefile10 kde \
/freebsd-9.3-release/contrib/file/magic/
H A DMakefile.am118 $(MAGIC_FRAGMENT_DIR)/kde \
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh3091 /opt/gnome/man /opt/kde/man

Completed in 120 milliseconds