Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/qos/
H A Dflow_control_task.c53 if (fcm->op != NULL && fcm->op->isDeviceStaOrP2PClient != NULL) { in FlowControlTxTreadProcess()
54 isSta = fcm->op->isDeviceStaOrP2PClient(); in FlowControlTxTreadProcess()
71 if (fcm->op != NULL && fcm->op->isDeviceStaOrP2PClient != NULL) { in FlowControlRxTreadProcess()
72 isSta = fcm->op->isDeviceStaOrP2PClient(); in FlowControlRxTreadProcess()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dflow_control.h129 bool (*isDeviceStaOrP2PClient)(void); member
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/qos/
H A Dflow_control_test.c52 .isDeviceStaOrP2PClient = IsDeviceStaOrP2PClient,