Searched refs:notification (Results 1 – 15 of 15) sorted by relevance
/hostap-latest/src/eap_server/ |
D | eap_server_aka.c | 45 u16 notification; member 654 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification); in eap_aka_build_notification() 655 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification, in eap_aka_build_notification() 904 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_determine_identity() 945 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_fullauth() 991 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_identity() 1003 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_identity() 1010 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_identity() 1055 data->notification = in eap_aka_process_challenge() 1076 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_aka_process_challenge() [all …]
|
D | eap_server_sim.c | 40 u16 notification; member 329 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification); in eap_sim_build_notification() 330 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification, in eap_sim_build_notification() 700 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_start() 716 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_challenge() 725 data->notification = EAP_SIM_SUCCESS; in eap_sim_process_challenge() 799 data->notification = EAP_SIM_SUCCESS; in eap_sim_process_reauth() 818 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH; in eap_sim_process_reauth() 833 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind) in eap_sim_process_client_error() 846 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind) in eap_sim_process_notification() [all …]
|
/hostap-latest/src/eap_peer/ |
D | eap_sim.c | 735 u8 id, u16 notification) in eap_sim_response_notification() argument 738 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL; in eap_sim_response_notification() 1048 if (attr->notification == -1) { in eap_sim_process_notification() 1055 if ((attr->notification & 0x4000) == 0 && in eap_sim_process_notification() 1061 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0); in eap_sim_process_notification() 1062 if (attr->notification >= 0 && attr->notification < 32768) { in eap_sim_process_notification() 1063 data->error_code = attr->notification; in eap_sim_process_notification() 1065 } else if (attr->notification == EAP_SIM_SUCCESS && in eap_sim_process_notification() 1068 return eap_sim_response_notification(data, id, attr->notification); in eap_sim_process_notification()
|
D | eap_aka.c | 859 u8 id, u16 notification) in eap_aka_response_notification() argument 862 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL; in eap_aka_response_notification() 1311 if (attr->notification == -1) { in eap_aka_process_notification() 1318 if ((attr->notification & 0x4000) == 0 && in eap_aka_process_notification() 1324 eap_sim_report_notification(sm->msg_ctx, attr->notification, 1); in eap_aka_process_notification() 1325 if (attr->notification >= 0 && attr->notification < 32768) { in eap_aka_process_notification() 1326 data->error_code = attr->notification; in eap_aka_process_notification() 1328 } else if (attr->notification == EAP_SIM_SUCCESS && in eap_aka_process_notification() 1331 return eap_aka_response_notification(data, id, attr->notification); in eap_aka_process_notification()
|
/hostap-latest/src/eap_common/ |
D | eap_sim_common.c | 503 attr->notification = -1; in eap_sim_parse_attr() 610 attr->notification = apos[0] * 256 + apos[1]; in eap_sim_parse_attr() 612 attr->notification); in eap_sim_parse_attr() 1170 void eap_sim_report_notification(void *msg_ctx, int notification, int aka) in eap_sim_report_notification() argument 1176 switch (notification) { in eap_sim_report_notification() 1200 if (notification >= 32768) { in eap_sim_report_notification() 1203 type, notification); in eap_sim_report_notification() 1207 type, notification); in eap_sim_report_notification()
|
D | eap_sim_common.h | 196 int notification, counter, selected_version, client_error_code; member 228 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
|
D | ikev2_common.h | 313 const u8 *notification; member
|
D | ikev2_common.c | 328 payloads->notification = pdata; in ikev2_parse_payloads()
|
/hostap-latest/wpa_supplicant/ |
D | README-NAN-USD | 119 Subscriber notification of a discovery: 123 Publisher notification of a Follow-up message with no ssi (to enter
|
D | README-WPS | 191 all the details in the GUI. These notification could be used, e.g., to
|
D | ChangeLog | 980 (local or a notification from an AP) 1676 * ndis_events: Changed NDIS event notification design to use WMI to
|
/hostap-latest/doc/ |
D | driver_wrapper.doxygen | 127 Request). This notification is done using EVENT_ASSOCINFO event (see
|
D | p2p.doxygen | 204 on the requested channel, notification of this is delivered by calling
|
/hostap-latest/hostapd/ |
D | README-WPS | 141 addition, hostapd control interface event is sent as a notification of
|
D | ChangeLog | 648 notification to the STA. 898 attribute in notification messages only when using fast
|