Home
last modified time | relevance | path

Searched refs:ie_type (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-fr.c430 uint8_t ie_type; member
440 uint8_t ie_type,ie_len; in mfr_print() local
473 ie_type=tptr[0]; in mfr_print()
477 tok2str(mfr_ctrl_ie_values,"Unknown",ie_type), in mfr_print()
478 ie_type, in mfr_print()
482 if (ie_type == 0 || ie_len <= sizeof(struct ie_tlv_header_t)) in mfr_print()
491 switch (ie_type) { in mfr_print()
834 "unknown", ie_p->ie_type), in q933_print()
835 ie_p->ie_type, in q933_print()
840 if (ie_p->ie_type == 0 || ie_p->ie_len == 0) { in q933_print()
[all …]
/external/wpa_supplicant_8/src/rsn_supp/
Dtdls.c52 u8 ie_type; /* FTIE */ member
62 u8 ie_type; /* Timeout IE */ member
69 u8 ie_type; /* Link Identifier IE */ member
718 lnkid->ie_type = WLAN_EID_LINK_ID; in wpa_tdls_linkid()
787 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION; in wpa_tdls_send_teardown()
1152 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION; in wpa_tdls_send_tpk_m1()
1261 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION; in wpa_tdls_send_tpk_m2()
1353 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION; in wpa_tdls_send_tpk_m3()
2594 lifetime->ie_type = WLAN_EID_TIMEOUT_INTERVAL; in wpa_add_tdls_timeoutie()