Searched defs:er (Results 1 - 25 of 36) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; local
38 if (er->filter_addr.s_addr &&
39 er->filter_addr.s_addr != addr.sin_addr.s_addr)
47 if (sd == er->multicast_sd) {
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
129 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
161 int wps_er_ssdp_init(struct wps_er *er) argument
197 wps_er_ssdp_deinit(struct wps_er *er) argument
[all...]
H A Dwps_er.h35 struct wps_er *er; member in struct:wps_er_ap
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
108 int wps_er_ssdp_init(struct wps_er *er);
109 void wps_er_ssdp_deinit(struct wps_er *er);
110 void wps_er_send_ssdp_msearch(struct wps_er *er);
H A Dwps_i.h35 * er - Whether the local end is an external registrar
37 int er; member in struct:wps_data
H A Dwps_er.c76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, argument
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) argument
119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
188 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing)) {
189 eloop_cancel_timeout(wps_er_deinit_finish, er, NULL);
190 wps_er_deinit_finish(er, NUL
223 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
280 wps_er_ap_get_settings(struct wps_er *er, const u8 *uuid) argument
291 wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) argument
315 wps_er_ap_use_cached_settings(struct wps_er *er, struct wps_er_ap *ap) argument
337 wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) argument
362 struct wps_er *er = eloop_data; local
637 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
676 wps_er_ap_remove(struct wps_er *er, struct in_addr *addr) argument
688 wps_er_ap_remove_all(struct wps_er *er) argument
1151 wps_er_http_event(struct wps_er *er, struct http_request *req, unsigned int ap_id) argument
1187 wps_er_http_notify(struct wps_er *er, struct http_request *req) argument
1215 struct wps_er *er = ctx; local
1251 struct wps_er *er; local
1330 wps_er_refresh(struct wps_er *er) argument
1347 struct wps_er *er = eloop_data; local
1363 wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx) argument
1494 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
1556 wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
1623 wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr) argument
1894 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len) argument
1927 wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred) argument
1979 wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len, const struct wps_credential *cred) argument
2046 wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; local
38 if (er->filter_addr.s_addr &&
39 er->filter_addr.s_addr != addr.sin_addr.s_addr)
47 if (sd == er->multicast_sd) {
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
129 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
161 int wps_er_ssdp_init(struct wps_er *er) argument
197 wps_er_ssdp_deinit(struct wps_er *er) argument
[all...]
H A Dwps_er.h35 struct wps_er *er; member in struct:wps_er_ap
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
108 int wps_er_ssdp_init(struct wps_er *er);
109 void wps_er_ssdp_deinit(struct wps_er *er);
110 void wps_er_send_ssdp_msearch(struct wps_er *er);
H A Dwps_i.h35 * er - Whether the local end is an external registrar
37 int er; member in struct:wps_data
H A Dwps_er.c76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
99 static struct wps_er_ap * wps_er_ap_get(struct wps_er *er, argument
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) argument
119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
181 static void wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
188 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing)) {
189 eloop_cancel_timeout(wps_er_deinit_finish, er, NULL);
190 wps_er_deinit_finish(er, NUL
223 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
280 wps_er_ap_get_settings(struct wps_er *er, const u8 *uuid) argument
291 wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr) argument
315 wps_er_ap_use_cached_settings(struct wps_er *er, struct wps_er_ap *ap) argument
337 wps_er_ap_remove_entry(struct wps_er *er, struct wps_er_ap *ap) argument
362 struct wps_er *er = eloop_data; local
637 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
676 wps_er_ap_remove(struct wps_er *er, struct in_addr *addr) argument
688 wps_er_ap_remove_all(struct wps_er *er) argument
1151 wps_er_http_event(struct wps_er *er, struct http_request *req, unsigned int ap_id) argument
1187 wps_er_http_notify(struct wps_er *er, struct http_request *req) argument
1215 struct wps_er *er = ctx; local
1251 struct wps_er *er; local
1330 wps_er_refresh(struct wps_er *er) argument
1347 struct wps_er *er = eloop_data; local
1363 wps_er_deinit(struct wps_er *er, void (*cb)(void *ctx), void *ctx) argument
1494 wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) argument
1556 wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
1623 wps_er_get_sta_uuid(struct wps_er *er, const u8 *addr) argument
1894 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len) argument
1927 wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred) argument
1979 wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len, const struct wps_credential *cred) argument
2046 wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c22 struct wps_er *er = eloop_ctx; local
38 if (er->filter_addr.s_addr &&
39 er->filter_addr.s_addr != addr.sin_addr.s_addr)
47 if (sd == er->multicast_sd) {
110 wps_er_ap_cache_settings(er, &addr.sin_addr);
111 wps_er_ap_remove(er, &addr.sin_addr);
125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
129 void wps_er_send_ssdp_msearch(struct wps_er *er) argument
152 if (sendto(er->multicast_sd, wpabuf_head(msg), wpabuf_len(msg), 0,
161 int wps_er_ssdp_init(struct wps_er *er) argument
197 wps_er_ssdp_deinit(struct wps_er *er) argument
[all...]
H A Dwps_er.h35 struct wps_er *er; member in struct:wps_er_ap
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
104 void wps_er_ap_remove(struct wps_er *er, struct in_addr *addr);
105 int wps_er_ap_cache_settings(struct wps_er *er, struct in_addr *addr);
108 int wps_er_ssdp_init(struct wps_er *er);
109 void wps_er_ssdp_deinit(struct wps_er *er);
110 void wps_er_send_ssdp_msearch(struct wps_er *er);
H A Dwps_i.h35 * er - Whether the local end is an external registrar
37 int er; member in struct:wps_data
/external/chromium_org/third_party/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c74 int er=1; local
162 er=2;
171 er=2;
175 er=0;
178 if (er)
181 if (er == 1) fprintf(stderr,"OPENSSL_malloc failure\n");
/external/libvpx/libvpx/vp8/common/
H A Dextend.c27 int er /* extend right border */
45 vpx_memset(dest_ptr2, src_ptr2[0], er);
59 linesize = el + er + w;
81 int er = dst->border + dst->y_width - src->y_width; local
86 et, el, eb, er);
91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
96 et, el, eb, er);
101 et, el, eb, er);
113 int er = dst->border + dst->y_width - src->y_width; local
127 er
[all...]
/external/openssl/crypto/txt_db/
H A Dtxt_db.c74 int er=1; local
162 er=2;
171 er=2;
175 er=0;
178 if (er)
181 if (er == 1) fprintf(stderr,"OPENSSL_malloc failure\n");
/external/bluetooth/bluedroid/btif/co/
H A Dbta_dm_co.c358 void bta_dm_co_ble_load_local_keys(tBTA_DM_BLE_LOCAL_KEY_MASK *p_key_mask, BT_OCTET16 er, argument
364 btif_dm_get_ble_local_keys( p_key_mask, er, p_id_keys);
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_keys.c340 BT_OCTET16 er; local
348 BTM_GetDeviceEncRoot(er);
353 if (!SMP_Encrypt(er, BT_OCTET16_LEN, buffer, 4, &output))
755 BT_OCTET16 er; local
760 BTM_GetDeviceEncRoot(er);
763 if (!SMP_Encrypt(er, BT_OCTET16_LEN, (UINT8 *)&p_cb->div,
/external/chromium_org/sync/test/engine/
H A Dmock_connection_manager.cc608 sync_pb::CommitResponse_EntryResponse* er = response_map[id_string]; local
610 er->set_response_type(CommitResponse::CONFLICT);
614 er->set_response_type(CommitResponse::TRANSIENT_ERROR);
617 er->set_response_type(CommitResponse::SUCCESS);
618 er->set_version(entry.version() + 1);
621 er->set_name(commit_time_rename_prepended_string_ + entry.name());
627 er->set_parent_id_string(parent_id_string);
630 er->set_id_string(id_string); // Allows verification.
634 er->set_id_string(new_id);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstream.h72 StreamEventData(int ev, int er) : events(ev), error(er) { } argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c245 GLfixed er, eg, eb, ea; member in struct:affine_info
326 + (sample[RCOMP] + 1) * info->er) >> (FIXED_SHIFT + 8); \
557 info.er = 0; \
564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
601 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info
824 info.er = 0; \
830 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c245 GLfixed er, eg, eb, ea; member in struct:affine_info
326 + (sample[RCOMP] + 1) * info->er) >> (FIXED_SHIFT + 8); \
557 info.er = 0; \
564 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
601 GLfixed er, eg, eb, ea; /* texture env color */ member in struct:persp_info
824 info.er = 0; \
830 info.er = FloatToFixed(unit->EnvColor[RCOMP] * CHAN_MAXF); \
/external/tcpdump/
H A Dprint-nfs.c1084 parsestatus(const u_int32_t *dp, int *er) argument
1091 if (er)
1092 *er = errnum;
1175 int er; local
1177 dp = parsestatus(dp, &er);
1180 if (er)
1189 int er; local
1191 if (!(dp = parsestatus(dp, &er)))
1193 if (er)
1206 int er; local
1223 int er; local
1274 int er; local
1360 int er; local
1390 int er; local
1400 int er; local
1424 int er; local
1460 int er; local
1492 int er; local
[all...]
/external/chromium/net/tools/flip_server/
H A Depoll_server.h784 friend ostream& operator<<(ostream& os, const EventRecorder& er) { argument
785 for (int i = 0; i < er.unregistered_fds_.size(); ++i) {
786 os << "fd: " << er.unregistered_fds_[i] << "\n";
787 os << er.unregistered_fds_[i];
789 for (EventCountsMap::const_iterator i = er.event_counts_.begin();
790 i != er.event_counts_.end();
795 for (int i = 0; i < er.debug_events_.size(); ++i) {
796 os << *(er.debug_events_[i]) << "\n";
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.cc63 PostEventData(int ev, int er) : events(ev), error(er) { } argument
/external/chromium_org/net/tools/flip_server/
H A Depoll_server.h774 friend ostream& operator<<(ostream& os, const EventRecorder& er) { argument
775 for (int i = 0; i < er.unregistered_fds_.size(); ++i) {
776 os << "fd: " << er.unregistered_fds_[i] << "\n";
777 os << er.unregistered_fds_[i];
779 for (EventCountsMap::const_iterator i = er.event_counts_.begin();
780 i != er.event_counts_.end();
785 for (int i = 0; i < er.debug_events_.size(); ++i) {
786 os << *(er.debug_events_[i]) << "\n";
/external/grub/stage2/
H A Diso9660.h154 } er; member in union:rock_ridge::__anon17861

Completed in 4316 milliseconds

12