* we are in the state machine.
*/
if (eap_aka_session->challenge_success) {
- vp->vp_uint16 &= ~0x40000; /* Unset phase bit */
+ vp->vp_uint16 &= ~0x4000; /* Unset phase bit */
} else {
- vp->vp_uint16 |= 0x40000; /* Set phase bit */
+ vp->vp_uint16 |= 0x4000; /* Set phase bit */
}
RDEBUG2("Sending AKA-Notification (%pV)", &vp->data);
* we are in the state machine.
*/
if (eap_sim_session->challenge_success) {
- vp->vp_uint16 &= ~0x40000; /* Unset phase bit */
+ vp->vp_uint16 &= ~0x4000; /* Unset phase bit */
} else {
- vp->vp_uint16 |= 0x40000; /* Set phase bit */
+ vp->vp_uint16 |= 0x4000; /* Set phase bit */
}
RDEBUG2("Sending SIM-Notification (%pV)", &vp->data);