/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 326 unsigned char *pframe; in issue_beacon() local 467 unsigned char *pframe; in issue_probersp() local 617 unsigned char *pframe; in _issue_probereq() local 757 unsigned char *pframe; in issue_auth() local 906 unsigned char *pbuf, *pframe; in issue_asocrsp() local 1031 unsigned char *pframe, *p; in issue_assocreq() local 1230 unsigned char *pframe; in _issue_nulldata() local 1348 unsigned char *pframe; in _issue_qos_nulldata() local 1471 unsigned char *pframe; in _issue_deauth() local 1576 unsigned char *pframe; in issue_action_spct_ch_switch() local [all …]
|
D | rtw_security.c | 150 u8 *pframe, *payload, *iv; /* wepkey */ in rtw_wep_encrypt() local 206 u8 *pframe, *payload, *iv, wepkey[16]; in rtw_wep_decrypt() local 573 u8 *pframe, *payload, *iv, *prwskey; in rtw_tkip_encrypt() local 653 u8 *pframe, *payload, *iv, *prwskey; in rtw_tkip_decrypt() local 1063 static int aes_cipher(u8 *key, uint hdrlen, u8 *pframe, uint plen) in aes_cipher() 1203 u8 *pframe, *prwskey; /* *payload,*iv */ in rtw_aes_encrypt() local 1259 u8 *pframe, uint plen) in aes_decipher() 1456 u8 *pframe, *prwskey; /* *payload,*iv */ in rtw_aes_decrypt() local
|
D | rtw_wlan_util.c | 865 int rtw_check_bcn_info(struct adapter *Adapter, u8 *pframe, u32 packet_len) in rtw_check_bcn_info() 1066 void update_beacon_info(struct adapter *padapter, u8 *pframe, uint pkt_len, struct sta_info *psta) in update_beacon_info() 1332 unsigned char check_assoc_AP(u8 *pframe, uint len) in check_assoc_AP() 1586 void update_TSF(struct mlme_ext_priv *pmlmeext, u8 *pframe, uint len) in update_TSF()
|
D | rtw_recv.c | 278 u8 *pframe, *payload, *pframemic; in recvframe_chkmic() local 953 u8 *pframe = precv_frame->rx_data; in validate_recv_ctrl_frame() local
|
D | rtw_xmit.c | 631 u8 *pframe, *payload, mic[8]; in xmitframe_addmic() local 976 u8 *pframe, *mem_start; in rtw_xmitframe_coalesce() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 225 static void ConstructBeacon(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructBeacon() 310 static void ConstructPSPoll(struct adapter *adapt, u8 *pframe, u32 *pLength) in ConstructPSPoll() 338 static void ConstructNullFunctionData(struct adapter *adapt, u8 *pframe, in ConstructNullFunctionData() 404 static void ConstructProbeRsp(struct adapter *adapt, u8 *pframe, u32 *pLength, u8 *StaAddr, bool bH… in ConstructProbeRsp()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 169 u8 *pframe, *payload, *iv; /*,*wepkey*/ in r8712_wep_encrypt() local 226 u8 *pframe, *payload, *iv, wepkey[16]; in r8712_wep_decrypt() local 581 u8 *pframe, *payload, *iv, *prwskey; in r8712_tkip_encrypt() local 660 u8 *pframe, *payload, *iv, *prwskey, idx = 0; in r8712_tkip_decrypt() local 1034 u8 *pframe, uint plen) in aes_cipher() 1161 u8 *pframe, *prwskey; in r8712_aes_encrypt() local 1208 u8 *pframe, uint plen) in aes_decipher() 1369 u8 *pframe, *prwskey, *iv, idx; in r8712_aes_decrypt() local
|
D | wifi.h | 175 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) argument 307 static inline unsigned char *get_da(unsigned char *pframe) in get_da() 330 static inline unsigned char *get_sa(unsigned char *pframe) in get_sa() 353 static inline unsigned char *get_hdr_bssid(unsigned char *pframe) in get_hdr_bssid()
|
D | rtl871x_xmit.c | 350 u8 *pframe, *payload, mic[8]; in xmitframe_addmic() local 593 u8 *pframe, *mem_start, *ptxdesc; in r8712_xmitframe_coalesce() local
|
D | rtl871x_recv.c | 165 u8 *pframe, *payload, *pframemic; in r8712_recvframe_chkmic() local
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 185 ConstructBeacon(struct rtw_adapter *padapter, u8 *pframe, u32 *pLength) in ConstructBeacon() 277 u8 *pframe, u32 *pLength) in ConstructPSPoll() 303 ConstructNullFunctionData(struct rtw_adapter *padapter, u8 *pframe, in ConstructNullFunctionData() 374 static void ConstructProbeRsp(struct rtw_adapter *padapter, u8 *pframe, in ConstructProbeRsp()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 155 u8 *pframe, *payload, *iv; /* wepkey */ in rtw_wep_encrypt23a() local 219 u8 *pframe, *payload, *iv, wepkey[16]; in rtw_wep_decrypt23a() local 611 u8 *pframe, *payload, *iv, *prwskey; in rtw_tkip_encrypt23a() local 719 u8 *pframe, *payload, *iv, *prwskey; in rtw_tkip_decrypt23a() local 1136 static int aes_cipher(u8 *key, uint hdrlen, u8 *pframe, uint plen) in aes_cipher() 1285 u8 *pframe, *prwskey; in rtw_aes_encrypt23a() local 1352 static int aes_decipher(u8 *key, uint hdrlen, u8 *pframe, uint plen) in aes_decipher() 1572 u8 *pframe, *prwskey; in rtw_aes_decrypt23a() local
|
D | rtw_mlme_ext.c | 920 u8 *pframe; in OnAuth23a() local 1340 u8 *pframe = skb->data; in OnAssocReq23a() local 1773 u8 *pframe = skb->data; in OnAssocRsp23a() local 2105 u8 *pframe = skb->data; in on_action_public23a() local 2354 unsigned char *pframe; in issue_beacon23a() local 2503 unsigned char *pframe; in issue_probersp() local 2669 unsigned char *pframe; in _issue_probereq() local 2821 unsigned char *pframe; in issue_auth() local 2971 unsigned char *pframe; in issue_assocrsp() local 3091 unsigned char *pframe; in issue_assocreq() local [all …]
|
D | rtw_xmit.c | 396 u8 *pframe = skb->data; in set_qos() local 456 u8 *pframe = skb->data; in update_attrib() local 643 u8 *pframe, *payload, mic[8]; in xmitframe_addmic() local 1072 u8 *pframe, *mem_start; in rtw_xmitframe_coalesce23a() local
|
D | rtw_recv.c | 107 struct recv_frame *pframe; in rtw_alloc_recvframe23a() local 287 u8 *pframe, *payload, *pframemic; in recvframe_chkmic() local
|
D | rtw_wlan_util.c | 1296 unsigned char check_assoc_AP23a(u8 *pframe, uint len) in check_assoc_AP23a()
|
D | rtw_mlme.c | 2107 unsigned char *pframe; in rtw_restructure_ht_ie23a() local
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.c | 797 struct qe_frame *pframe; in ep0_setup_handle() local 821 struct qe_frame *pframe; in qe_ep0_rx() local 893 struct qe_frame *pframe; in qe_ep_rxframe_handle() local 940 struct qe_frame *pframe; in ep_rx_tasklet() local 1027 struct qe_frame *pframe; in qe_ep_rx() local 1367 struct qe_frame *pframe; in qe_ep0_txconf() local 1423 struct qe_frame *pframe = NULL; in qe_ep_txconf() local 1476 struct qe_frame *pframe = NULL; in ep_req_rx() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 174 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) argument 288 static inline unsigned char *get_da(unsigned char *pframe) in get_da() 310 static inline unsigned char *get_sa(unsigned char *pframe) in get_sa() 332 static inline unsigned char *get_hdr_bssid(unsigned char *pframe) in get_hdr_bssid() 357 static inline int IsFrameTypeCtrl(unsigned char *pframe) in IsFrameTypeCtrl()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2510 unsigned char *pframe; in rtw_cfg80211_monitor_if_xmit_entry() local 2957 unsigned char *pframe; in _cfg80211_rtw_mgmt_tx() local
|
/linux-4.4.14/drivers/scsi/ |
D | mvumi.c | 2065 struct mvumi_msg_frame *pframe; in mvumi_build_frame() local
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib.h | 469 #define IsQoSDataFrame(pframe) \ argument 472 #define Frame_Order(pframe) (*(u16 *)pframe&RTLLIB_FCTL_ORDER) argument
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 422 #define IsQoSDataFrame(pframe) ((*(u16 *)pframe&(IEEE80211_STYPE_QOS_DATA|IEEE80211_FTYPE_DATA)) =… argument 423 #define Frame_Order(pframe) (*(u16 *)pframe&IEEE80211_FCTL_ORDER) argument
|