Searched defs:ap (Results 1 - 25 of 502) sorted by last modified time

1234567891011>>

/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc253 ap(ap_) {}
256 AudioProcessing* ap; member in struct:__anon29032::ThreadData
262 AudioProcessing* ap = thread_data->ap; local
263 int err = ap->kNoError;
274 ap->echo_cancellation()->Enable(true);
275 ap->gain_control()->Enable(true);
276 ap->high_pass_filter()->Enable(true);
277 ap->level_estimator()->Enable(true);
278 ap
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c32 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
37 iface->conf->channel != ap->channel)
40 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT))
44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) argument
57 s = iface->ap_hash[STA_HASH(ap)];
58 while (s != NULL && os_memcmp(s->addr, ap, ETH_ALEN) != 0)
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
67 ap
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
131 struct ap_info *ap, *prev; local
147 struct ap_info *ap; local
174 struct ap_info *ap; local
256 struct ap_info *ap; local
[all...]
H A Dwpa_auth.c171 va_list ap; local
181 va_start(ap, fmt);
182 vsnprintf(format, maxlen, fmt, ap);
183 va_end(ap);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c92 int ap; member in struct:wpa_driver_test_data
124 const char *dir, int ap);
1220 drv->ap = 1;
1524 static int wpa_driver_update_mode(struct wpa_driver_test_data *drv, int ap) argument
1526 if (ap && !drv->ap) {
1529 drv->ap = 1;
1530 } else if (!ap && drv->ap) {
1533 drv->ap
2205 wpa_driver_test_attach(struct wpa_driver_test_data *drv, const char *dir, int ap) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c64 va_list ap; local
74 va_start(ap, fmt);
75 vsnprintf(format, maxlen, fmt, ap);
76 va_end(ap);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c4393 va_list ap; local
4399 va_start(ap, fmt);
4400 vsnprintf(buf, sizeof(buf), fmt, ap);
4402 va_end(ap);
4409 va_list ap; local
4415 va_start(ap, fmt);
4416 vsnprintf(buf, sizeof(buf), fmt, ap);
4418 va_end(ap);
4425 va_list ap; local
4431 va_start(ap, fm
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c470 va_list ap; local
477 va_start(ap, format);
478 ret = vsnprintf(str, size, format, ap);
479 va_end(ap);
H A Dwpa_debug.c206 va_list ap; local
208 va_start(ap, fmt);
212 ANDROID_LOG_NAME, fmt, ap); local
216 vsyslog(syslog_priority(level), fmt, ap);
222 vfprintf(out_file, fmt, ap);
226 vprintf(fmt, ap);
236 va_end(ap);
240 va_start(ap, fmt);
242 vfprintf(wpa_debug_tracing_file, fmt, ap);
245 va_end(ap);
596 va_list ap; local
630 va_list ap; local
654 va_list ap; local
677 va_list ap; local
712 va_list ap; local
[all...]
H A Dwpabuf.c293 va_list ap; local
297 va_start(ap, fmt);
298 res = vsnprintf(tmp, buf->size - buf->used, fmt, ap);
299 va_end(ap);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h536 } ap; member in union:wps_event_data
592 * ap - Whether the local end is an access point
594 int ap; member in struct:wps_context
881 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2);
883 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2);
970 static inline int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, argument
981 static inline int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, argument
H A Dwps_er.c28 static void wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg);
29 static int wps_er_send_get_device_info(struct wps_er_ap *ap,
30 void (*m1_handler)(struct wps_er_ap *ap,
59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, argument
63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) {
76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
91 static void wps_er_sta_remove_all(struct wps_er_ap *ap) argument
94 dl_list_for_each_safe(sta, prev, &ap->sta, struct wps_er_sta, list)
103 struct wps_er_ap *ap; local
104 dl_list_for_each(ap,
118 struct wps_er_ap *ap; local
127 wps_er_ap_event(struct wps_context *wps, struct wps_er_ap *ap, enum wps_event event) argument
154 wps_er_ap_free(struct wps_er_ap *ap) argument
181 wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
198 struct wps_er_ap *ap = ctx; local
223 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
293 struct wps_er_ap *ap; local
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
363 struct wps_er_ap *ap = user_ctx; local
369 wps_er_get_sid(struct wps_er_ap *ap, char *sid) argument
407 struct wps_er_ap *ap = ctx; local
428 wps_er_subscribe(struct wps_er_ap *ap) argument
477 wps_er_ap_get_m1(struct wps_er_ap *ap, struct wpabuf *m1) argument
496 wps_er_get_device_info(struct wps_er_ap *ap) argument
535 wps_er_parse_device_description(struct wps_er_ap *ap, struct wpabuf *reply) argument
612 struct wps_er_ap *ap = ctx; local
640 struct wps_er_ap *ap; local
678 struct wps_er_ap *ap; local
690 struct wps_er_ap *prev, *ap; local
756 wps_er_add_sta_data(struct wps_er_ap *ap, const u8 *addr, struct wps_parse_attr *attr, int probe_req) argument
836 wps_er_process_wlanevent_probe_req(struct wps_er_ap *ap, const u8 *addr, struct wpabuf *msg) argument
1068 wps_er_process_wlanevent_eap(struct wps_er_ap *ap, const u8 *addr, struct wpabuf *msg) argument
1111 wps_er_process_wlanevent(struct wps_er_ap *ap, struct wpabuf *event) argument
1154 struct wps_er_ap *ap = wps_er_ap_get_id(er, ap_id); local
1332 struct wps_er_ap *ap; local
1382 struct wps_er_ap *ap = ctx; local
1410 wps_er_send_set_sel_reg(struct wps_er_ap *ap, struct wpabuf *msg) argument
1498 struct wps_er_ap *ap; local
1559 struct wps_er_ap *ap; local
1604 struct wps_er_ap *ap = ctx; local
1625 struct wps_er_ap *ap; local
1639 struct wps_er_ap *ap = ctx; local
1685 wps_er_ap_put_message(struct wps_er_ap *ap, const struct wpabuf *msg) argument
1725 wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg) argument
1771 wps_er_ap_learn_m1(struct wps_er_ap *ap, struct wpabuf *m1) argument
1794 wps_er_ap_learn(struct wps_er_ap *ap, const char *dev_info) argument
1816 struct wps_er_ap *ap = ctx; local
1847 wps_er_send_get_device_info(struct wps_er_ap *ap, void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1)) argument
1897 struct wps_er_ap *ap; local
1930 struct wps_er_ap *ap; local
1955 wps_er_ap_config_m1(struct wps_er_ap *ap, struct wpabuf *m1) argument
1983 struct wps_er_ap *ap; local
2049 struct wps_er_ap *ap; local
[all...]
H A Dwps_er.h16 struct wps_er_ap *ap; member in struct:wps_er_sta
67 void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1);
85 struct dl_list ap; member in struct:wps_er
H A Dwps_validate.c1722 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1738 wps_validate_ssid(attr.ssid, attr.ssid_len, !ap) ||
1739 wps_validate_mac_addr(attr.mac_addr, !ap) ||
1740 wps_validate_auth_type(attr.auth_type, !ap) ||
1741 wps_validate_encr_type(attr.encr_type, !ap) ||
1744 attr.encr_type, !ap) ||
1796 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1811 if (wps_validate_ssid(attr.ssid, attr.ssid_len, ap) ||
1812 wps_validate_auth_type(attr.auth_type, ap) ||
1813 wps_validate_encr_type(attr.encr_type, ap) ||
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c32 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
37 iface->conf->channel != ap->channel)
40 if (ap->erp != -1 && (ap->erp & ERP_INFO_NON_ERP_PRESENT))
44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) argument
57 s = iface->ap_hash[STA_HASH(ap)];
58 while (s != NULL && os_memcmp(s->addr, ap, ETH_ALEN) != 0)
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
67 ap
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
131 struct ap_info *ap, *prev; local
147 struct ap_info *ap; local
174 struct ap_info *ap; local
256 struct ap_info *ap; local
[all...]
H A Dwpa_auth.c171 va_list ap; local
181 va_start(ap, fmt);
182 vsnprintf(format, maxlen, fmt, ap);
183 va_end(ap);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c92 int ap; member in struct:wpa_driver_test_data
124 const char *dir, int ap);
1220 drv->ap = 1;
1524 static int wpa_driver_update_mode(struct wpa_driver_test_data *drv, int ap) argument
1526 if (ap && !drv->ap) {
1529 drv->ap = 1;
1530 } else if (!ap && drv->ap) {
1533 drv->ap
2205 wpa_driver_test_attach(struct wpa_driver_test_data *drv, const char *dir, int ap) argument
[all...]
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c64 va_list ap; local
74 va_start(ap, fmt);
75 vsnprintf(format, maxlen, fmt, ap);
76 va_end(ap);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c4393 va_list ap; local
4399 va_start(ap, fmt);
4400 vsnprintf(buf, sizeof(buf), fmt, ap);
4402 va_end(ap);
4409 va_list ap; local
4415 va_start(ap, fmt);
4416 vsnprintf(buf, sizeof(buf), fmt, ap);
4418 va_end(ap);
4425 va_list ap; local
4431 va_start(ap, fm
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c470 va_list ap; local
477 va_start(ap, format);
478 ret = vsnprintf(str, size, format, ap);
479 va_end(ap);
H A Dwpa_debug.c206 va_list ap; local
208 va_start(ap, fmt);
212 ANDROID_LOG_NAME, fmt, ap); local
216 vsyslog(syslog_priority(level), fmt, ap);
222 vfprintf(out_file, fmt, ap);
226 vprintf(fmt, ap);
236 va_end(ap);
240 va_start(ap, fmt);
242 vfprintf(wpa_debug_tracing_file, fmt, ap);
245 va_end(ap);
596 va_list ap; local
630 va_list ap; local
654 va_list ap; local
677 va_list ap; local
712 va_list ap; local
[all...]
H A Dwpabuf.c293 va_list ap; local
297 va_start(ap, fmt);
298 res = vsnprintf(tmp, buf->size - buf->used, fmt, ap);
299 va_end(ap);
/external/wpa_supplicant_8/src/wps/
H A Dwps.h536 } ap; member in union:wps_event_data
592 * ap - Whether the local end is an access point
594 int ap; member in struct:wps_context
881 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2);
883 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2);
970 static inline int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, argument
981 static inline int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, argument
H A Dwps_er.c28 static void wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg);
29 static int wps_er_send_get_device_info(struct wps_er_ap *ap,
30 void (*m1_handler)(struct wps_er_ap *ap,
59 static struct wps_er_sta * wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, argument
63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) {
76 wps_er_sta_event(sta->ap->er->wps, sta, WPS_EV_ER_ENROLLEE_REMOVE);
91 static void wps_er_sta_remove_all(struct wps_er_ap *ap) argument
94 dl_list_for_each_safe(sta, prev, &ap->sta, struct wps_er_sta, list)
103 struct wps_er_ap *ap; local
104 dl_list_for_each(ap,
118 struct wps_er_ap *ap; local
127 wps_er_ap_event(struct wps_context *wps, struct wps_er_ap *ap, enum wps_event event) argument
154 wps_er_ap_free(struct wps_er_ap *ap) argument
181 wps_er_ap_unsubscribed(struct wps_er *er, struct wps_er_ap *ap) argument
198 struct wps_er_ap *ap = ctx; local
223 wps_er_ap_unsubscribe(struct wps_er *er, struct wps_er_ap *ap) argument
293 struct wps_er_ap *ap; local
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
363 struct wps_er_ap *ap = user_ctx; local
369 wps_er_get_sid(struct wps_er_ap *ap, char *sid) argument
407 struct wps_er_ap *ap = ctx; local
428 wps_er_subscribe(struct wps_er_ap *ap) argument
477 wps_er_ap_get_m1(struct wps_er_ap *ap, struct wpabuf *m1) argument
496 wps_er_get_device_info(struct wps_er_ap *ap) argument
535 wps_er_parse_device_description(struct wps_er_ap *ap, struct wpabuf *reply) argument
612 struct wps_er_ap *ap = ctx; local
640 struct wps_er_ap *ap; local
678 struct wps_er_ap *ap; local
690 struct wps_er_ap *prev, *ap; local
756 wps_er_add_sta_data(struct wps_er_ap *ap, const u8 *addr, struct wps_parse_attr *attr, int probe_req) argument
836 wps_er_process_wlanevent_probe_req(struct wps_er_ap *ap, const u8 *addr, struct wpabuf *msg) argument
1068 wps_er_process_wlanevent_eap(struct wps_er_ap *ap, const u8 *addr, struct wpabuf *msg) argument
1111 wps_er_process_wlanevent(struct wps_er_ap *ap, struct wpabuf *event) argument
1154 struct wps_er_ap *ap = wps_er_ap_get_id(er, ap_id); local
1332 struct wps_er_ap *ap; local
1382 struct wps_er_ap *ap = ctx; local
1410 wps_er_send_set_sel_reg(struct wps_er_ap *ap, struct wpabuf *msg) argument
1498 struct wps_er_ap *ap; local
1559 struct wps_er_ap *ap; local
1604 struct wps_er_ap *ap = ctx; local
1625 struct wps_er_ap *ap; local
1639 struct wps_er_ap *ap = ctx; local
1685 wps_er_ap_put_message(struct wps_er_ap *ap, const struct wpabuf *msg) argument
1725 wps_er_ap_process(struct wps_er_ap *ap, struct wpabuf *msg) argument
1771 wps_er_ap_learn_m1(struct wps_er_ap *ap, struct wpabuf *m1) argument
1794 wps_er_ap_learn(struct wps_er_ap *ap, const char *dev_info) argument
1816 struct wps_er_ap *ap = ctx; local
1847 wps_er_send_get_device_info(struct wps_er_ap *ap, void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1)) argument
1897 struct wps_er_ap *ap; local
1930 struct wps_er_ap *ap; local
1955 wps_er_ap_config_m1(struct wps_er_ap *ap, struct wpabuf *m1) argument
1983 struct wps_er_ap *ap; local
2049 struct wps_er_ap *ap; local
[all...]
H A Dwps_er.h16 struct wps_er_ap *ap; member in struct:wps_er_sta
67 void (*m1_handler)(struct wps_er_ap *ap, struct wpabuf *m1);
85 struct dl_list ap; member in struct:wps_er
H A Dwps_validate.c1722 int wps_validate_m7_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1738 wps_validate_ssid(attr.ssid, attr.ssid_len, !ap) ||
1739 wps_validate_mac_addr(attr.mac_addr, !ap) ||
1740 wps_validate_auth_type(attr.auth_type, !ap) ||
1741 wps_validate_encr_type(attr.encr_type, !ap) ||
1744 attr.encr_type, !ap) ||
1796 int wps_validate_m8_encr(const struct wpabuf *tlvs, int ap, int wps2) argument
1811 if (wps_validate_ssid(attr.ssid, attr.ssid_len, ap) ||
1812 wps_validate_auth_type(attr.auth_type, ap) ||
1813 wps_validate_encr_type(attr.encr_type, ap) ||
[all...]

Completed in 312 milliseconds

1234567891011>>