/hostap-latest/wpa_supplicant/ |
D | mesh_mpm.c | 31 const u8 *reason; /* Reason Code (conditional, 2 octets) */ member 102 mpm_ie->reason = ie + len - 2; in mesh_mpm_parse_peer_mgmt() 496 u16 reason = 0; in plink_timer() local 513 reason = WLAN_REASON_MESH_MAX_RETRIES; in plink_timer() 518 if (!reason) in plink_timer() 519 reason = WLAN_REASON_MESH_CONFIRM_TIMEOUT; in plink_timer() 524 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason); in plink_timer() 563 int reason = WLAN_REASON_MESH_PEERING_CANCELLED; in mesh_mpm_plink_close() local 572 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason); in mesh_mpm_plink_close() 967 enum plink_event event, u16 reason) in mesh_mpm_fsm() argument [all …]
|
D | mbo.c | 29 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument 31 if (reason > MBO_NON_PREF_CHAN_REASON_INT_INTERFERENCE) in wpas_mbo_validate_non_pref_chan() 144 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason); in wpas_mbo_non_pref_chan_attr_body() 213 non_pref->reason != start_pref->reason || in wpas_mbo_non_pref_chan_attrs() 356 if (a->reason != b->reason) in wpa_non_pref_chan_cmp() 357 return (int) a->reason - (int) b->reason; in wpa_non_pref_chan_cmp() 418 chan->reason = _reason; in wpas_mbo_update_non_pref_chan() 421 chan->chan, chan->reason)) { in wpas_mbo_update_non_pref_chan() 424 chan->oper_class, chan->chan, chan->reason); in wpas_mbo_update_non_pref_chan() 591 enum mbo_transition_reject_reason reason) in wpas_mbo_ie_bss_trans_reject() argument [all …]
|
D | nan_usd.c | 282 static const char * nan_reason_txt(enum nan_de_reason reason) in nan_reason_txt() argument 284 switch (reason) { in nan_reason_txt() 298 enum nan_de_reason reason) in wpas_nan_de_publish_terminated() argument 304 publish_id, nan_reason_txt(reason)); in wpas_nan_de_publish_terminated() 309 enum nan_de_reason reason) in wpas_nan_de_subscribe_terminated() argument 315 subscribe_id, nan_reason_txt(reason)); in wpas_nan_de_subscribe_terminated()
|
D | wnm_sta.c | 633 enum mbo_transition_reject_reason *reason) in get_mbo_transition_candidate() argument 699 if (reason) { in get_mbo_transition_candidate() 704 *reason = info->candidates[i].reject_reason; in get_mbo_transition_candidate() 748 enum mbo_transition_reject_reason *reason) in compare_scan_neighbor_results() argument 830 target = get_mbo_transition_candidate(wpa_s, reason); in compare_scan_neighbor_results() 1045 enum mbo_transition_reject_reason reason, in wnm_send_bss_transition_mgmt_resp() argument 1057 reason, delay); in wnm_send_bss_transition_mgmt_resp() 1100 reason); in wnm_send_bss_transition_mgmt_resp() 1183 enum mbo_transition_reject_reason reason = in wnm_scan_process() local 1200 bss = compare_scan_neighbor_results(wpa_s, 0, &reason); in wnm_scan_process() [all …]
|
D | ibss_rsn.c | 361 static void ibss_rsn_disconnect(void *ctx, const u8 *addr, u16 reason) in ibss_rsn_disconnect() argument 364 wpa_drv_sta_deauth(ibss_rsn->wpa_s, addr, reason); in ibss_rsn_disconnect() 628 struct ibss_rsn_peer *peer, int reason) in ibss_rsn_peer_authenticated() argument 636 peer->authentication_status |= reason; in ibss_rsn_peer_authenticated()
|
/hostap-latest/src/ap/ |
D | sta_info.c | 539 int reason; in ap_handle_timer() local 653 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer() 657 hostapd_drv_sta_disassoc(hapd, sta->addr, reason); in ap_handle_timer() 684 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer() 693 mlme_disassociate_indication(hapd, sta, reason); in ap_handle_timer() 961 struct sta_info *sta, u16 reason) in ap_sta_handle_disassociate() argument 979 sta->disassoc_reason = reason; in ap_sta_handle_disassociate() 1001 struct sta_info *sta, u16 reason) in ap_sta_handle_deauthenticate() argument 1007 ap_sta_disassociate(hapd, sta, reason); in ap_sta_handle_deauthenticate() 1019 sta->deauth_reason = reason; in ap_sta_handle_deauthenticate() [all …]
|
D | nan_usd_ap.c | 91 static const char * nan_reason_txt(enum nan_de_reason reason) in nan_reason_txt() argument 93 switch (reason) { in nan_reason_txt() 107 enum nan_de_reason reason) in hostapd_nan_de_publish_terminated() argument 113 publish_id, nan_reason_txt(reason)); in hostapd_nan_de_publish_terminated() 118 enum nan_de_reason reason) in hostapd_nan_de_subscribe_terminated() argument 124 subscribe_id, nan_reason_txt(reason)); in hostapd_nan_de_subscribe_terminated()
|
D | drv_callbacks.c | 264 u16 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc() local 377 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc() 392 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc() 411 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc() 483 reason = WLAN_REASON_INVALID_IE; in hostapd_notif_assoc() 534 reason = WLAN_REASON_INVALID_IE; in hostapd_notif_assoc() 538 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc() 542 reason = WLAN_REASON_INVALID_IE; in hostapd_notif_assoc() 546 reason = WLAN_REASON_GROUP_CIPHER_NOT_VALID; in hostapd_notif_assoc() 550 reason = WLAN_REASON_PAIRWISE_CIPHER_NOT_VALID; in hostapd_notif_assoc() [all …]
|
D | sta_info.h | 378 u16 reason); 380 u16 reason); 396 const u8 *addr, u16 reason);
|
D | ctrl_iface_ap.c | 622 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; in hostapd_ctrl_iface_deauthenticate() local 632 reason = atoi(pos + 8); in hostapd_ctrl_iface_deauthenticate() 647 mgmt.u.deauth.reason_code = host_to_le16(reason); in hostapd_ctrl_iface_deauthenticate() 667 hostapd_drv_sta_deauth(hapd, addr, reason); in hostapd_ctrl_iface_deauthenticate() 670 ap_sta_deauthenticate(hapd, sta, reason); in hostapd_ctrl_iface_deauthenticate() 684 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; in hostapd_ctrl_iface_disassociate() local 694 reason = atoi(pos + 8); in hostapd_ctrl_iface_disassociate() 709 mgmt.u.disassoc.reason_code = host_to_le16(reason); in hostapd_ctrl_iface_disassociate() 729 hostapd_drv_sta_disassoc(hapd, addr, reason); in hostapd_ctrl_iface_disassociate() 732 ap_sta_disassociate(hapd, sta, reason); in hostapd_ctrl_iface_disassociate()
|
/hostap-latest/tests/ |
D | test-x509v3.c | 21 int i, reason; in main() local 55 if (x509_certificate_chain_validate(last, certs, &reason, 0) < 0) { in main() 56 printf("\nCertificate chain validation failed: %d\n", reason); in main()
|
/hostap-latest/tests/hwsim/ |
D | utils.py | 30 def __init__(self, reason): argument 31 self.reason = reason 33 return self.reason 96 def skip_with_fips(dev, reason="Not supported in FIPS mode"): argument 99 raise HwsimSkip(reason)
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new.h | 221 const char *reason); 271 int reason); 275 const u8 *peer_addr, int reason); 469 const char *reason) in wpas_dbus_signal_p2p_group_formation_failure() argument 627 int reason) in wpas_dbus_signal_mesh_group_removed() argument 639 const u8 *peer_addr, int reason) in wpas_dbus_signal_mesh_peer_disconnected() argument
|
/hostap-latest/src/fst/ |
D | fst_ctrl_aux.c | 60 const char * fst_reason_name(enum fst_reason reason) in fst_reason_name() argument 62 return fst_get_str_name(reason, reason_names, ARRAY_SIZE(reason_names)); in fst_reason_name()
|
D | fst_ctrl_aux.h | 71 enum fst_reason reason; member 90 const char * fst_reason_name(enum fst_reason reason);
|
D | fst_session.c | 173 .reason = REASON_STT, in fst_session_timeout_handler() 251 static void fst_session_reset_ex(struct fst_session *s, enum fst_reason reason) in fst_session_reset_ex() argument 255 .reason = reason, in fst_session_reset_ex() 417 .reason = REASON_SETUP, in fst_session_handle_setup_request() 568 evext.to_initial.reason = REASON_REJECT; in fst_session_handle_setup_response() 581 evext.to_initial.reason = REASON_ERROR_PARAMS; in fst_session_handle_setup_response() 611 .reason = REASON_TEARDOWN, in fst_session_handle_tear_down() 647 .reason = REASON_SWITCH, in fst_session_handle_ack_request() 710 .reason = REASON_SWITCH, in fst_session_handle_ack_response() 1014 .reason = REASON_REJECT, in fst_session_respond() [all …]
|
/hostap-latest/src/common/ |
D | tnc.h | 48 TNC_RetryReason reason); 71 TNC_RetryReason reason);
|
D | nan_de.h | 48 enum nan_de_reason reason); 51 enum nan_de_reason reason);
|
/hostap-latest/src/tls/ |
D | tlsv1_client_read.c | 330 enum tls_fail_reason reason, in tls_cert_chain_failure_event() argument 344 ev.cert_fail.reason = reason; in tls_cert_chain_failure_event() 361 int reason; in tls_process_certificate() local 529 ev.cert_fail.reason = TLS_FAIL_UNSPECIFIED; in tls_process_certificate() 549 ev.cert_fail.reason = TLS_FAIL_SERVER_CHAIN_PROBE; in tls_process_certificate() 566 conn->cred->trusted_certs, chain, &reason, in tls_process_certificate() 571 "validation failed (reason=%d)", reason); in tls_process_certificate() 572 switch (reason) { in tls_process_certificate()
|
D | x509v3.c | 2140 int *reason, int disable_time_checks) in x509_certificate_chain_validate() argument 2148 *reason = X509_VALIDATE_OK; in x509_certificate_chain_validate() 2169 *reason = X509_VALIDATE_CERTIFICATE_EXPIRED; in x509_certificate_chain_validate() 2186 *reason = X509_VALIDATE_CERTIFICATE_UNKNOWN; in x509_certificate_chain_validate() 2191 *reason = X509_VALIDATE_BAD_CERTIFICATE; in x509_certificate_chain_validate() 2202 *reason = X509_VALIDATE_BAD_CERTIFICATE; in x509_certificate_chain_validate() 2211 *reason = X509_VALIDATE_BAD_CERTIFICATE; in x509_certificate_chain_validate() 2226 *reason = X509_VALIDATE_BAD_CERTIFICATE; in x509_certificate_chain_validate() 2234 *reason = X509_VALIDATE_BAD_CERTIFICATE; in x509_certificate_chain_validate() 2249 *reason = X509_VALIDATE_UNKNOWN_CA; in x509_certificate_chain_validate()
|
/hostap-latest/tests/hwsim/vm/ |
D | parallel-vm.py | 664 for reason in sorted(set(skip_reason)): 665 if reason in missing: 666 missing_items.append(missing[reason]) 667 elif reason.startswith('OCSP-multi not supported with this TLS library'): 670 other_reasons.append(reason)
|
/hostap-latest/tests/remote/ |
D | rutils.py | 14 def __init__(self, reason): argument 15 self.reason = reason 17 return self.reason
|
/hostap-latest/src/rsn_supp/ |
D | pmksa_cache.c | 28 enum pmksa_free_reason reason); 47 enum pmksa_free_reason reason) in pmksa_cache_free_entry() argument 56 pmksa->free_cb(entry, pmksa->ctx, reason); in pmksa_cache_free_entry() 801 void *ctx, enum pmksa_free_reason reason), in pmksa_cache_init() argument 859 void *ctx, enum pmksa_free_reason reason), in pmksa_cache_init() argument
|
D | pmksa_cache.h | 69 void *ctx, enum pmksa_free_reason reason),
|
/hostap-latest/hs20/client/ |
D | spp_client.c | 110 const char *reason) in build_spp_post_dev_data() argument 116 reason); in build_spp_post_dev_data() 125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason); in build_spp_post_dev_data() 750 const char *reason, in spp_post_dev_data() argument 756 payload = build_spp_post_dev_data(ctx, NULL, NULL, reason); in spp_post_dev_data()
|