Searched refs:MboOceConstants (Results 1 – 12 of 12) sorted by relevance
267 private @MboOceConstants.BtmResponseStatus int halToFrameworkBtmResponseStatus(int status) { in halToFrameworkBtmResponseStatus()270 return MboOceConstants.BTM_RESPONSE_STATUS_ACCEPT; in halToFrameworkBtmResponseStatus()272 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_UNSPECIFIED; in halToFrameworkBtmResponseStatus()274 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_INSUFFICIENT_BEACON; in halToFrameworkBtmResponseStatus()276 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_INSUFFICIENT_CAPABITY; in halToFrameworkBtmResponseStatus()278 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_BSS_TERMINATION_UNDESIRED; in halToFrameworkBtmResponseStatus()280 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_BSS_TERMINATION_DELAY_REQUEST; in halToFrameworkBtmResponseStatus()282 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_STA_CANDIDATE_LIST_PROVIDED; in halToFrameworkBtmResponseStatus()284 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_NO_SUITABLE_CANDIDATES; in halToFrameworkBtmResponseStatus()286 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_LEAVING_ESS; in halToFrameworkBtmResponseStatus()[all …]
141 public @MboOceConstants.BtmResponseStatus int mStatus =142 MboOceConstants.BTM_RESPONSE_STATUS_INVALID;145 public @MboOceConstants.MboTransitionReason int mTransitionReason =146 MboOceConstants.MBO_TRANSITION_REASON_INVALID;147 public @MboOceConstants.MboCellularDataConnectionPreference int mCellPreference =148 MboOceConstants.MBO_CELLULAR_DATA_CONNECTION_INVALID;204 public @MboOceConstants.MboAssocDisallowedReasonCode int mReasonCode;216 private @MboOceConstants.MboAssocDisallowedReasonCode int220 return MboOceConstants.MBO_ASSOC_DISALLOWED_REASON_RESERVED_0; in halToFrameworkMboAssocRDisallowedReasonCode()222 return MboOceConstants.MBO_ASSOC_DISALLOWED_REASON_UNSPECIFIED; in halToFrameworkMboAssocRDisallowedReasonCode()[all …]
681 private @MboOceConstants.BtmResponseStatus int halToFrameworkBtmResponseStatus(int status) { in halToFrameworkBtmResponseStatus()684 return MboOceConstants.BTM_RESPONSE_STATUS_ACCEPT; in halToFrameworkBtmResponseStatus()686 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_UNSPECIFIED; in halToFrameworkBtmResponseStatus()688 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_INSUFFICIENT_BEACON; in halToFrameworkBtmResponseStatus()690 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_INSUFFICIENT_CAPABITY; in halToFrameworkBtmResponseStatus()692 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_BSS_TERMINATION_UNDESIRED; in halToFrameworkBtmResponseStatus()694 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_BSS_TERMINATION_DELAY_REQUEST; in halToFrameworkBtmResponseStatus()696 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_STA_CANDIDATE_LIST_PROVIDED; in halToFrameworkBtmResponseStatus()698 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_NO_SUITABLE_CANDIDATES; in halToFrameworkBtmResponseStatus()700 return MboOceConstants.BTM_RESPONSE_STATUS_REJECT_LEAVING_ESS; in halToFrameworkBtmResponseStatus()[all …]
27 public class MboOceConstants { class
7997 & MboOceConstants.BTM_DATA_FLAG_MBO_CELL_DATA_CONNECTION_PREFERENCE_INCLUDED) in handleBssTransitionRequest()8004 & MboOceConstants.BTM_DATA_FLAG_DISASSOCIATION_IMMINENT) != 0) { in handleBssTransitionRequest()8007 & MboOceConstants.BTM_DATA_FLAG_MBO_ASSOC_RETRY_DELAY_INCLUDED) != 0) { in handleBssTransitionRequest()8017 duration = MboOceConstants.DEFAULT_BLOCKLIST_DURATION_MS; in handleBssTransitionRequest()8028 if (frameData.mStatus != MboOceConstants.BTM_RESPONSE_STATUS_ACCEPT) { in handleBssTransitionRequest()8769 @MboOceConstants.MboAssocDisallowedReasonCode int reasonCode) { in mboAssocDisallowedReasonCodeToWifiConfigurationRecentFailureReason()8771 case MboOceConstants.MBO_ASSOC_DISALLOWED_REASON_MAX_NUM_STA_ASSOCIATED: in mboAssocDisallowedReasonCodeToWifiConfigurationRecentFailureReason()8773 case MboOceConstants.MBO_ASSOC_DISALLOWED_REASON_AIR_INTERFACE_OVERLOADED: in mboAssocDisallowedReasonCodeToWifiConfigurationRecentFailureReason()8776 case MboOceConstants.MBO_ASSOC_DISALLOWED_REASON_AUTH_SERVER_OVERLOADED: in mboAssocDisallowedReasonCodeToWifiConfigurationRecentFailureReason()8778 case MboOceConstants.MBO_ASSOC_DISALLOWED_REASON_INSUFFICIENT_RSSI: in mboAssocDisallowedReasonCodeToWifiConfigurationRecentFailureReason()[all …]
545 != MboOceConstants.MBO_OCE_ATTRIBUTE_NOT_PRESENT) { in filterScanResults()
34 import com.android.server.wifi.MboOceConstants;1638 MboOceConstants.MBO_OCE_ATTRIBUTE_NOT_PRESENT;1658 case MboOceConstants.MBO_OCE_AID_MBO_AP_CAPABILITY_INDICATION: in parseVsaMboOce()1661 & MboOceConstants.MBO_AP_CAP_IND_ATTR_CELL_DATA_AWARE) != 0; in parseVsaMboOce()1663 case MboOceConstants.MBO_OCE_AID_ASSOCIATION_DISALLOWED: in parseVsaMboOce()1666 case MboOceConstants.MBO_OCE_AID_OCE_AP_CAPABILITY_INDICATION: in parseVsaMboOce()
31 import com.android.server.wifi.MboOceConstants;2138 assertEquals(MboOceConstants.MBO_OCE_ATTRIBUTE_NOT_PRESENT, in parseMboOceIeWithApCapabilityIndicationAttr()
6782 btmFrmData.mStatus = MboOceConstants.BTM_RESPONSE_STATUS_REJECT_UNSPECIFIED; in testBtmFrameWithMboAssocretryDelayBlockListTheBssid()6783 btmFrmData.mBssTmDataFlagsMask = MboOceConstants.BTM_DATA_FLAG_DISASSOCIATION_IMMINENT in testBtmFrameWithMboAssocretryDelayBlockListTheBssid()6784 | MboOceConstants.BTM_DATA_FLAG_MBO_ASSOC_RETRY_DELAY_INCLUDED; in testBtmFrameWithMboAssocretryDelayBlockListTheBssid()6807 btmFrmData.mStatus = MboOceConstants.BTM_RESPONSE_STATUS_ACCEPT; in testBtmFrameWithDisassocImminentBitBlockListTheBssid()6808 btmFrmData.mBssTmDataFlagsMask = MboOceConstants.BTM_DATA_FLAG_DISASSOCIATION_IMMINENT; in testBtmFrameWithDisassocImminentBitBlockListTheBssid()6815 eq(MboOceConstants.DEFAULT_BLOCKLIST_DURATION_MS), anyInt(), anyInt()); in testBtmFrameWithDisassocImminentBitBlockListTheBssid()6829 btmFrmData.mStatus = MboOceConstants.BTM_RESPONSE_STATUS_REJECT_UNSPECIFIED; in testBTMRequestRejectTriggerNetworkSelction()6830 btmFrmData.mBssTmDataFlagsMask = MboOceConstants.BTM_DATA_FLAG_DISASSOCIATION_IMMINENT in testBTMRequestRejectTriggerNetworkSelction()6831 | MboOceConstants.BTM_DATA_FLAG_BSS_TERMINATION_INCLUDED in testBTMRequestRejectTriggerNetworkSelction()6832 | MboOceConstants.BTM_DATA_FLAG_MBO_CELL_DATA_CONNECTION_PREFERENCE_INCLUDED; in testBTMRequestRejectTriggerNetworkSelction()[all …]
46 import com.android.server.wifi.MboOceConstants;1904 + (MboOceConstants.DEFAULT_BLOCKLIST_DURATION_MS)); in blockedBssMatchRestoredAfterDelayExpiresNoDelaySpecified()
21 import static com.android.server.wifi.MboOceConstants.DEFAULT_BLOCKLIST_DURATION_MS;
284 "com.android.server.wifi.MboOceConstants",285 "com.android.server.wifi.MboOceConstants$*",286 "com.android.server.wifi.MboOceConstants.**",