Searched refs:halType (Results 1 – 2 of 2) sorted by relevance
1867 byte halType; in addRxFilter()1870 halType = ISupplicantStaIface.RxFilterType.V4_MULTICAST; in addRxFilter()1873 halType = ISupplicantStaIface.RxFilterType.V6_MULTICAST; in addRxFilter()1879 return addRxFilter(ifaceName, halType); in addRxFilter()1908 byte halType; in removeRxFilter()1911 halType = ISupplicantStaIface.RxFilterType.V4_MULTICAST; in removeRxFilter()1914 halType = ISupplicantStaIface.RxFilterType.V6_MULTICAST; in removeRxFilter()1920 return removeRxFilter(ifaceName, halType); in removeRxFilter()
1046 HalType halType = halTypeIter->second; in registerAllOptions() local1047 if (std::find(thiz->mListTypes.begin(), thiz->mListTypes.end(), halType) == in registerAllOptions()1049 thiz->mListTypes.push_back(halType); in registerAllOptions()