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

12

/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dhs20.c20 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
24 return eid;
25 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
26 *eid++ = 7;
27 WPA_PUT_BE24(eid, OUI_WFA);
28 eid += 3;
29 *eid++ = HS20_INDICATION_OUI_TYPE;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
36 eid
42 hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) argument
[all...]
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 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 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 Dieee802_11.h46 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
47 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid);
48 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
49 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
50 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
51 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
52 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
54 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
83 struct sta_info *sta, u8 *eid);
[all...]
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
219 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
221 u8 *pos = eid;
245 return eid;
258 while (len > 0 && eid[1 + len] == 0) {
260 eid[1] = len;
263 return eid;
265 return eid + 2 + len;
269 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) argument
22 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
286 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
326 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
345 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
392 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
412 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
483 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dbeacon.c36 static u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, argument
40 return eid;
42 *eid++ = WLAN_EID_RRM_ENABLED_CAPABILITIES;
43 *eid++ = 5;
44 *eid++ = (hapd->conf->radio_measurements & BIT(0)) ?
46 *eid++ = 0x00;
47 *eid++ = 0x00;
48 *eid++ = 0x00;
49 *eid++ = 0x00;
50 return eid;
54 hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) argument
103 hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
112 hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) argument
136 hostapd_eid_pwr_constraint(struct hostapd_data *hapd, u8 *eid) argument
222 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
284 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len) argument
298 hostapd_eid_csa(struct hostapd_data *hapd, u8 *eid) argument
319 hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Dieee802_11_vht.c22 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
26 u8 *pos = eid;
29 return eid;
61 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
64 u8 *pos = eid;
200 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) argument
202 u8 *pos = eid;
205 return eid;
H A Dwmm.c51 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) argument
53 u8 *pos = eid;
59 return eid;
60 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
89 eid[1] = pos - eid - 2; /* element length */
98 * element. eid does not include Element ID and Length octets.
100 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
104 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
112 wmm = (struct wmm_information_element *) eid;
[all...]
H A Dwpa_auth_ie.c327 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) argument
332 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
333 len = eid++; /* to be filled */
334 WPA_PUT_BE24(eid, OUI_WFA);
335 eid += 3;
336 *eid++ = HS20_OSEN_OUI_TYPE;
339 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED);
340 eid += RSN_SELECTOR_LEN;
343 WPA_PUT_LE16(eid, 1);
344 eid
[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;
H A Dieee802_11.c47 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) argument
49 u8 *pos = eid;
53 return eid;
91 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) argument
93 u8 *pos = eid;
97 return eid;
105 return eid;
/freebsd-11.0-release/contrib/libxo/libxo/
H A Dxo_syslog.c155 xo_set_syslog_enterprise_id (unsigned short eid) argument
158 "%u", eid);
605 const char *eid = xo_syslog_enterprise_id; local
610 eid = at_sign = "";
615 eid = at_sign = "";
617 } else if (eid[0] == '\0') {
628 eid = buf;
632 if (eid[0] == '\0') {
635 eid = xo_syslog_enterprise_id;
640 name, name, at_sign, eid);
[all...]
H A Dxo.h639 xo_set_syslog_enterprise_id (unsigned short eid);
/freebsd-11.0-release/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.0-release/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,
/freebsd-11.0-release/contrib/bsnmp/snmp_usm/
H A Dusm_snmp.c152 uint8_t eid[SNMP_ENGINE_ID_SIZ]; local
182 sub, eid, &elen, uname) < 0 ||
187 if ((uuser = usm_new_user(eid, elen, uname)) == NULL)
300 usm_user_index_decode(&val->var, sub, eid,
303 uuser = usm_new_user(eid, elen, uname);
/freebsd-11.0-release/contrib/wpa/src/fst/
H A Dfst_group.c47 WPA_ASSERT(mbie->eid == WLAN_EID_MULTI_BAND);
83 mbie->eid = WLAN_EID_MULTI_BAND;
236 if (mbie->eid != WLAN_EID_MULTI_BAND ||
/freebsd-11.0-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sysevent.c163 log_sysevent(sysevent_t *evp, int flag, sysevent_id_t *eid) argument
174 ASSERT(eid != NULL);
/freebsd-11.0-release/tools/tools/net80211/stumbler/
H A Dstumbler.c558 int eid, elen; local
560 eid = *data;
572 if (eid == 0) {
582 else if(eid == 3) {
590 else if (eid == 221 && node->wep == CRYPT_WEP) {
642 else if (eid == 48 && node->wep == CRYPT_WEP) {
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dieee802_11_defs.h962 u8 eid; /* 221 = 0xdd */ member in struct:wmm_tspec_element
1323 u8 eid; /* WLAN_EID_WNMSLEEP */ member in struct:wnm_sleep_element
1353 u8 eid; member in struct:tpc_report
1382 u8 eid; /* WLAN_EID_MULTI_BAND */ member in struct:multi_band_ie
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h1791 uint64_t eid : 5; /**< Engine ID to which this port is mapped member in struct:cvmx_pko_mem_iport_ptrs::cvmx_pko_mem_iport_ptrs_s
1799 uint64_t eid : 5;
1837 uint64_t eid : 5; /**< Engine ID to which this port is mapped */ member in struct:cvmx_pko_mem_iport_qos::cvmx_pko_mem_iport_qos_s
1843 uint64_t eid : 5;
2021 uint64_t eid : 4; /**< Engine ID to which this port is mapped member in struct:cvmx_pko_mem_port_ptrs::cvmx_pko_mem_port_ptrs_s
2026 uint64_t eid : 4;
2066 uint64_t eid : 4; /**< Engine ID to which this port is mapped member in struct:cvmx_pko_mem_port_qos::cvmx_pko_mem_port_qos_s
2071 uint64_t eid : 4;
H A Dcvmx-pko.c490 * Initialize every iport with the invalid eid.
494 config.s.eid = CVMX_O68_PKO_INVALID_EID;
517 config.s.eid = __cvmx_helper_cfg_pko_port_eid(XIT_pko_port);
H A Dcvmx-helper-xaui.c181 pko_mem_port_ptrs.s.eid = interface*4;

Completed in 212 milliseconds

12