X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=moonshot%2Fmech_eap%2Futil_radius.h;fp=moonshot%2Fmech_eap%2Futil_radius.h;h=04e6fc56a67719d442a1df91653d00e10b97d0ea;hp=696cac063c7e404d80c973afa3c415ea774857bf;hb=fd1c603f1d0754f9c8c5901684cabc889010ed00;hpb=2171304fc8cff4ca867d1d948e3555f2424818d0 diff --git a/moonshot/mech_eap/util_radius.h b/moonshot/mech_eap/util_radius.h index 696cac0..04e6fc5 100644 --- a/moonshot/mech_eap/util_radius.h +++ b/moonshot/mech_eap/util_radius.h @@ -95,6 +95,10 @@ public: int *authenticated, int *complete, gss_buffer_t value) const; + bool getFragmentedAttribute(uint32_t attrid, + int *authenticated, + int *complete, + gss_buffer_t value) const; bool authenticated(void) const { return m_authenticated; }