Searched refs:indicationBit (Results 1 – 2 of 2) sorted by relevance
4173 @WifiMonitor.TransitionDisableIndication int indicationBit) {4175 + " indication: " + indicationBit);4183 if (0 != (indicationBit & WifiMonitor.TDI_USE_WPA3_PERSONAL)4188 if (0 != (indicationBit & WifiMonitor.TDI_USE_SAE_PK)) {4192 if (0 != (indicationBit & WifiMonitor.TDI_USE_WPA3_ENTERPRISE)4197 if (0 != (indicationBit & WifiMonitor.TDI_USE_ENHANCED_OPEN)
6029 @WifiMonitor.TransitionDisableIndication int indicationBit) { in isValidTransitionDisableIndicationSource() argument6034 if (0 != (indicationBit & WifiMonitor.TDI_USE_WPA3_PERSONAL)) { in isValidTransitionDisableIndicationSource()6039 if (0 != (indicationBit & WifiMonitor.TDI_USE_SAE_PK)) { in isValidTransitionDisableIndicationSource()6044 if (0 != (indicationBit & WifiMonitor.TDI_USE_WPA3_ENTERPRISE)) { in isValidTransitionDisableIndicationSource()6049 if (0 != (indicationBit & WifiMonitor.TDI_USE_ENHANCED_OPEN)) { in isValidTransitionDisableIndicationSource()