Searched refs:WLANHDR_OFFSET (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl871x_xmit.h | 134 #define WLANHDR_OFFSET 64 macro
|
D | rtl871x_xmit.c | 487 memset(hdr, 0, WLANHDR_OFFSET); in make_wlanhdr()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2012 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_beacon() 2153 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_probersp() 2300 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in _issue_probereq() 2436 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_auth() 2577 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_asocrsp() 2701 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_assocreq() 2901 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in _issue_nulldata() 3017 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in _issue_qos_nulldata() 3132 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in _issue_deauth() 3234 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_action_spct_ch_switch() [all …]
|
D | rtw_xmit.c | 802 memset(hdr, 0, WLANHDR_OFFSET); in rtw_make_wlanhdr()
|
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 2395 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_beacon23a() 2547 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_probersp() 2701 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in _issue_probereq() 2850 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_auth() 3001 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_assocrsp() 3123 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_assocreq() 3386 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in _issue_nulldata23a() 3508 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in _issue_qos_nulldata23a() 3628 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in _issue_deauth() 3732 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in issue_action_spct_ch_switch23a() [all …]
|
D | rtw_xmit.c | 891 memset(hdr, 0, WLANHDR_OFFSET); in rtw_make_wlanhdr()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 160 #define WLANHDR_OFFSET 64 macro
|
/drivers/staging/rtl8723au/include/ |
D | rtw_xmit.h | 158 #define WLANHDR_OFFSET 64 macro
|
/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2550 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in rtw_cfg80211_monitor_if_xmit_entry() 3002 memset(pmgntframe->buf_addr, 0, WLANHDR_OFFSET + TXDESC_OFFSET); in _cfg80211_rtw_mgmt_tx()
|