Home
last modified time | relevance | path

Searched defs:precv_frame (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/rtl8712/
Drtl871x_recv.c199 union recv_frame *precv_frame) in r8712_decryptor()
229 union recv_frame *precv_frame) in r8712_portctrl()
280 static sint recv_decache(union recv_frame *precv_frame, u8 bretry, in recv_decache()
296 union recv_frame *precv_frame, in sta2sta_data_frame()
366 union recv_frame *precv_frame, in ap2sta_data_frame()
427 union recv_frame *precv_frame, in sta2ap_data_frame()
450 union recv_frame *precv_frame) in validate_recv_ctrl_frame()
456 union recv_frame *precv_frame) in validate_recv_mgnt_frame()
463 union recv_frame *precv_frame) in validate_recv_data_frame()
545 union recv_frame *precv_frame) in r8712_validate_recv_frame()
Drtl8712_recv.c241 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag()
/drivers/staging/rtl8188eu/core/
Drtw_recv.c358 struct recv_frame *precv_frame) in decryptor()
420 struct recv_frame *precv_frame) in portctrl()
494 static int recv_decache(struct recv_frame *precv_frame, u8 bretry, in recv_decache()
522 struct recv_frame *precv_frame) in process_pwrbit_data()
549 struct recv_frame *precv_frame) in process_wmmps_data()
636 struct recv_frame *precv_frame, in sta2sta_data_frame()
715 struct recv_frame *precv_frame, in ap2sta_data_frame()
805 struct recv_frame *precv_frame, in sta2ap_data_frame()
863 struct recv_frame *precv_frame) in validate_recv_ctrl_frame()
991 struct recv_frame *precv_frame) in validate_recv_mgnt_frame()
[all …]
Drtw_mlme_ext.c2010 struct recv_frame *precv_frame, in collect_bss_info()
2506 struct recv_frame *precv_frame) in OnProbeReq()
2541 struct recv_frame *precv_frame) in OnProbeRsp()
2554 struct recv_frame *precv_frame) in OnBeacon()
2646 struct recv_frame *precv_frame) in OnAuth()
2815 struct recv_frame *precv_frame) in OnAuthClient()
2891 struct recv_frame *precv_frame) in OnAssocReq()
3326 struct recv_frame *precv_frame) in OnAssocRsp()
3414 struct recv_frame *precv_frame) in OnDeAuth()
3468 struct recv_frame *precv_frame) in OnDisassoc()
[all …]
/drivers/staging/rtl8723bs/core/
Drtw_recv.c443 union recv_frame *decryptor(struct adapter *padapter, union recv_frame *precv_frame) in decryptor()
544 union recv_frame *portctrl(struct adapter *adapter, union recv_frame *precv_frame) in portctrl()
622 sint recv_decache(union recv_frame *precv_frame, u8 bretry, struct stainfo_rxcache *prxcache) in recv_decache()
650 void process_pwrbit_data(struct adapter *padapter, union recv_frame *precv_frame) in process_pwrbit_data()
687 void process_wmmps_data(struct adapter *padapter, union recv_frame *precv_frame) in process_wmmps_data()
778 union recv_frame *precv_frame, in sta2sta_data_frame()
878 union recv_frame *precv_frame, in ap2sta_data_frame()
1027 union recv_frame *precv_frame, in sta2ap_data_frame()
1084 sint validate_recv_ctrl_frame(struct adapter *padapter, union recv_frame *precv_frame) in validate_recv_ctrl_frame()
1222 sint validate_recv_mgnt_frame(struct adapter *padapter, union recv_frame *precv_frame) in validate_recv_mgnt_frame()
[all …]
Drtw_mlme_ext.c502 …gt_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, union recv_frame *precv_frame) in _mgt_dispatcher()
517 void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame) in mgt_dispatcher()
598 unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeReq()
757 unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeRsp()
770 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame) in OnBeacon()
884 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnAuth()
1085 unsigned int OnAuthClient(struct adapter *padapter, union recv_frame *precv_frame) in OnAuthClient()
1171 unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame) in OnAssocReq()
1646 unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnAssocRsp()
1739 unsigned int OnDeAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnDeAuth()
[all …]
/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c218 static void rtw_os_ksocket_send(struct adapter *padapter, union recv_frame *precv_frame) in rtw_os_ksocket_send()
254 int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame) in rtw_recv_indicatepkt()
/drivers/staging/rtl8188eu/os_dep/
Drecv_linux.c65 struct recv_frame *precv_frame) in rtw_recv_indicatepkt()