Searched defs:Descriptor_type (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/vt6656/
H A Ddpc.c689 BYTE Descriptor_type; local
703 Descriptor_type = skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1+1+2];
705 if(Descriptor_type==2) { //RSN
708 else if(Descriptor_type==254) {
H A Drxtx.c2836 BYTE Descriptor_type; local
2841 Descriptor_type = skb->data[ETH_HLEN+1+1+2];
2850 if(Descriptor_type==254) {
2860 else if((Key_info & BIT3) && (Descriptor_type==2) && //RSN pairse-key challenge

Completed in 844 milliseconds