HomeSort by relevance Sort by last modified time
    Searched refs:eid (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/wpa_supplicant_8/src/ap/
hs20.c 20 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid)
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 += 2
    [all...]
p2p_hostapd.c 94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid)
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...]
hs20.h 14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
wmm.h 16 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
17 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
ieee802_11.h 46 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, u32 nsts);
54 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
55 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
    [all...]
ieee802_11_vht.c 23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts)
27 u8 *pos = eid;
30 return eid;
74 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid)
77 u8 *pos = eid;
167 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid)
174 return eid;
193 return eid;
201 return eid;
206 return eid;
    [all...]
ieee802_11_he.c 19 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid)
22 u8 *pos = eid;
25 return eid;
52 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid)
55 u8 *pos = eid;
58 return eid;
ieee802_11_shared.c 23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
239 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid)
241 u8 *pos = eid;
277 return eid;
290 while (len > 0 && eid[1 + len] == 0) {
292 eid[1] = len;
295 return eid;
297 return eid + 2 + len;
301 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid)
    [all...]
p2p_hostapd.h 33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
beacon.c 37 static u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid,
48 return eid;
50 *eid++ = WLAN_EID_RRM_ENABLED_CAPABILITIES;
51 *eid++ = RRM_CAPABILITIES_IE_LEN;
52 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN);
54 return eid + RRM_CAPABILITIES_IE_LEN;
58 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len)
61 return eid;
65 *eid++ = WLAN_EID_BSS_LOAD;
66 *eid++ = 5
    [all...]
ieee802_11_ht.c 24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid)
27 u8 *pos = eid;
31 return eid;
82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid)
85 u8 *pos = eid;
88 return eid;
111 u8 * hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid)
117 return eid;
124 return eid;
126 *eid++ = WLAN_EID_SECONDARY_CHANNEL_OFFSET
    [all...]
wmm.c 46 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid)
48 u8 *pos = eid;
54 return eid;
55 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
84 eid[1] = pos - eid - 2; /* element length */
93 * element. eid does not include Element ID and Length octets.
95 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len)
99 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
107 wmm = (struct wmm_information_element *) eid;
    [all...]
wpa_auth_ie.c 363 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid)
368 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
369 len = eid++; /* to be filled */
370 WPA_PUT_BE24(eid, OUI_WFA);
371 eid += 3;
372 *eid++ = HS20_OSEN_OUI_TYPE;
375 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED);
376 eid += RSN_SELECTOR_LEN;
379 WPA_PUT_LE16(eid, 1);
380 eid += 2
    [all...]
  /frameworks/base/core/java/android/service/euicc/
IGetEidCallback.aidl 21 void onSuccess(String eid);
EuiccService.java 230 * Return the EID of the eUICC.
234 * @return the EID.
425 String eid = EuiccService.this.onGetEid(slotId);
427 callback.onSuccess(eid);
  /external/libopus/celt/
opus_custom_demo.c 144 int eid = 0;
153 eid = i;
159 data[eid/8] ^= 1<<(7-(eid%8));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
EuiccConnectorTest.java 118 public void onGetEidComplete(String eid) {
214 public void onGetEidComplete(String eid) {
218 eidRef.set(eid);
240 public void onGetEidComplete(String eid) {
262 public void onGetEidComplete(String eid) {
291 @Override public void onGetEidComplete(String eid) {}
319 @Override public void onGetEidComplete(String eid) {}
323 @Override public void onGetEidComplete(String eid) {}
  /external/tinyalsa/
mixer.c 102 struct snd_ctl_elem_id *eid = NULL; local
129 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
130 if (!eid)
136 elist.pids = eid;
145 ctl->info->id.numid = eid[n].numid;
146 strncpy((char *)ctl->info->id.name, (char *)eid[n].name,
151 free(eid);
156 if (eid)
157 free(eid);
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 59 * Extracts the ID and calendar email from the eid parameter of a URI.
61 * The URI contains an "eid" parameter, which is comprised of an ID, followed
71 String eidParam = uri.getQueryParameter("eid");
72 if (debug) Log.d(TAG, "eid=" + eidParam );
78 if (debug) Log.d(TAG, "decoded eid=" + new String(decodedBytes) );
118 String eid = new String(decodedBytes, 0, spacePosn); local
120 if (debug) Log.d(TAG, "eid= " + eid );
127 return new String[] { eid, email };
  /external/wpa_supplicant_8/src/fst/
fst_group.c 31 WPA_ASSERT(mbie->eid == WLAN_EID_MULTI_BAND);
67 mbie->eid = WLAN_EID_MULTI_BAND;
209 if (mbie->eid != WLAN_EID_MULTI_BAND) {
210 fst_printf(MSG_INFO, "unexpected eid %d", mbie->eid);
  /cts/tests/tests/telephony/src/android/telephony/euicc/cts/
EuiccManagerTest.java 87 String eid = mEuiccManager.getEid(); local
90 assertNull(eid);
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Type.java 196 public long getDummyType(RenderScript mRS, long eid) {
197 return mRS.nIncTypeCreate(eid, mDimX, mDimY, mDimZ, mDimMipmaps, mDimFaces, mDimYuv);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 156 struct snd_ctl_elem_id *eid = NULL; local
182 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
183 if (!eid)
189 elist.pids = eid;
195 ei->id.numid = eid[n].numid;
218 free(eid);
222 if (eid)
223 free(eid);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/simstatus/
SimStatusDialogControllerTest.java 299 final String eid = "12351351231241"; local
300 when(mEuiccManager.getEid()).thenReturn(eid);
304 verify(mDialog).setText(EID_INFO_VALUE_ID, eid);
  /external/mesa3d/src/loader/
loader_dri3_helper.h 155 xcb_present_event_t eid; member in struct:loader_dri3_drawable

Completed in 471 milliseconds

1 2 3