Home
last modified time | relevance | path

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

123

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhs20.c22 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_hs20_indication() argument
26 return eid; in hostapd_eid_hs20_indication()
27 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_hs20_indication()
28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7; in hostapd_eid_hs20_indication()
29 WPA_PUT_BE24(eid, OUI_WFA); in hostapd_eid_hs20_indication()
30 eid += 3; in hostapd_eid_hs20_indication()
31 *eid++ = HS20_INDICATION_OUI_TYPE; in hostapd_eid_hs20_indication()
37 *eid++ = conf; in hostapd_eid_hs20_indication()
39 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id); in hostapd_eid_hs20_indication()
40 eid in hostapd_eid_hs20_indication()
47 hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) hostapd_eid_osen() argument
[all...]
H A Dieee802_11.h48 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
49 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid);
50 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
51 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
52 u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid,
54 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
55 u8 * hostapd_eid_ht_operation(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);
146 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) hostapd_eid_mbo() argument
[all...]
H A Dieee802_11_shared.c24 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time()
26 u8 *pos = eid; in hostapd_eid_assoc_comeback_time()
451 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() argument
453 u8 *pos = eid; in hostapd_eid_ext_capab()
475 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab()
477 eid[1] = len; in hostapd_eid_ext_capab()
480 return eid; in hostapd_eid_ext_capab()
482 return eid + 2 + len; in hostapd_eid_ext_capab()
486 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument
488 u8 *pos = eid; in hostapd_eid_qos_map_set()
23 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) hostapd_eid_assoc_comeback_time() argument
503 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) hostapd_eid_interworking() argument
543 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) hostapd_eid_adv_proto() argument
562 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) hostapd_eid_roaming_consortium() argument
609 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) hostapd_eid_time_adv() argument
629 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) hostapd_eid_time_zone() argument
700 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) hostapd_eid_bss_max_idle_period() argument
730 hostapd_eid_mbo_rssi_assoc_rej(struct hostapd_data *hapd, u8 *eid, size_t len, int delta) hostapd_eid_mbo_rssi_assoc_rej() argument
746 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) hostapd_eid_mbo() argument
833 hostapd_eid_owe_trans(struct hostapd_data *hapd, u8 *eid, size_t len) hostapd_eid_owe_trans() argument
883 hostapd_eid_dpp_cc(struct hostapd_data *hapd, u8 *eid, size_t len) hostapd_eid_dpp_cc() argument
919 hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid) hostapd_eid_fils_indic() argument
1050 hostapd_eid_rsnxe(struct hostapd_data *hapd, u8 *eid, size_t len) hostapd_eid_rsnxe() argument
[all...]
H A Dp2p_hostapd.c94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_p2p_manage() argument
97 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_p2p_manage()
98 *eid++ = 4 + 3 + 1; in hostapd_eid_p2p_manage()
99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE); in hostapd_eid_p2p_manage()
100 eid += 4; in hostapd_eid_p2p_manage()
102 *eid++ = P2P_ATTR_MANAGEABILITY; in hostapd_eid_p2p_manage()
103 WPA_PUT_LE16(eid, 1); in hostapd_eid_p2p_manage()
104 eid += 2; in hostapd_eid_p2p_manage()
109 *eid++ = bitmap; in hostapd_eid_p2p_manage()
111 return eid; in hostapd_eid_p2p_manage()
[all...]
H A Dbeacon.c39 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() argument
42 return eid; in hostapd_eid_bss_load()
46 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load()
47 *eid++ = 5; in hostapd_eid_bss_load()
48 os_memcpy(eid, hapd->conf->bss_load_test, 5); in hostapd_eid_bss_load()
49 eid += 5; in hostapd_eid_bss_load()
50 return eid; in hostapd_eid_bss_load()
54 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load()
55 *eid++ = 5; in hostapd_eid_bss_load()
56 WPA_PUT_LE16(eid, hap in hostapd_eid_bss_load()
88 hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) hostapd_eid_ds_params() argument
97 hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) hostapd_eid_erp_info() argument
121 hostapd_eid_pwr_constraint(struct hostapd_data *hapd, u8 *eid) hostapd_eid_pwr_constraint() argument
207 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) hostapd_eid_country() argument
269 hostapd_wpa_ie(struct hostapd_data *hapd, u8 eid) hostapd_wpa_ie() argument
367 hostapd_eid_csa(struct hostapd_data *hapd, u8 *eid) hostapd_eid_csa() argument
387 hostapd_eid_ecsa(struct hostapd_data *hapd, u8 *eid) hostapd_eid_ecsa() argument
403 hostapd_eid_supported_op_classes(struct hostapd_data *hapd, u8 *eid) hostapd_eid_supported_op_classes() argument
[all...]
H A Dieee802_11_he.c83 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_he_capab() argument
89 u8 *pos = eid; in hostapd_eid_he_capab()
93 return eid; in hostapd_eid_he_capab()
164 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_operation() argument
167 u8 *pos = eid; in hostapd_eid_he_operation()
172 return eid; in hostapd_eid_he_operation()
259 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_mu_edca_parameter_set() argument
271 return eid; /* no MU EDCA Parameters configured */ in hostapd_eid_he_mu_edca_parameter_set()
273 pos = eid; in hostapd_eid_he_mu_edca_parameter_set()
290 u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_spatial_reuse() argument
337 hostapd_eid_he_6ghz_band_cap(struct hostapd_data *hapd, u8 *eid) hostapd_eid_he_6ghz_band_cap() argument
[all...]
H A Dieee802_11_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() argument
27 u8 *pos = eid; in hostapd_eid_vht_capabilities()
30 return eid; in hostapd_eid_vht_capabilities()
74 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() argument
77 u8 *pos = eid; in hostapd_eid_vht_operation()
80 return eid; in hostapd_eid_vht_operation()
259 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vendor_vht() argument
261 u8 *pos = eid; in hostapd_eid_vendor_vht()
266 return eid; in hostapd_eid_vendor_vht()
H A Dwpa_auth_ie.c437 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument
442 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen()
443 len = eid++; /* to be filled */ in wpa_write_osen()
444 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen()
445 eid += 3; in wpa_write_osen()
446 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen()
449 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen()
450 eid += RSN_SELECTOR_LEN; in wpa_write_osen()
453 WPA_PUT_LE16(eid, 1); in wpa_write_osen()
454 eid in wpa_write_osen()
[all...]
H A Dwmm.c109 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wmm() argument
111 u8 *pos = eid; in hostapd_eid_wmm()
120 return eid; in hostapd_eid_wmm()
122 eid[0] = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_wmm()
150 eid[1] = pos - eid - 2; /* element length */ in hostapd_eid_wmm()
159 * element. eid does not include Element ID and Length octets.
161 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) in hostapd_eid_wmm_valid() argument
165 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len); in hostapd_eid_wmm_valid()
173 wmm = (struct wmm_information_element *) eid; in hostapd_eid_wmm_valid()
[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 Dieee802_11.c91 u8 * hostapd_eid_multi_ap(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_multi_ap() argument
96 return eid; in hostapd_eid_multi_ap()
102 return eid + add_multi_ap_ie(eid, 9, multi_ap_val); in hostapd_eid_multi_ap()
106 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() argument
108 u8 *pos = eid; in hostapd_eid_supp_rates()
113 return eid; in hostapd_eid_supp_rates()
162 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() argument
164 u8 *pos = eid; in hostapd_eid_ext_supp_rates()
169 return eid; in hostapd_eid_ext_supp_rates()
221 hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, size_t len) hostapd_eid_rm_enabled_capab() argument
6938 hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) hostapd_eid_txpower_envelope() argument
7050 hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) hostapd_eid_wb_chsw_wrapper() argument
7282 hostapd_eid_nr_db(struct hostapd_data *hapd, u8 *eid, size_t *current_len) hostapd_eid_nr_db() argument
7337 hostapd_eid_rnr_iface(struct hostapd_data *hapd, struct hostapd_data *reporting_hapd, u8 *eid, size_t *current_len) hostapd_eid_rnr_iface() argument
7423 hostapd_eid_rnr_colocation(struct hostapd_data *hapd, u8 *eid, size_t *current_len) hostapd_eid_rnr_colocation() argument
7447 hostapd_eid_rnr(struct hostapd_data *hapd, u8 *eid, u32 type) hostapd_eid_rnr() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhs20.c22 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_hs20_indication() argument
26 return eid; in hostapd_eid_hs20_indication()
27 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_hs20_indication()
28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7; in hostapd_eid_hs20_indication()
29 WPA_PUT_BE24(eid, OUI_WFA); in hostapd_eid_hs20_indication()
30 eid += 3; in hostapd_eid_hs20_indication()
31 *eid++ = HS20_INDICATION_OUI_TYPE; in hostapd_eid_hs20_indication()
37 *eid++ = conf; in hostapd_eid_hs20_indication()
39 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id); in hostapd_eid_hs20_indication()
40 eid in hostapd_eid_hs20_indication()
47 hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) hostapd_eid_osen() 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) hostapd_eid_mbo() argument
[all...]
H A Dieee802_11_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() argument
27 u8 *pos = eid; in hostapd_eid_vht_capabilities()
30 return eid; in hostapd_eid_vht_capabilities()
74 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() argument
77 u8 *pos = eid; in hostapd_eid_vht_operation()
167 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wb_chsw_wrapper() argument
174 return eid; in hostapd_eid_wb_chsw_wrapper()
193 return eid; in hostapd_eid_wb_chsw_wrapper()
201 return eid; in hostapd_eid_wb_chsw_wrapper()
206 return eid; in hostapd_eid_wb_chsw_wrapper()
220 hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) hostapd_eid_txpower_envelope() argument
421 hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) hostapd_eid_vendor_vht() argument
[all...]
H A Dieee802_11_shared.c25 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time()
27 u8 *pos = eid; in hostapd_eid_assoc_comeback_time()
402 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() argument
404 u8 *pos = eid; in hostapd_eid_ext_capab()
446 return eid; in hostapd_eid_ext_capab()
459 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab()
461 eid[1] = len; in hostapd_eid_ext_capab()
464 return eid; in hostapd_eid_ext_capab()
466 return eid + 2 + len; in hostapd_eid_ext_capab()
470 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument
24 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) hostapd_eid_assoc_comeback_time() argument
487 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) hostapd_eid_interworking() argument
527 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) hostapd_eid_adv_proto() argument
546 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) hostapd_eid_roaming_consortium() argument
593 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) hostapd_eid_time_adv() argument
613 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) hostapd_eid_time_zone() argument
684 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) hostapd_eid_bss_max_idle_period() argument
714 hostapd_eid_mbo_rssi_assoc_rej(struct hostapd_data *hapd, u8 *eid, size_t len, int delta) hostapd_eid_mbo_rssi_assoc_rej() argument
730 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) hostapd_eid_mbo() argument
817 hostapd_eid_owe_trans(struct hostapd_data *hapd, u8 *eid, size_t len) hostapd_eid_owe_trans() argument
874 hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid) hostapd_eid_fils_indic() argument
[all...]
H A Dp2p_hostapd.c94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_p2p_manage() argument
97 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_p2p_manage()
98 *eid++ = 4 + 3 + 1; in hostapd_eid_p2p_manage()
99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE); in hostapd_eid_p2p_manage()
100 eid += 4; in hostapd_eid_p2p_manage()
102 *eid++ = P2P_ATTR_MANAGEABILITY; in hostapd_eid_p2p_manage()
103 WPA_PUT_LE16(eid, 1); in hostapd_eid_p2p_manage()
104 eid += 2; in hostapd_eid_p2p_manage()
109 *eid++ = bitmap; in hostapd_eid_p2p_manage()
111 return eid; in hostapd_eid_p2p_manage()
[all...]
H A Dbeacon.c39 static u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_rm_enabled_capab() argument
50 return eid; in hostapd_eid_rm_enabled_capab()
52 *eid++ = WLAN_EID_RRM_ENABLED_CAPABILITIES; in hostapd_eid_rm_enabled_capab()
53 *eid++ = RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
54 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN); in hostapd_eid_rm_enabled_capab()
56 return eid + RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
60 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() argument
63 return eid; in hostapd_eid_bss_load()
67 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load()
68 *eid in hostapd_eid_bss_load()
109 hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) hostapd_eid_ds_params() argument
118 hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) hostapd_eid_erp_info() argument
142 hostapd_eid_pwr_constraint(struct hostapd_data *hapd, u8 *eid) hostapd_eid_pwr_constraint() argument
228 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) hostapd_eid_country() argument
290 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len) hostapd_eid_wpa() argument
304 hostapd_eid_csa(struct hostapd_data *hapd, u8 *eid) hostapd_eid_csa() argument
324 hostapd_eid_ecsa(struct hostapd_data *hapd, u8 *eid) hostapd_eid_ecsa() argument
340 hostapd_eid_supported_op_classes(struct hostapd_data *hapd, u8 *eid) hostapd_eid_supported_op_classes() argument
[all...]
H A Dieee802_11_he.c47 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_he_capab() argument
53 u8 *pos = eid; in hostapd_eid_he_capab()
57 return eid; in hostapd_eid_he_capab()
129 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_operation() argument
132 u8 *pos = eid; in hostapd_eid_he_operation()
137 return eid; in hostapd_eid_he_operation()
175 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_mu_edca_parameter_set() argument
187 return eid; /* no MU EDCA Parameters configured */ in hostapd_eid_he_mu_edca_parameter_set()
189 pos = eid; in hostapd_eid_he_mu_edca_parameter_set()
206 u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_spatial_reuse() argument
[all...]
H A Dieee802_11_ht.c24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ht_capabilities() argument
27 u8 *pos = eid; in hostapd_eid_ht_capabilities()
31 return eid; in hostapd_eid_ht_capabilities()
82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ht_operation() argument
85 u8 *pos = eid; in hostapd_eid_ht_operation()
88 return eid; in hostapd_eid_ht_operation()
111 u8 * hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_secondary_channel() argument
117 return eid; in hostapd_eid_secondary_channel()
124 return eid; in hostapd_eid_secondary_channel()
126 *eid in hostapd_eid_secondary_channel()
[all...]
H A Dwpa_auth_ie.c381 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument
386 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen()
387 len = eid++; /* to be filled */ in wpa_write_osen()
388 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen()
389 eid += 3; in wpa_write_osen()
390 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen()
393 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen()
394 eid += RSN_SELECTOR_LEN; in wpa_write_osen()
397 WPA_PUT_LE16(eid, 1); in wpa_write_osen()
398 eid in wpa_write_osen()
[all...]
H A Dwmm.c109 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wmm() argument
111 u8 *pos = eid; in hostapd_eid_wmm()
118 return eid; in hostapd_eid_wmm()
120 eid[0] = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_wmm()
148 eid[1] = pos - eid - 2; /* element length */ in hostapd_eid_wmm()
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) in hostapd_eid_wmm_valid() argument
163 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len); in hostapd_eid_wmm_valid()
171 wmm = (struct wmm_information_element *) eid; in hostapd_eid_wmm_valid()
[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,
/third_party/musl/porting/liteos_a/user/src/unistd/
H A Dsetxid.c7 int id, eid, sid; member
15 int ret = __syscall(c->nr, c->id, c->eid, c->sid); in do_setxid()
27 int __setxid(int nr, int id, int eid, int sid) in __setxid() argument
31 struct ctx c = { .nr = nr, .id = id, .eid = eid, .sid = sid, .ret = 1 }; in __setxid()
/third_party/musl/src/unistd/
H A Dsetxid.c7 int id, eid, sid; member
15 int ret = __syscall(c->nr, c->id, c->eid, c->sid); in do_setxid()
27 int __setxid(int nr, int id, int eid, int sid) in __setxid() argument
31 struct ctx c = { .nr = nr, .id = id, .eid = eid, .sid = sid, .ret = 1 }; in __setxid()
/third_party/ffmpeg/libavformat/
H A Dlibsrt.c55 int eid; member
182 int eid = srt_epoll_create(); in libsrt_epoll_create() local
183 if (eid < 0) in libsrt_epoll_create()
185 if (srt_epoll_add_usock(eid, fd, &modes) < 0) { in libsrt_epoll_create()
186 srt_epoll_release(eid); in libsrt_epoll_create()
189 return eid; in libsrt_epoll_create()
192 static int libsrt_network_wait_fd(URLContext *h, int eid, int write) in libsrt_network_wait_fd() argument
199 ret = srt_epoll_wait(eid, error, &errlen, ready, &len, POLLING_TIME, 0, 0, 0, 0); in libsrt_network_wait_fd()
201 ret = srt_epoll_wait(eid, ready, &len, error, &errlen, POLLING_TIME, 0, 0, 0, 0); in libsrt_network_wait_fd()
216 static int libsrt_network_wait_fd_timeout(URLContext *h, int eid, in argument
236 libsrt_listen(int eid, int fd, const struct sockaddr *addr, socklen_t addrlen, URLContext *h, int64_t timeout) libsrt_listen() argument
268 libsrt_listen_connect(int eid, int fd, const struct sockaddr *addr, socklen_t addrlen, int64_t timeout, URLContext *h, int will_try_next) libsrt_listen_connect() argument
393 int eid, write_eid; libsrt_setup() local
[all...]

Completed in 16 milliseconds

123