/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_shared.c | 37 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() 483 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_ext_capab() 526 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() 543 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_interworking() 583 u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_adv_proto() 602 u8 * hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_roaming_consortium() 649 u8 * hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_time_adv() 669 u8 * hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_time_zone() 740 u8 * hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_bss_max_idle_period() 776 u8 * hostapd_eid_mbo_rssi_assoc_rej(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_mbo_rssi_assoc_rej() [all …]
|
H A D | ieee802_11_he.c | 89 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_he_capab() 172 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_operation() 291 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_mu_edca_parameter_set() 322 u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_spatial_reuse() 369 u8 * hostapd_eid_he_6ghz_band_cap(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_6ghz_band_cap() 558 u8 * hostapd_eid_cca(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_cca()
|
H A D | ieee802_11_vht.c | 24 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() 75 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() 273 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vendor_vht()
|
H A D | hs20.c | 22 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_hs20_indication() 47 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_osen()
|
H A D | beacon.c | 40 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() 89 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ds_params() 104 static u8 * hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_erp_info() 128 static u8 * hostapd_eid_pwr_constraint(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_pwr_constraint() 260 static u8 * hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_country() 308 const u8 * hostapd_wpa_ie(struct hostapd_data *hapd, u8 eid) in hostapd_wpa_ie() 406 static u8 * hostapd_eid_csa(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_csa() 426 static u8 * hostapd_eid_ecsa(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ecsa() 442 static u8 * hostapd_eid_supported_op_classes(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supported_op_classes() 549 static u8 * hostapd_eid_mbssid_config(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_mbssid_config()
|
H A D | ieee802_11_eht.c | 135 u8 * hostapd_eid_eht_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_eht_capab() 201 u8 * hostapd_eid_eht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_eht_operation() 443 u8 *eid, struct mld_info *mld_info, in hostapd_eid_eht_basic_ml_common() 670 static u8 * hostapd_eid_eht_reconf_ml(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_eht_reconf_ml() 786 u8 *eid, bool include_mld_id) in hostapd_eid_eht_ml_beacon() 795 u8 *eid) in hostapd_eid_eht_ml_assoc()
|
H A D | ieee802_11_ht.c | 24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ht_capabilities() 82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ht_operation()
|
H A D | p2p_hostapd.c | 94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_p2p_manage()
|
H A D | wmm.c | 102 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wmm() 154 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) in hostapd_eid_wmm_valid()
|
H A D | ieee802_11.h | 176 static inline u8 * hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_mbo()
|
H A D | ieee802_11.c | 91 static u8 * hostapd_eid_multi_ap(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_multi_ap() 119 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() 186 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() 259 u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_rm_enabled_capab() 7038 static u8 * hostapd_add_tpe_info(u8 *eid, u8 tx_pwr_count, in hostapd_add_tpe_info() 7070 u8 * hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_txpower_envelope() 7223 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wb_chsw_wrapper() 7596 static u8 * hostapd_eid_nr_db(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_nr_db() 7662 u8 *eid = *pos; in hostapd_eid_rnr_bss() local 7750 u8 *eid, size_t *current_len, in hostapd_eid_rnr_iface() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_event.c | 172 uint64_t eid; in zed_event_seek() local 270 _zed_event_add_var(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_var() 359 _zed_event_add_array_err(uint64_t eid, const char *name) in _zed_event_add_array_err() 369 _zed_event_add_int8_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int8_array() 399 _zed_event_add_uint8_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint8_array() 429 _zed_event_add_int16_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int16_array() 459 _zed_event_add_uint16_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint16_array() 489 _zed_event_add_int32_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int32_array() 519 _zed_event_add_uint32_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_uint32_array() 549 _zed_event_add_int64_array(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_int64_array() [all …]
|
H A D | zed_exec.c | 41 uint64_t eid; member 120 _zed_exec_fork_child(uint64_t eid, const char *dir, const char *prog, in _zed_exec_fork_child() 326 zed_exec_process(uint64_t eid, const char *class, const char *subclass, in zed_exec_process()
|
H A D | zed_conf.c | 674 zed_conf_write_state(struct zed_conf *zcp, uint64_t eid, int64_t etime[]) in zed_conf_write_state()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htc.c | 114 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_consume_credit() local 147 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_release_credit() local 166 enum ath10k_htc_ep_id eid, in ath10k_htc_send() 252 enum ath10k_htc_ep_id eid) in ath10k_htc_process_credit_report() 287 enum ath10k_htc_ep_id eid, in ath10k_htc_process_lookahead() 319 enum ath10k_htc_ep_id eid, in ath10k_htc_process_lookahead_bundle() 448 u8 eid; in ath10k_htc_rx_completion_handler() local 837 enum ath10k_htc_ep_id eid; in ath10k_htc_tx_complete_work() local 859 enum ath10k_htc_ep_id eid, in ath10k_htc_send_hl() 1005 enum ath10k_htc_ep_id eid, in ath10k_htc_change_tx_credit_flow()
|
H A D | htc.h | 75 u8 eid; /* @enum ath10k_htc_ep_id */ member 180 u8 eid; member 224 u8 eid; /* @enum ath10k_htc_ep_id */ member 348 enum ath10k_htc_ep_id eid; member 363 enum ath10k_htc_ep_id eid; member
|
H A D | sdio.h | 115 enum ath10k_htc_ep_id eid; member 132 enum ath10k_htc_ep_id eid; member
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | htc.c | 74 enum ath11k_htc_ep_id eid, in ath11k_htc_send() 153 enum ath11k_htc_ep_id eid) in ath11k_htc_process_credit_report() 260 u8 eid; in ath11k_htc_tx_completion_handler() local 294 u8 eid; in ath11k_htc_rx_completion_handler() local
|
H A D | htc.h | 145 u8 eid; /* @enum ath11k_htc_ep_id */ member 245 enum ath11k_htc_ep_id eid; member 261 enum ath11k_htc_ep_id eid; member
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | htc.c | 75 enum ath12k_htc_ep_id eid, in ath12k_htc_send() 148 enum ath12k_htc_ep_id eid) in ath12k_htc_process_credit_report() 257 u8 eid; in ath12k_htc_rx_completion_handler() local
|
H A D | htc.h | 144 u8 eid; /* @enum ath12k_htc_ep_id */ member 250 enum ath12k_htc_ep_id eid; member 266 enum ath12k_htc_ep_id eid; member
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_syslog.c | 158 xo_set_syslog_enterprise_id (unsigned short eid) in xo_set_syslog_enterprise_id() 610 const char *eid = xo_syslog_enterprise_id; in xo_vsyslog() local
|
/freebsd/crypto/krb5/src/tests/asn.1/ |
H A D | trval.c | 179 int l, eid, elen, xlen, r, rlen2 = 0; local 703 void print_tag_type(fp, eid, lev) in print_tag_type() argument
|
/freebsd/crypto/openssl/test/ |
H A D | enginetest.c | 52 char *eid[NUMTOADD]; in test_engines() local
|
/freebsd/usr.bin/id/ |
H A D | id.c | 220 u_int eid, rid; in pretty() local
|