Searched refs:frame_subtype (Results 1 – 2 of 2) sorted by relevance
712 u32 frame_subtype; in RTMPSoftDecryptTKIP() local741 frame_subtype = ((fc0 >> 4) & 0x0f); in RTMPSoftDecryptTKIP()747 qc_exists = ((frame_subtype == 0x08) || /* Assumed QoS subtypes */ in RTMPSoftDecryptTKIP()748 (frame_subtype == 0x09) || /* Likely to change. */ in RTMPSoftDecryptTKIP()749 (frame_subtype == 0x0a) || (frame_subtype == 0x0b) in RTMPSoftDecryptTKIP()
423 u32 frame_subtype; in RTMPSoftDecryptAES() local446 frame_subtype = ((fc0 >> 4) & 0x0f); in RTMPSoftDecryptAES()452 qc_exists = ((frame_subtype == 0x08) || /* Assumed QoS subtypes */ in RTMPSoftDecryptAES()453 (frame_subtype == 0x09) || /* Likely to change. */ in RTMPSoftDecryptAES()454 (frame_subtype == 0x0a) || (frame_subtype == 0x0b) in RTMPSoftDecryptAES()