Home
last modified time | relevance | path

Searched refs:FlowControlOp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dflow_control.h120 struct FlowControlOp { struct
217 struct FlowControlOp *op; /**< Flow control operation */ argument
290 int32_t (*registerFlowControlOp)(struct FlowControlModule *fcm, struct FlowControlOp *op);
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/qos/
H A Dflow_control_test.c51 static struct FlowControlOp g_flowControlOp = {
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control.c181 static int32_t RegisterFlowControlOp(struct FlowControlModule *fcm, struct FlowControlOp *op) in RegisterFlowControlOp()