Searched refs:eid (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dp2p_hostapd.c94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) argument
97 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
98 *eid++ = 4 + 3 + 1;
99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE);
100 eid += 4;
102 *eid++ = P2P_ATTR_MANAGEABILITY;
103 WPA_PUT_LE16(eid, 1);
104 eid += 2;
109 *eid++ = bitmap;
111 return eid;
[all...]
H A Dwmm.h16 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
17 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
H A Dhs20.c22 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
26 return eid;
27 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7;
29 WPA_PUT_BE24(eid, OUI_WFA);
30 eid += 3;
31 *eid++ = HS20_INDICATION_OUI_TYPE;
37 *eid++ = conf;
39 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
40 eid
47 hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) argument
27 u8 *pos = eid;
30 return eid;
74 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
77 u8 *pos = eid;
167 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) argument
174 return eid;
193 return eid;
201 return eid;
206 return eid;
220 hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) argument
421 hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11.h49 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
50 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid);
51 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
52 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
54 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
55 u8 * hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid);
56 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
57 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
58 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
141 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) argument
[all...]
H A Dhs20.h14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
H A Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Dieee802_11_shared.c25 struct sta_info *sta, u8 *eid)
27 u8 *pos = eid;
402 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
404 u8 *pos = eid;
446 return eid;
459 while (len > 0 && eid[1 + len] == 0) {
461 eid[1] = len;
464 return eid;
466 return eid + 2 + len;
470 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) argument
24 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
487 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
527 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
546 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
593 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
613 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
684 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) argument
714 hostapd_eid_mbo_rssi_assoc_rej(struct hostapd_data *hapd, u8 *eid, size_t len, int delta) argument
730 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) argument
817 hostapd_eid_owe_trans(struct hostapd_data *hapd, u8 *eid, size_t len) argument
874 hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid) argument
[all...]
H A Dbeacon.c39 static u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, argument
50 return eid;
52 *eid++ = WLAN_EID_RRM_ENABLED_CAPABILITIES;
53 *eid++ = RRM_CAPABILITIES_IE_LEN;
54 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN);
56 return eid + RRM_CAPABILITIES_IE_LEN;
60 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) argument
63 return eid;
67 *eid++ = WLAN_EID_BSS_LOAD;
68 *eid
109 hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
118 hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) argument
142 hostapd_eid_pwr_constraint(struct hostapd_data *hapd, u8 *eid) argument
228 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
290 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len) argument
304 hostapd_eid_csa(struct hostapd_data *hapd, u8 *eid) argument
324 hostapd_eid_ecsa(struct hostapd_data *hapd, u8 *eid) argument
340 hostapd_eid_supported_op_classes(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11_he.c47 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, argument
53 u8 *pos = eid;
57 return eid;
129 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) argument
132 u8 *pos = eid;
137 return eid;
175 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) argument
187 return eid; /* no MU EDCA Parameters configured */
189 pos = eid;
206 u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11_ht.c24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
27 u8 *pos = eid;
31 return eid;
82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) argument
85 u8 *pos = eid;
88 return eid;
111 u8 * hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid) argument
117 return eid;
124 return eid;
126 *eid
[all...]
H A Dwmm.c109 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) argument
111 u8 *pos = eid;
118 return eid;
120 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
148 eid[1] = pos - eid - 2; /* element length */
157 * element. eid does not include Element ID and Length octets.
159 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
163 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
171 wmm = (struct wmm_information_element *) eid;
[all...]
H A Dwpa_auth_ie.c381 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) argument
386 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
387 len = eid++; /* to be filled */
388 WPA_PUT_BE24(eid, OUI_WFA);
389 eid += 3;
390 *eid++ = HS20_OSEN_OUI_TYPE;
393 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED);
394 eid += RSN_SELECTOR_LEN;
397 WPA_PUT_LE16(eid, 1);
398 eid
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_branch_nested.h67 int eid,
140 int eid,
181 int eid,
188 int eid,
H A Dsvn_element.h75 int eid; member in struct:svn_eid__hash_iter_t
113 int eid; member in struct:svn_element__branch_ref_t
222 int eid,
268 /* eid of the parent element, or -1 if this is the root element */
349 int eid);
353 int eid,
378 int eid,
389 int eid,
H A Dsvn_branch_repos.h95 int eid,
H A Dsvn_branch.h349 * B<top-level-branch-num>[.<1st-level-eid>[.<2nd-level-eid>[...]]]
409 int eid; member in struct:svn_branch__el_rev_id_t
424 int eid; member in struct:svn_branch__rev_bid_eid_t
443 int eid,
459 int eid,
511 int eid,
521 int eid,
525 /** Specify that the element of @a branch identified by @a eid shall not
533 * The element @a eid mus
[all...]
H A Dsvn_branch_impl.h137 int eid,
142 svn_branch__eid_t eid,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_repos.c108 int eid,
120 eid, scratch_pool));
123 el_rev->eid = eid;
127 el_rev->eid = -1;
104 svn_branch__repos_find_el_rev_by_id(svn_branch__el_rev_id_t **el_rev_p, const svn_branch__repos_t *repos, svn_revnum_t revnum, const char *branch_id, int eid, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dbranch.c42 #define EID_IS_ALLOCATED(branch, eid) \
43 ((eid) >= (branch)->txn->priv->first_eid \
44 && (eid) < (branch)->txn->priv->next_eid)
46 #define IS_BRANCH_ROOT_EID(branch, eid) \
47 ((eid) == (branch)->priv->element_tree->root_eid)
184 int eid = (txn->priv->first_eid < 0) ? txn->priv->first_eid - 1 : -2; local
186 txn->priv->first_eid = eid;
188 *eid_p = eid;
232 tree_ref->rev, tree_ref->bid, tree_ref->eid);
239 tree = svn_element__tree_get_subtree_at_eid(tree, tree_ref->eid,
651 branch_state_copy_one(svn_branch__state_t *branch, const svn_branch__rev_bid_eid_t *src_el_rev, svn_branch__eid_t eid, svn_branch__eid_t new_parent_eid, const char *new_name, const svn_element__payload_t *new_payload, apr_pool_t *scratch_pool) argument
751 svn_branch__el_rev_id_create(svn_branch__state_t *branch, int eid, svn_revnum_t rev, apr_pool_t *result_pool) argument
778 svn_branch__rev_bid_eid_create(svn_revnum_t rev, const char *branch_id, int eid, apr_pool_t *result_pool) argument
899 branch_validate_element(const svn_branch__state_t *branch, int eid, const svn_element__content_t *element) argument
936 branch_get_element(const svn_branch__state_t *branch, int eid) argument
949 branch_state_get_element(const svn_branch__state_t *branch, svn_element__content_t **element_p, int eid, apr_pool_t *result_pool) argument
965 branch_map_set(svn_branch__state_t *branch, int eid, const svn_element__content_t *element) argument
982 branch_state_set_element(svn_branch__state_t *branch, svn_branch__eid_t eid, const svn_element__content_t *element, apr_pool_t *scratch_pool) argument
1055 svn_branch__get_path_by_eid(const svn_branch__state_t *branch, int eid, apr_pool_t *result_pool) argument
1083 int eid = svn_eid__hash_this_key(hi); local
1208 svn_branch__state_get_element(const svn_branch__state_t *branch, svn_element__content_t **element_p, int eid, apr_pool_t *result_pool) argument
1219 svn_branch__state_set_element(svn_branch__state_t *branch, int eid, const svn_element__content_t *element, apr_pool_t *scratch_pool) argument
1231 svn_branch__state_alter_one(svn_branch__state_t *branch, svn_branch__eid_t eid, svn_branch__eid_t new_parent_eid, const char *new_name, const svn_element__payload_t *new_payload, apr_pool_t *scratch_pool) argument
1260 svn_branch__state_delete_one(svn_branch__state_t *branch, svn_branch__eid_t eid, apr_pool_t *scratch_pool) argument
1543 int eid, this_parent_eid; local
1677 int eid = ei->eid; local
[all...]
H A Delement.c75 hi->eid = *(const int *)(APR_ARRAY_IDX(hi->array, hi->i,
89 hi->eid = *(const int *)(APR_ARRAY_IDX(hi->array, hi->i,
123 && payload->branch_ref.eid != -1)
234 int eid,
244 new_payload->branch_ref.eid = eid;
373 int eid)
375 return svn_eid__hash_get(tree->e_map, eid);
380 int eid,
383 svn_eid__hash_set(tree->e_map, eid, elemen
232 svn_element__payload_create_ref(svn_revnum_t rev, const char *branch_id, int eid, apr_pool_t *result_pool) argument
372 svn_element__tree_get(const svn_element__tree_t *tree, int eid) argument
379 svn_element__tree_set(svn_element__tree_t *tree, int eid, const svn_element__content_t *element) argument
427 svn_element__tree_get_path_by_eid(const svn_element__tree_t *tree, int eid, apr_pool_t *result_pool) argument
446 svn_element__tree_get_subtree_at_eid(svn_element__tree_t *element_tree, int eid, apr_pool_t *result_pool) argument
[all...]
H A Dbranch_nested.c84 int eid,
87 const char *path = svn_branch__get_path_by_eid(branch, eid, result_pool);
101 int eid,
106 SVN_ERR(svn_branch__state_get_element(branch, &element, eid, scratch_pool));
110 const char *subbranch_id = svn_branch__id_nest(branch_id, eid,
141 int eid = svn_eid__hash_this_key(hi); local
146 APR_ARRAY_PUSH(subbranch_eids, int) = eid;
169 int eid = APR_ARRAY_IDX(subbranch_eids, i, int); local
171 = svn_branch__id_nest(branch_id, eid, scratch_pool);
198 int eid,
83 svn_branch__get_rrpath_by_eid(const svn_branch__state_t *branch, int eid, apr_pool_t *result_pool) argument
99 svn_branch__get_subbranch_at_eid(svn_branch__state_t *branch, svn_branch__state_t **subbranch_p, int eid, apr_pool_t *scratch_pool) argument
196 svn_branch__get_subtree(svn_branch__state_t *branch, svn_branch__subtree_t **subtree_p, int eid, apr_pool_t *result_pool) argument
248 svn_branch__subtree_get_subbranch_at_eid(svn_branch__subtree_t *subtree, int eid, apr_pool_t *result_pool) argument
[all...]
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c158 xo_set_syslog_enterprise_id (unsigned short eid) argument
161 "%u", eid);
610 const char *eid = xo_syslog_enterprise_id; local
615 eid = at_sign = "";
620 eid = at_sign = "";
622 } else if (eid[0] == '\0') {
633 eid = buf;
637 if (eid[0] == '\0') {
640 eid = xo_syslog_enterprise_id;
645 name, name, at_sign, eid);
[all...]
/freebsd-11-stable/usr.bin/id/
H A Did.c230 u_int eid, rid; local
249 if ((eid = geteuid()) != rid) {
250 if ((pw = getpwuid(eid)))
253 (void)printf("euid\t%u\n", eid);
255 if ((rid = getgid()) != (eid = getegid())) {
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c272 snmp_get_local_keys(struct snmp_user *user, uint8_t *eid, uint32_t elen) argument
280 if (user == NULL || eid == NULL || elen > SNMP_ENGINE_ID_SIZ)
293 memcpy(authbuf + keylen, eid, elen);
382 snmp_get_local_keys(struct snmp_user *user, uint8_t *eid __unused,

Completed in 431 milliseconds

12