Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp3043 int isReassocWithFactoryMacAddress = 1; variable
3044 … result = pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddress);
3050 int isReassocWithFactoryMacAddress = 0; variable
3051 … result = pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddress);
3057 int isReassocWithFactoryMacAddress = -1; variable
3058 … result = pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddress);
3062 pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddress);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.h405 int SetIsReassocWithFactoryMacAddress(int isReassocWithFactoryMacAddress);
H A Dself_cure_state_machine.cpp2905 int isReassocWithFactoryMacAddress = config.isReassocSelfCureWithFactoryMacAddress; in GetIsReassocWithFactoryMacAddress() local
2906 return isReassocWithFactoryMacAddress; in GetIsReassocWithFactoryMacAddress()
2927 int SelfCureStateMachine::SetIsReassocWithFactoryMacAddress(int isReassocWithFactoryMacAddress) in SetIsReassocWithFactoryMacAddress() argument
2934 config.isReassocSelfCureWithFactoryMacAddress = isReassocWithFactoryMacAddress; in SetIsReassocWithFactoryMacAddress()