Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_tkip.c712 u32 frame_subtype; in RTMPSoftDecryptTKIP() local
741 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()
Dcmm_aes.c423 u32 frame_subtype; in RTMPSoftDecryptAES() local
446 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()