- Implemented and tested eap_payload_t
This commit is contained in:
@@ -161,7 +161,6 @@ void test_generator_with_delete_payload(tester_t *tester);
|
||||
*/
|
||||
void test_generator_with_vendor_id_payload(tester_t *tester);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Test function used to test the generator with CP payload.
|
||||
*
|
||||
@@ -171,5 +170,14 @@ void test_generator_with_vendor_id_payload(tester_t *tester);
|
||||
*/
|
||||
void test_generator_with_cp_payload(tester_t *tester);
|
||||
|
||||
/**
|
||||
* @brief Test function used to test the generator with EAP payload.
|
||||
*
|
||||
* @param tester associated tester_t object
|
||||
*
|
||||
* @ingroup testcases
|
||||
*/
|
||||
void test_generator_with_eap_payload(tester_t *tester);
|
||||
|
||||
|
||||
#endif /*GENERATOR_TEST_H_*/
|
||||
|
||||
Reference in New Issue
Block a user