Home
last modified time | relevance | path

Searched refs:WLAN_EID_MIC (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c628 wpabuf_put_u8(buf, WLAN_EID_MIC); in mesh_rsn_protect_frame()
H A Dsme.c3279 mic_elem = get_ie(frame_data, frame_data_len, WLAN_EID_MIC); in sme_validate_802_1x_auth_mic()
3492 *pos++ = WLAN_EID_MIC; in sme_add_802_1x_mic_in_assoc()
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_responder.c709 wpabuf_put_u8(buf, WLAN_EID_MIC); in handle_auth_pasn_resp()
H A Dpasn_initiator.c817 wpabuf_put_u8(buf, WLAN_EID_MIC); in wpas_pasn_build_auth_3()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c646 case WLAN_EID_MIC: in __ieee802_11_parse_elems()
888 case WLAN_EID_MIC: in ieee802_11_elems_clear_ids()
H A Dieee802_11_defs.h427 #define WLAN_EID_MIC 140 macro
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c495 ptr[0] = WLAN_EID_MIC; in send_auth_reply()