Home
last modified time | relevance | path

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

/linux-6.1.9/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()
459 union recv_frame *precv_frame) in validate_recv_data_frame()
541 union recv_frame *precv_frame) in r8712_validate_recv_frame()
Drtl8712_recv.c233 union recv_frame *precv_frame) in r8712_recvframe_chk_defrag()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_recv.c437 static struct recv_frame *decryptor(struct adapter *padapter, struct recv_frame *precv_frame) in decryptor()
496 static struct recv_frame *portctrl(struct adapter *adapter, struct recv_frame *precv_frame) in portctrl()
552 static int recv_decache(struct recv_frame *precv_frame, u8 bretry, struct stainfo_rxcache *prxcache) in recv_decache()
572 static void process_pwrbit_data(struct adapter *padapter, struct recv_frame *precv_frame) in process_pwrbit_data()
595 static void process_wmmps_data(struct adapter *padapter, struct recv_frame *precv_frame) in process_wmmps_data()
677 struct recv_frame *precv_frame, struct sta_info **psta) in sta2sta_data_frame()
753 struct recv_frame *precv_frame, in ap2sta_data_frame()
839 struct recv_frame *precv_frame, in sta2ap_data_frame()
894 struct recv_frame *precv_frame) in validate_recv_ctrl_frame()
1001 struct recv_frame *precv_frame) in validate_recv_mgnt_frame()
[all …]
Drtw_mlme_ext.c396 void mgt_dispatcher(struct adapter *padapter, struct recv_frame *precv_frame) in mgt_dispatcher()
509 unsigned int OnProbeReq(struct adapter *padapter, struct recv_frame *precv_frame) in OnProbeReq()
577 unsigned int OnProbeRsp(struct adapter *padapter, struct recv_frame *precv_frame) in OnProbeRsp()
623 unsigned int OnBeacon(struct adapter *padapter, struct recv_frame *precv_frame) in OnBeacon()
713 unsigned int OnAuth(struct adapter *padapter, struct recv_frame *precv_frame) in OnAuth()
862 unsigned int OnAuthClient(struct adapter *padapter, struct recv_frame *precv_frame) in OnAuthClient()
973 unsigned int OnAssocReq(struct adapter *padapter, struct recv_frame *precv_frame) in OnAssocReq()
1381 unsigned int OnAssocRsp(struct adapter *padapter, struct recv_frame *precv_frame) in OnAssocRsp()
1458 unsigned int OnDeAuth(struct adapter *padapter, struct recv_frame *precv_frame) in OnDeAuth()
1523 unsigned int OnDisassoc(struct adapter *padapter, struct recv_frame *precv_frame) in OnDisassoc()
[all …]
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_recv.c381 static union recv_frame *decryptor(struct adapter *padapter, union recv_frame *precv_frame) in decryptor()
443 static union recv_frame *portctrl(struct adapter *adapter, union recv_frame *precv_frame) in portctrl()
510 static signed int recv_decache(union recv_frame *precv_frame, u8 bretry, struct stainfo_rxcache *pr… in recv_decache()
531 static void process_pwrbit_data(struct adapter *padapter, union recv_frame *precv_frame) in process_pwrbit_data()
564 static void process_wmmps_data(struct adapter *padapter, union recv_frame *precv_frame) in process_wmmps_data()
646 static signed int sta2sta_data_frame(struct adapter *adapter, union recv_frame *precv_frame, in sta2sta_data_frame()
734 static signed int ap2sta_data_frame(struct adapter *adapter, union recv_frame *precv_frame, in ap2sta_data_frame()
839 static signed int sta2ap_data_frame(struct adapter *adapter, union recv_frame *precv_frame, in sta2ap_data_frame()
891 static signed int validate_recv_ctrl_frame(struct adapter *padapter, union recv_frame *precv_frame) in validate_recv_ctrl_frame()
1095 …tic union recv_frame *recvframe_chk_defrag(struct adapter *padapter, union recv_frame *precv_frame) in recvframe_chk_defrag()
[all …]
Drtw_mlme_ext.c422 …gt_dispatcher(struct adapter *padapter, struct mlme_handler *ptable, union recv_frame *precv_frame) in _mgt_dispatcher()
437 void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame) in mgt_dispatcher()
510 unsigned int OnProbeReq(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeReq()
555 unsigned int OnProbeRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnProbeRsp()
568 unsigned int OnBeacon(struct adapter *padapter, union recv_frame *precv_frame) in OnBeacon()
679 unsigned int OnAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnAuth()
861 unsigned int OnAuthClient(struct adapter *padapter, union recv_frame *precv_frame) in OnAuthClient()
938 unsigned int OnAssocReq(struct adapter *padapter, union recv_frame *precv_frame) in OnAssocReq()
1373 unsigned int OnAssocRsp(struct adapter *padapter, union recv_frame *precv_frame) in OnAssocRsp()
1463 unsigned int OnDeAuth(struct adapter *padapter, union recv_frame *precv_frame) in OnDeAuth()
[all …]
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c187 int rtw_recv_indicatepkt(struct adapter *padapter, union recv_frame *precv_frame) in rtw_recv_indicatepkt()