Home
last modified time | relevance | path

Searched refs:OnAction (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h576 unsigned int OnAction(struct adapter *padapter, union recv_frame *precv_frame);
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c29 {WIFI_ACTION, "OnAction", &OnAction},
30 {WIFI_ACTION_NOACK, "OnActionNoAck", &OnAction},
1880 unsigned int OnAction(struct adapter *padapter, union recv_frame *precv_frame) in OnAction() function