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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dp2p_hostapd.c100 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) argument
103 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
104 *eid++ = 4 + 3 + 1;
105 WPA_PUT_BE24(eid, OUI_WFA);
106 eid += 3;
107 *eid++ = P2P_OUI_TYPE;
109 *eid++ = P2P_ATTR_MANAGEABILITY;
110 WPA_PUT_LE16(eid, 1);
111 eid += 2;
116 *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.h49 u8 * hostapd_eid_ext_capab(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_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
H A Dp2p_hostapd.h39 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Dbeacon.c72 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
74 *eid++ = WLAN_EID_DS_PARAMS;
75 *eid++ = 1;
76 *eid++ = hapd->iconf->channel;
77 return eid;
81 static u8 * hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) argument
85 return eid;
97 *eid++ = WLAN_EID_ERP_INFO;
98 *eid++ = 1;
99 *eid
123 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
185 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len, struct sta_info *sta) argument
[all...]
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;
94 eid[1] = pos - eid - 2; /* element length */
102 * error in WMM element. eid does not include Element ID and Length octets. */
103 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
107 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
115 wmm = (struct wmm_information_element *) eid;
[all...]
H A Dieee802_11_ht.c28 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
31 u8 *pos = eid;
35 return eid;
57 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) argument
60 u8 *pos = eid;
63 return eid;
H A Dieee802_11.c46 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) argument
48 u8 *pos = eid;
52 return eid;
83 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) argument
85 u8 *pos = eid;
89 return eid;
95 return eid;
166 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
168 u8 *pos = eid;
172 return eid;
192 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dp2p_hostapd.c100 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) argument
103 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
104 *eid++ = 4 + 3 + 1;
105 WPA_PUT_BE24(eid, OUI_WFA);
106 eid += 3;
107 *eid++ = P2P_OUI_TYPE;
109 *eid++ = P2P_ATTR_MANAGEABILITY;
110 WPA_PUT_LE16(eid, 1);
111 eid += 2;
116 *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.h49 u8 * hostapd_eid_ext_capab(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_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
H A Dp2p_hostapd.h39 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Dbeacon.c72 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
74 *eid++ = WLAN_EID_DS_PARAMS;
75 *eid++ = 1;
76 *eid++ = hapd->iconf->channel;
77 return eid;
81 static u8 * hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) argument
85 return eid;
97 *eid++ = WLAN_EID_ERP_INFO;
98 *eid++ = 1;
99 *eid
123 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
185 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len, struct sta_info *sta) argument
[all...]
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;
94 eid[1] = pos - eid - 2; /* element length */
102 * error in WMM element. eid does not include Element ID and Length octets. */
103 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
107 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
115 wmm = (struct wmm_information_element *) eid;
[all...]
H A Dieee802_11_ht.c28 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
31 u8 *pos = eid;
35 return eid;
57 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) argument
60 u8 *pos = eid;
63 return eid;
H A Dieee802_11.c46 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) argument
48 u8 *pos = eid;
52 return eid;
83 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) argument
85 u8 *pos = eid;
89 return eid;
95 return eid;
166 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
168 u8 *pos = eid;
172 return eid;
192 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dp2p_hostapd.c100 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) argument
103 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
104 *eid++ = 4 + 3 + 1;
105 WPA_PUT_BE24(eid, OUI_WFA);
106 eid += 3;
107 *eid++ = P2P_OUI_TYPE;
109 *eid++ = P2P_ATTR_MANAGEABILITY;
110 WPA_PUT_LE16(eid, 1);
111 eid += 2;
116 *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.h49 u8 * hostapd_eid_ext_capab(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_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
H A Dp2p_hostapd.h39 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Dbeacon.c72 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
74 *eid++ = WLAN_EID_DS_PARAMS;
75 *eid++ = 1;
76 *eid++ = hapd->iconf->channel;
77 return eid;
81 static u8 * hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) argument
85 return eid;
97 *eid++ = WLAN_EID_ERP_INFO;
98 *eid++ = 1;
99 *eid
123 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
185 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len, struct sta_info *sta) argument
[all...]
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;
94 eid[1] = pos - eid - 2; /* element length */
102 * error in WMM element. eid does not include Element ID and Length octets. */
103 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
107 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
115 wmm = (struct wmm_information_element *) eid;
[all...]
H A Dieee802_11_ht.c28 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
31 u8 *pos = eid;
35 return eid;
57 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) argument
60 u8 *pos = eid;
63 return eid;
H A Dieee802_11.c46 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) argument
48 u8 *pos = eid;
52 return eid;
83 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) argument
85 u8 *pos = eid;
89 return eid;
95 return eid;
166 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
168 u8 *pos = eid;
172 return eid;
192 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
[all...]
/external/tinyalsa/
H A Dmixer.c92 struct snd_ctl_elem_id *eid = NULL; local
116 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
117 if (!eid)
123 elist.pids = eid;
129 ei->id.numid = eid[n].numid;
152 free(eid);
157 if (eid)
158 free(eid);

Completed in 232 milliseconds

12