Home | History | Annotate | Download | only in wifi

Lines Matching defs:setWpsConfigMethods

985         when(mISupplicantStaIfaceMock.setWpsConfigMethods(anyShort())).thenReturn(mStatusSuccess);
990 assertTrue(mDut.setWpsConfigMethods(WLAN0_IFACE_NAME, validConfigMethodsStr));
991 verify(mISupplicantStaIfaceMock).setWpsConfigMethods(eq(expectedConfigMethods));
995 assertFalse(mDut.setWpsConfigMethods(WLAN0_IFACE_NAME, invalidConfigMethodsStr));