Home
last modified time | relevance | path

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

/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.cpp243 pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(0); in GoInState()
1485 pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(FAC_MAC_REASSOC); in SelfCureForRandMacReassoc()
1708 pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(RAND_MAC_REASSOC); in HandleSelfCureFailedForRandMacReassoc()
1728 pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(0); in HandleSelfCureFailedForRandMacReassoc()
2927 int SelfCureStateMachine::SetIsReassocWithFactoryMacAddress(int isReassocWithFactoryMacAddress) in SetIsReassocWithFactoryMacAddress() function in OHOS::Wifi::SelfCureStateMachine
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp3044 …int result = pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddre…
3051 …int result = pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddre…
3058 …int result = pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddre…
3062 pSelfCureStateMachine->SetIsReassocWithFactoryMacAddress(isReassocWithFactoryMacAddress);