Lines Matching defs:notification
735 u8 id, u16 notification)
738 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
991 "data from notification message");
996 wpa_printf(MSG_WARNING, "EAP-SIM: Counter in notification "
1027 wpa_printf(MSG_WARNING, "EAP-SIM: Invalid notification "
1042 wpa_printf(MSG_INFO, "EAP-SIM: too many notification "
1048 if (attr->notification == -1) {
1055 if ((attr->notification & 0x4000) == 0 &&
1061 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0);
1062 if (attr->notification >= 0 && attr->notification < 32768) {
1063 data->error_code = attr->notification;
1065 } else if (attr->notification == EAP_SIM_SUCCESS &&
1068 return eap_sim_response_notification(data, id, attr->notification);