Searched defs:rfc1042_header (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c13 static unsigned char rfc1042_header[] = variable
134 encaps_data = rfc1042_header;
135 encaps_len = sizeof(rfc1042_header);
295 if (skb->len >= IEEE80211_DATA_HDR3_LEN + sizeof(rfc1042_header) + 2) {
301 sizeof(rfc1042_header)];
H A Dhostap_80211_rx.c13 static unsigned char rfc1042_header[] = variable
1037 ((memcmp(payload, rfc1042_header, 6) == 0 &&
/drivers/staging/rtl8712/
H A Drtl871x_recv.c54 static const u8 rfc1042_header[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable
620 if ((!memcmp(psnap, (void *)rfc1042_header, SNAP_SIZE) &&
H A Drtl8712_recv.c46 static u8 rfc1042_header[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable
396 ((!memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) &&
/drivers/staging/rtl8192e/
H A Drtllib_rx.c231 static unsigned char rfc1042_header[] = { variable
487 ((memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) == 0 &&
1224 ((memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) == 0 &&
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c289 static unsigned char rfc1042_header[] = variable
561 ((memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) == 0 &&
1322 ((memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) == 0 &&

Completed in 2206 milliseconds