Searched refs:ie_type (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-fr.c432 uint8_t ie_type; member in struct:ie_tlv_header_t
442 uint8_t ie_type,ie_len; local
479 ie_type=tptr[0];
483 tok2str(mfr_ctrl_ie_values,"Unknown",ie_type),
484 ie_type,
488 if (ie_type == 0 || ie_len <= sizeof(struct ie_tlv_header_t))
497 switch (ie_type) {
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dtdls.c53 u8 ie_type; /* FTIE */ member in struct:wpa_tdls_ftie
63 u8 ie_type; /* Timeout IE */ member in struct:wpa_tdls_timeoutie
70 u8 ie_type; /* Link Identifier IE */ member in struct:wpa_tdls_lnkid
734 lnkid->ie_type = WLAN_EID_LINK_ID;
803 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION;
1168 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION;
1279 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION;
1371 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION;
2634 lifetime->ie_type = WLAN_EID_TIMEOUT_INTERVAL;

Completed in 135 milliseconds