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

123

/external/wpa_supplicant_8/hostapd/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_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
27 u8 *pos = eid;
30 return eid;
62 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
65 u8 *pos = eid;
155 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) argument
162 return eid;
181 return eid;
189 return eid;
194 return eid;
208 hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) argument
386 hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) argument
[all...]
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_secondary_channel(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid);
54 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
55 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
121 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) argument
[all...]
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
225 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
227 u8 *pos = eid;
255 return eid;
268 while (len > 0 && eid[1 + len] == 0) {
270 eid[1] = len;
273 return eid;
275 return eid + 2 + len;
279 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
296 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
336 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
355 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
402 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
422 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
493 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) argument
523 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) 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
318 hostapd_eid_ecsa(struct hostapd_data *hapd, u8 *eid) argument
334 hostapd_eid_supported_op_classes(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
/external/wpa_supplicant_8/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_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
27 u8 *pos = eid;
30 return eid;
62 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
65 u8 *pos = eid;
155 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) argument
162 return eid;
181 return eid;
189 return eid;
194 return eid;
208 hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) argument
386 hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) argument
[all...]
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_secondary_channel(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid);
54 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
55 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
121 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) argument
[all...]
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
225 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
227 u8 *pos = eid;
255 return eid;
268 while (len > 0 && eid[1 + len] == 0) {
270 eid[1] = len;
273 return eid;
275 return eid + 2 + len;
279 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
296 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
336 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
355 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
402 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
422 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
493 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) argument
523 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) 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
318 hostapd_eid_ecsa(struct hostapd_data *hapd, u8 *eid) argument
334 hostapd_eid_supported_op_classes(struct hostapd_data *hapd, u8 *eid) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/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_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
27 u8 *pos = eid;
30 return eid;
62 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
65 u8 *pos = eid;
155 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) argument
162 return eid;
181 return eid;
189 return eid;
194 return eid;
208 hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid) argument
386 hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) argument
[all...]
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_secondary_channel(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid);
54 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
55 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
121 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) argument
[all...]
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
225 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
227 u8 *pos = eid;
255 return eid;
268 while (len > 0 && eid[1 + len] == 0) {
270 eid[1] = len;
273 return eid;
275 return eid + 2 + len;
279 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
296 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
336 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
355 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
402 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
422 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
493 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) argument
523 hostapd_eid_mbo(struct hostapd_data *hapd, u8 *eid, size_t len) 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
318 hostapd_eid_ecsa(struct hostapd_data *hapd, u8 *eid) argument
334 hostapd_eid_supported_op_classes(struct hostapd_data *hapd, u8 *eid) argument
[all...]

Completed in 538 milliseconds

123