Home
last modified time | relevance | path

Searched refs:MAC_HDR_LEN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_pkt_ofld.c230 *len = MAC_HDR_LEN + sec_hdr + 8 + 72; in _phl_pkt_ofld_construct_na()
255 p_na_body = (u8*)(*pkt_buf + MAC_HDR_LEN); in _phl_pkt_ofld_construct_na()
307 *len = MAC_HDR_LEN + sec_hdr + 8 + 28; in _phl_pkt_ofld_construct_arp_rsp()
332 p_arp_rsp_body = (u8*)(*pkt_buf + MAC_HDR_LEN); in _phl_pkt_ofld_construct_arp_rsp()
380 *len = MAC_HDR_LEN+sec_hdr+LLC_LEN+AUTH_1X_HDR_LEN+EAPOLMSG_HDR_LEN; in _phl_pkt_ofld_construct_eapol_key_data()
404 pkt += MAC_HDR_LEN; in _phl_pkt_ofld_construct_eapol_key_data()
439 *len = MAC_HDR_LEN+sec_hdr+SAQ_ACTION_LEN; in _phl_pkt_ofld_construct_sa_query_pkt()
462 pkt += MAC_HDR_LEN; in _phl_pkt_ofld_construct_sa_query_pkt()
543 *len = MAC_HDR_LEN; in _phl_pkt_ofld_construct_probe_req()
544 *pkt_buf = _os_mem_alloc(d, MAC_HDR_LEN); in _phl_pkt_ofld_construct_probe_req()
[all …]
H A Dphl_pkt_ofld.h70 #define MAC_HDR_LEN 24 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_pkt_ofld.c230 *len = MAC_HDR_LEN + sec_hdr + 8 + 72; in _phl_pkt_ofld_construct_na()
255 p_na_body = (u8*)(*pkt_buf + MAC_HDR_LEN); in _phl_pkt_ofld_construct_na()
307 *len = MAC_HDR_LEN + sec_hdr + 8 + 28; in _phl_pkt_ofld_construct_arp_rsp()
332 p_arp_rsp_body = (u8*)(*pkt_buf + MAC_HDR_LEN); in _phl_pkt_ofld_construct_arp_rsp()
380 *len = MAC_HDR_LEN+sec_hdr+LLC_LEN+AUTH_1X_HDR_LEN+EAPOLMSG_HDR_LEN; in _phl_pkt_ofld_construct_eapol_key_data()
404 pkt += MAC_HDR_LEN; in _phl_pkt_ofld_construct_eapol_key_data()
439 *len = MAC_HDR_LEN+sec_hdr+SAQ_ACTION_LEN; in _phl_pkt_ofld_construct_sa_query_pkt()
462 pkt += MAC_HDR_LEN; in _phl_pkt_ofld_construct_sa_query_pkt()
543 *len = MAC_HDR_LEN; in _phl_pkt_ofld_construct_probe_req()
544 *pkt_buf = _os_mem_alloc(d, MAC_HDR_LEN); in _phl_pkt_ofld_construct_probe_req()
[all …]
H A Dphl_pkt_ofld.h70 #define MAC_HDR_LEN 24 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c3341 if(MAC_HDR_LEN <= pkt_buf[0].length) { in _phl_wp_rpt_chk_txsts()
3343 for (i = 0; i < MAC_HDR_LEN; i++) { in _phl_wp_rpt_chk_txsts()