Searched refs:cap (Results 1 – 2 of 2) sorted by relevance
108 for cap in hostapd_constants.N_CAPABILITIES_MAPPING.keys():109 if cap in self._n_capabilities:110 ret.append(hostapd_constants.N_CAPABILITIES_MAPPING[cap])118 for cap in hostapd_constants.AC_CAPABILITIES_MAPPING.keys():119 if cap in self._ac_capabilities:120 ret.append(hostapd_constants.AC_CAPABILITIES_MAPPING[cap])374 cap for cap in n_capabilities375 if cap not in hostapd_constants.N_CAPABILITIES_MAPPING
242 Capture<Throwable> cap = new Capture<Throwable>(); in testParse_invocationFailed() local243 mockRunListener.invocationFailed((EasyMock.capture(cap))); in testParse_invocationFailed()262 String expected = cap.getValue().getMessage(); in testParse_invocationFailed()