Searched refs:Key_info (Results 1 – 3 of 3) sorted by relevance
2841 WORD Key_info; in nsDMA_tx_packet() local2846 Key_info = (skb->data[ETH_HLEN+1+1+2+1] << 8)|(skb->data[ETH_HLEN+1+1+2+2]); in nsDMA_tx_packet()2852 if(!(Key_info & BIT3) && //WPA or RSN group-key challenge in nsDMA_tx_packet()2853 (Key_info & BIT8) && (Key_info & BIT9)) { //send 2/2 key in nsDMA_tx_packet()2864 else if((Key_info & BIT3) && (Descriptor_type==2) && //RSN pairse-key challenge in nsDMA_tx_packet()2865 (Key_info & BIT8) && (Key_info & BIT9)) { in nsDMA_tx_packet()
690 WORD Key_info; in RXbBulkInProcessData() local704 …Key_info = (skb->data[cbIVOffset + 8 + 24 + 6 + 1 +1+1+1+2+1]<<8) |skb->data[cbIVOffset + 8 + 24 +… in RXbBulkInProcessData()
2635 unsigned short Key_info; in device_xmit() local2640 Key_info = (skb->data[ETH_HLEN+1+1+2+1] << 8)|(skb->data[ETH_HLEN+1+1+2+2]); in device_xmit()2646 if(!(Key_info & BIT3) && //group-key challenge in device_xmit()2647 (Key_info & BIT8) && (Key_info & BIT9)) { //send 2/2 key in device_xmit()