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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhs20.c19 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
22 return eid;
23 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
24 *eid++ = 5;
25 WPA_PUT_BE24(eid, OUI_WFA);
26 eid += 3;
27 *eid++ = HS20_INDICATION_OUI_TYPE;
29 *eid++ = hapd->conf->disable_dgaf ? 0x01 : 0x00;
30 return eid;
H A Dhs20.h14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
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_BE24(eid, OUI_WFA);
100 eid += 3;
101 *eid++ = P2P_OUI_TYPE;
103 *eid++ = P2P_ATTR_MANAGEABILITY;
104 WPA_PUT_LE16(eid, 1);
105 eid += 2;
110 *eid
[all...]
H A Dwmm.h22 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
23 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
H A Dieee802_11.h43 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
44 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
45 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
46 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
47 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
48 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid);
49 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
71 struct sta_info *sta, u8 *eid);
75 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid);
76 u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid);
[all...]
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
209 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
211 u8 *pos = eid;
229 return eid;
242 while (len > 0 && eid[1 + len] == 0) {
244 eid[1] = len;
247 return eid;
249 return eid + 2 + len;
253 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
22 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
293 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
312 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
359 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
379 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
450 hostapd_eid_bss_max_idle_period(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) argument
26 u8 *pos = eid;
30 return eid;
50 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
53 u8 *pos = eid;
56 return eid;
H A Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Dwmm.c57 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) argument
59 u8 *pos = eid;
65 return eid;
66 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
95 eid[1] = pos - eid - 2; /* element length */
104 * element. eid does not include Element ID and Length octets.
106 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
110 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
118 wmm = (struct wmm_information_element *) eid;
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dhs20.c19 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
22 return eid;
23 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
24 *eid++ = 5;
25 WPA_PUT_BE24(eid, OUI_WFA);
26 eid += 3;
27 *eid++ = HS20_INDICATION_OUI_TYPE;
29 *eid++ = hapd->conf->disable_dgaf ? 0x01 : 0x00;
30 return eid;
H A Dhs20.h14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
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_BE24(eid, OUI_WFA);
100 eid += 3;
101 *eid++ = P2P_OUI_TYPE;
103 *eid++ = P2P_ATTR_MANAGEABILITY;
104 WPA_PUT_LE16(eid, 1);
105 eid += 2;
110 *eid
[all...]
H A Dwmm.h22 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
23 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
H A Dieee802_11.h43 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
44 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
45 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
46 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
47 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
48 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid);
49 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
71 struct sta_info *sta, u8 *eid);
75 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid);
76 u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid);
[all...]
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
209 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
211 u8 *pos = eid;
229 return eid;
242 while (len > 0 && eid[1 + len] == 0) {
244 eid[1] = len;
247 return eid;
249 return eid + 2 + len;
253 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
22 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
293 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
312 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
359 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
379 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
450 hostapd_eid_bss_max_idle_period(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) argument
26 u8 *pos = eid;
30 return eid;
50 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
53 u8 *pos = eid;
56 return eid;
H A Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhs20.c19 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
22 return eid;
23 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
24 *eid++ = 5;
25 WPA_PUT_BE24(eid, OUI_WFA);
26 eid += 3;
27 *eid++ = HS20_INDICATION_OUI_TYPE;
29 *eid++ = hapd->conf->disable_dgaf ? 0x01 : 0x00;
30 return eid;
H A Dhs20.h14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
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_BE24(eid, OUI_WFA);
100 eid += 3;
101 *eid++ = P2P_OUI_TYPE;
103 *eid++ = P2P_ATTR_MANAGEABILITY;
104 WPA_PUT_LE16(eid, 1);
105 eid += 2;
110 *eid
[all...]
H A Dwmm.h22 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
23 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
H A Dieee802_11.h43 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
44 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
45 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
46 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
47 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
48 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid);
49 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
71 struct sta_info *sta, u8 *eid);
75 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid);
76 u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid);
[all...]
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
209 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
211 u8 *pos = eid;
229 return eid;
242 while (len > 0 && eid[1 + len] == 0) {
244 eid[1] = len;
247 return eid;
249 return eid + 2 + len;
253 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
22 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
293 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
312 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
359 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
379 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
450 hostapd_eid_bss_max_idle_period(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) argument
26 u8 *pos = eid;
30 return eid;
50 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
53 u8 *pos = eid;
56 return eid;
H A Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);

Completed in 360 milliseconds

12