Home
last modified time | relevance | path

Searched refs:rfc1042_header (Results 1 – 25 of 84) sorted by relevance

1234

/dports/net/hostapd-devel/hostap-14ab4a816/src/drivers/
H A Ddriver_hostap.c35 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
87 if (left < sizeof(rfc1042_header)) { in handle_data()
92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) { in handle_data()
96 pos += sizeof(rfc1042_header); in handle_data()
97 left -= sizeof(rfc1042_header); in handle_data()
292 len = sizeof(*hdr) + sizeof(rfc1042_header) + 2 + data_len; in hostap_send_eapol()
310 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in hostap_send_eapol()
311 pos += sizeof(rfc1042_header); in hostap_send_eapol()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.c35 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
87 if (left < sizeof(rfc1042_header)) { in handle_data()
92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) { in handle_data()
96 pos += sizeof(rfc1042_header); in handle_data()
97 left -= sizeof(rfc1042_header); in handle_data()
291 len = sizeof(*hdr) + sizeof(rfc1042_header) + 2 + data_len; in hostap_send_eapol()
309 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in hostap_send_eapol()
310 pos += sizeof(rfc1042_header); in hostap_send_eapol()
/dports/net/hostapd/hostapd-2.9/src/drivers/
H A Ddriver_hostap.c35 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
87 if (left < sizeof(rfc1042_header)) { in handle_data()
92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) { in handle_data()
96 pos += sizeof(rfc1042_header); in handle_data()
97 left -= sizeof(rfc1042_header); in handle_data()
291 len = sizeof(*hdr) + sizeof(rfc1042_header) + 2 + data_len; in hostap_send_eapol()
309 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in hostap_send_eapol()
310 pos += sizeof(rfc1042_header); in hostap_send_eapol()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/drivers/
H A Ddriver_hostap.c35 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
87 if (left < sizeof(rfc1042_header)) { in handle_data()
92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) { in handle_data()
96 pos += sizeof(rfc1042_header); in handle_data()
97 left -= sizeof(rfc1042_header); in handle_data()
292 len = sizeof(*hdr) + sizeof(rfc1042_header) + 2 + data_len; in hostap_send_eapol()
310 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in hostap_send_eapol()
311 pos += sizeof(rfc1042_header); in hostap_send_eapol()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.c35 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
87 if (left < sizeof(rfc1042_header)) { in handle_data()
92 if (memcmp(pos, rfc1042_header, sizeof(rfc1042_header)) != 0) { in handle_data()
96 pos += sizeof(rfc1042_header); in handle_data()
97 left -= sizeof(rfc1042_header); in handle_data()
291 len = sizeof(*hdr) + sizeof(rfc1042_header) + 2 + data_len; in hostap_send_eapol()
309 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in hostap_send_eapol()
310 pos += sizeof(rfc1042_header); in hostap_send_eapol()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c14 static unsigned char rfc1042_header[] = variable
135 encaps_data = rfc1042_header; in hostap_data_start_xmit()
136 encaps_len = sizeof(rfc1042_header); in hostap_data_start_xmit()
296 if (skb->len >= IEEE80211_DATA_HDR3_LEN + sizeof(rfc1042_header) + 2) { in hostap_mgmt_start_xmit()
302 sizeof(rfc1042_header)]; in hostap_mgmt_start_xmit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c14 static unsigned char rfc1042_header[] = variable
135 encaps_data = rfc1042_header; in hostap_data_start_xmit()
136 encaps_len = sizeof(rfc1042_header); in hostap_data_start_xmit()
296 if (skb->len >= IEEE80211_DATA_HDR3_LEN + sizeof(rfc1042_header) + 2) { in hostap_mgmt_start_xmit()
302 sizeof(rfc1042_header)]; in hostap_mgmt_start_xmit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c14 static unsigned char rfc1042_header[] = variable
135 encaps_data = rfc1042_header; in hostap_data_start_xmit()
136 encaps_len = sizeof(rfc1042_header); in hostap_data_start_xmit()
296 if (skb->len >= IEEE80211_DATA_HDR3_LEN + sizeof(rfc1042_header) + 2) { in hostap_mgmt_start_xmit()
302 sizeof(rfc1042_header)]; in hostap_mgmt_start_xmit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Drx.c102 rfc1042_header, sizeof(rfc1042_header)) == 0) { in lbs_process_rxed_packet()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Drx.c102 rfc1042_header, sizeof(rfc1042_header)) == 0) { in lbs_process_rxed_packet()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/libertas/
H A Drx.c102 rfc1042_header, sizeof(rfc1042_header)) == 0) { in lbs_process_rxed_packet()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c103 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_process_rx_packet()
104 sizeof(rfc1042_header)) && in mwifiex_process_rx_packet()
H A Duap_txrx.c120 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_uap_queue_bridged_pkt()
121 sizeof(rfc1042_header)) && in mwifiex_uap_queue_bridged_pkt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c103 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_process_rx_packet()
104 sizeof(rfc1042_header)) && in mwifiex_process_rx_packet()
H A Duap_txrx.c120 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_uap_queue_bridged_pkt()
121 sizeof(rfc1042_header)) && in mwifiex_uap_queue_bridged_pkt()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c103 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_process_rx_packet()
104 sizeof(rfc1042_header)) && in mwifiex_process_rx_packet()
H A Duap_txrx.c120 (!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header, in mwifiex_uap_queue_bridged_pkt()
121 sizeof(rfc1042_header)) && in mwifiex_uap_queue_bridged_pkt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h123 u8 llc_hdr[sizeof(rfc1042_header)];
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h123 u8 llc_hdr[sizeof(rfc1042_header)];
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h123 u8 llc_hdr[sizeof(rfc1042_header)];
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/os_dep/
H A Drecv_linux.c74 ((!memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) && in rtw_os_alloc_msdu_pkt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/os_dep/
H A Drecv_linux.c74 ((!memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) && in rtw_os_alloc_msdu_pkt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/os_dep/
H A Drecv_linux.c74 ((!memcmp(sub_skb->data, rfc1042_header, SNAP_SIZE) && in rtw_os_alloc_msdu_pkt()
/dports/multimedia/libv4l/linux-5.13-rc2/net/wireless/
H A Dutil.c632 if (likely((ether_addr_equal(payload.hdr, rfc1042_header) && in ieee80211_data_to_8023_exthdr()
806 if (likely((ether_addr_equal(payload, rfc1042_header) && in ieee80211_amsdu_to_8023s()
2095 const unsigned char rfc1042_header[] __aligned(2) = variable
2097 EXPORT_SYMBOL(rfc1042_header);
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/wireless/
H A Dutil.c632 if (likely((ether_addr_equal(payload.hdr, rfc1042_header) && in ieee80211_data_to_8023_exthdr()
806 if (likely((ether_addr_equal(payload, rfc1042_header) && in ieee80211_amsdu_to_8023s()
2095 const unsigned char rfc1042_header[] __aligned(2) = variable
2097 EXPORT_SYMBOL(rfc1042_header);

1234