Searched refs:msgs (Results 1 – 12 of 12) sorted by relevance
/hostap-latest/src/radius/ |
D | radius_client.c | 226 struct radius_msg_list *msgs; member 558 entry = radius->msgs; in radius_client_timer() 586 entry = radius->msgs; in radius_client_timer() 597 radius->msgs = entry->next; in radius_client_timer() 609 entry = radius->msgs; in radius_client_timer() 621 if (radius->msgs) { in radius_client_timer() 649 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_auth_failover() 676 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_acct_failover() 698 if (radius->msgs == NULL) { in radius_client_update_timeout() 703 for (entry = radius->msgs; entry; entry = entry->next) { in radius_client_update_timeout() [all …]
|
/hostap-latest/src/eap_server/ |
D | eap_server_eke.c | 32 struct wpabuf *msgs; member 106 wpabuf_free(data->msgs); in eap_eke_reset() 228 wpabuf_free(data->msgs); in eap_eke_build_identity() 229 data->msgs = wpabuf_dup(msg); in eap_eke_build_identity() 230 if (data->msgs == NULL) { in eap_eke_build_identity() 293 if (wpabuf_resize(&data->msgs, wpabuf_len(msg)) < 0) { in eap_eke_build_commit() 298 wpabuf_put_buf(data->msgs, msg); in eap_eke_build_commit() 351 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth) < 0) { in eap_eke_build_confirm() 505 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) { in eap_eke_process_identity() 509 wpabuf_put_buf(data->msgs, respData); in eap_eke_process_identity() [all …]
|
/hostap-latest/src/eap_peer/ |
D | eap_eke.c | 30 struct wpabuf *msgs; member 139 wpabuf_free(data->msgs); in eap_eke_deinit() 336 wpabuf_free(data->msgs); in eap_eke_process_id() 337 data->msgs = wpabuf_alloc(wpabuf_len(reqData) + wpabuf_len(resp)); in eap_eke_process_id() 338 if (data->msgs == NULL) { in eap_eke_process_id() 343 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_id() 344 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_id() 484 if (wpabuf_resize(&data->msgs, wpabuf_len(reqData) + wpabuf_len(resp)) in eap_eke_process_commit() 490 wpabuf_put_buf(data->msgs, reqData); in eap_eke_process_commit() 491 wpabuf_put_buf(data->msgs, resp); in eap_eke_process_commit() [all …]
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.cpp | 103 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() argument 106 for (it = msgs.begin(); it != msgs.end(); it++) in addEvents()
|
D | eventhistory.h | 47 virtual void addEvents(WpaMsgList msgs);
|
D | wpagui.h | 132 WpaMsgList msgs; variable
|
D | wpagui.cpp | 819 eh->addEvents(msgs); in eventHistory() 955 msgs.append(wm); in processMsg() 956 while (msgs.count() > 100) in processMsg() 957 msgs.pop_front(); in processMsg()
|
/hostap-latest/wpadebug/src/w1/fi/wpadebug/ |
D | WpaNfcActivity.java | 111 NdefMessage[] msgs = new NdefMessage[raw.length]; in onCreate() local 113 msgs[i] = (NdefMessage) raw[i]; in onCreate() 114 NdefRecord rec = msgs[i].getRecords()[0]; in onCreate()
|
/hostap-latest/src/eap_common/ |
D | eap_eke_common.c | 687 const struct wpabuf *msgs, u8 *auth) in eap_eke_auth() argument 692 wpa_hexdump_buf(MSG_MSGDUMP, "EAP-EKE: Messages for Auth", msgs); in eap_eke_auth() 695 wpabuf_head(msgs), wpabuf_len(msgs), auth); in eap_eke_auth()
|
D | eap_eke_common.h | 112 const struct wpabuf *msgs, u8 *auth);
|
/hostap-latest/src/wps/ |
D | wps.c | 535 void wps_free_pending_msgs(struct upnp_pending_message *msgs) in wps_free_pending_msgs() argument 538 p = msgs; in wps_free_pending_msgs()
|
D | wps.h | 898 void wps_free_pending_msgs(struct upnp_pending_message *msgs);
|