Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_recv.c195 union recv_frame *precv_frame) in r8712_decryptor()
226 union recv_frame *precv_frame) in r8712_portctrl()
277 static sint recv_decache(union recv_frame *precv_frame, u8 bretry, in recv_decache()
293 union recv_frame *precv_frame, in sta2sta_data_frame()
363 union recv_frame *precv_frame, in ap2sta_data_frame()
424 union recv_frame *precv_frame, in sta2ap_data_frame()
447 union recv_frame *precv_frame) in validate_recv_ctrl_frame()
453 union recv_frame *precv_frame) in validate_recv_mgnt_frame()
460 union recv_frame *precv_frame) in validate_recv_data_frame()
542 union recv_frame *precv_frame) in r8712_validate_recv_frame()
Drtl8712_recv.c233 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_recv.c386 static union recv_frame *decryptor(struct adapter *padapter, union recv_frame *precv_frame) in decryptor()
447 static union recv_frame *portctrl(struct adapter *adapter, union recv_frame *precv_frame) in portctrl()
514 static signed int recv_decache(union recv_frame *precv_frame, u8 bretry, struct stainfo_rxcache *pr… in recv_decache()
535 static void process_pwrbit_data(struct adapter *padapter, union recv_frame *precv_frame) in process_pwrbit_data()
568 static void process_wmmps_data(struct adapter *padapter, union recv_frame *precv_frame) in process_wmmps_data()
650 static signed int sta2sta_data_frame(struct adapter *adapter, union recv_frame *precv_frame, in sta2sta_data_frame()
738 static signed int ap2sta_data_frame(struct adapter *adapter, union recv_frame *precv_frame, in ap2sta_data_frame()
843 static signed int sta2ap_data_frame(struct adapter *adapter, union recv_frame *precv_frame, in sta2ap_data_frame()
894 static signed int validate_recv_ctrl_frame(struct adapter *padapter, union recv_frame *precv_frame) in validate_recv_ctrl_frame()
1098 …tic union recv_frame *recvframe_chk_defrag(struct adapter *padapter, union recv_frame *precv_frame) in recvframe_chk_defrag()
[all …]
Drtw_mlme_ext.c424 …gt_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, union recv_frame *precv_frame) in _mgt_dispatcher()
439 void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame) in mgt_dispatcher()
512 unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeReq()
557 unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeRsp()
570 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame) in OnBeacon()
682 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnAuth()
865 unsigned int OnAuthClient(struct adapter *padapter, union recv_frame *precv_frame) in OnAuthClient()
944 unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame) in OnAssocReq()
1383 unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnAssocRsp()
1474 unsigned int OnDeAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnDeAuth()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_recv.c387 static struct recv_frame *decryptor(struct adapter *padapter, struct recv_frame *precv_frame) in decryptor()
447 static struct recv_frame *portctrl(struct adapter *adapter, struct recv_frame *precv_frame) in portctrl()
503 static int recv_decache(struct recv_frame *precv_frame, u8 bretry, struct stainfo_rxcache *prxcache) in recv_decache()
524 void process_pwrbit_data(struct adapter *padapter, struct recv_frame *precv_frame) in process_pwrbit_data()
550 static void process_wmmps_data(struct adapter *padapter, struct recv_frame *precv_frame) in process_wmmps_data()
640 int sta2sta_data_frame(struct adapter *adapter, struct recv_frame *precv_frame, struct sta_info **p… in sta2sta_data_frame()
729 struct recv_frame *precv_frame, in ap2sta_data_frame()
827 struct recv_frame *precv_frame, in sta2ap_data_frame()
884 struct recv_frame *precv_frame) in validate_recv_ctrl_frame()
1009 struct recv_frame *precv_frame) in validate_recv_mgnt_frame()
[all …]
Drtw_mlme_ext.c394 …t_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, struct recv_frame *precv_frame) in _mgt_dispatcher()
408 void mgt_dispatcher(struct adapter *padapter, struct recv_frame *precv_frame) in mgt_dispatcher()
503 unsigned int OnProbeReq(struct adapter *padapter, struct recv_frame *precv_frame) in OnProbeReq()
581 unsigned int OnProbeRsp(struct adapter *padapter, struct recv_frame *precv_frame) in OnProbeRsp()
634 unsigned int OnBeacon(struct adapter *padapter, struct recv_frame *precv_frame) in OnBeacon()
724 unsigned int OnAuth(struct adapter *padapter, struct recv_frame *precv_frame) in OnAuth()
897 unsigned int OnAuthClient(struct adapter *padapter, struct recv_frame *precv_frame) in OnAuthClient()
972 unsigned int OnAssocReq(struct adapter *padapter, struct recv_frame *precv_frame) in OnAssocReq()
1433 unsigned int OnAssocRsp(struct adapter *padapter, struct recv_frame *precv_frame) in OnAssocRsp()
1523 unsigned int OnDeAuth(struct adapter *padapter, struct recv_frame *precv_frame) in OnDeAuth()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Drecv_linux.c104 struct recv_frame *precv_frame) in rtw_hostapd_mlme_rx()
109 struct recv_frame *precv_frame) in rtw_recv_indicatepkt()
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c187 int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame) in rtw_recv_indicatepkt()