Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp128 mConnectFailedCnt(0) in StaStateMachine()
1222 mConnectFailedCnt++; in DealConnectTimeOutCmd()
1336 mConnectFailedCnt = 0; in DealConnectionEvent()
1340 mConnectFailedCnt = 0; in DealConnectionEvent()
1415 mConnectFailedCnt++; in AddRandomMacCure()
1965 mConnectFailedCnt = 0; in ShouldUseFactoryMac()
1968 mLastConnectNetId, deviceConfig.networkId, mConnectFailedCnt); in ShouldUseFactoryMac()
1969 …if (mConnectFailedCnt >= STA_CONNECT_RANDOMMAC_MAX_FAILED_COUNT && !deviceConfig.randomizedMacSucc… in ShouldUseFactoryMac()
H A Dsta_state_machine.h1246 int mConnectFailedCnt; /* mLastConnectNetId connect failed count */ variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp1938 pStaStateMachine->mConnectFailedCnt = 0; in ShouldUseFactoryMacSuccess()
1940 pStaStateMachine->mConnectFailedCnt++ ; in ShouldUseFactoryMacSuccess()
1942 pStaStateMachine->mConnectFailedCnt++ ; in ShouldUseFactoryMacSuccess()
1954 pStaStateMachine->mConnectFailedCnt = 1; in ShouldUseFactoryMacFail()