HomeSort by relevance Sort by last modified time
    Searched refs:ie_type (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-fr.c 384 u_int8_t ie_type; member in struct:ie_tlv_header_t
393 u_int8_t ie_type,ie_len; local
426 ie_type=tptr[0];
430 tok2str(mfr_ctrl_ie_values,"Unknown",ie_type),
431 ie_type,
435 if (ie_type == 0 || ie_len <= sizeof(struct ie_tlv_header_t))
444 switch (ie_type) {
779 tok2str(fr_q933_ie_codesets[codeset],"unknown",ie_p->ie_type),
780 ie_p->ie_type,
784 if (ie_p->ie_type == 0 || ie_p->ie_len == 0
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 48 u8 ie_type; /* FTIE */ member in struct:wpa_tdls_ftie
58 u8 ie_type; /* Timeout IE */ member in struct:wpa_tdls_timeoutie
65 u8 ie_type; /* Link Identifier IE */ member in struct:wpa_tdls_lnkid
640 lnkid->ie_type = WLAN_EID_LINK_ID;
706 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION;
1023 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION;
1131 ftie->ie_type = WLAN_EID_FAST_BSS_TRANSITION;
    [all...]

Completed in 40 milliseconds