Home
last modified time | relevance | path

Searched defs:wps (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/wps/
H A Dwps_enrollee.c24 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg) in wps_build_mac_addr()
50 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
119 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1()
159 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3()
189 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5()
290 static struct wpabuf * wps_build_m7(struct wps_data *wps) in wps_build_m7()
335 static struct wpabuf * wps_build_wsc_done(struct wps_data *wps) in wps_build_wsc_done()
363 static struct wpabuf * wps_build_wsc_ack(struct wps_data *wps) in wps_build_wsc_ack()
385 static struct wpabuf * wps_build_wsc_nack(struct wps_data *wps) in wps_build_wsc_nack()
408 struct wpabuf * wps_enrollee_get_msg(struct wps_data *wps, in wps_enrollee_get_msg()
[all …]
H A Dwps_attr_build.c26 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
139 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
189 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
199 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
209 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
219 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
229 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
240 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
251 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
266 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
[all …]
H A Dwps_registrar.c95 struct wps_context *wps; member
339 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked()
450 wps_registrar_init(struct wps_context *wps, in wps_registrar_init()
1048 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password()
1387 static struct wpabuf * wps_build_m2(struct wps_data *wps) in wps_build_m2()
1430 static struct wpabuf * wps_build_m2d(struct wps_data *wps) in wps_build_m2d()
1467 static struct wpabuf * wps_build_m4(struct wps_data *wps) in wps_build_m4()
1509 static struct wpabuf * wps_build_m6(struct wps_data *wps) in wps_build_m6()
1544 static struct wpabuf * wps_build_m8(struct wps_data *wps) in wps_build_m8()
2305 static void wps_sta_cred_cb(struct wps_data *wps) in wps_sta_cred_cb()
[all …]
H A Dwps_common.c67 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys()
143 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk()
266 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg) in wps_fail_event()
279 void wps_success_event(struct wps_context *wps) in wps_success_event()
288 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part) in wps_pwd_auth_fail_event()
302 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event()
311 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event()
322 static struct wpabuf * wps_get_oob_cred(struct wps_context *wps) in wps_get_oob_cred()
347 static struct wpabuf * wps_get_oob_dev_pwd(struct wps_context *wps) in wps_get_oob_dev_pwd()
380 static int wps_parse_oob_dev_pwd(struct wps_context *wps, in wps_parse_oob_dev_pwd()
[all …]
/dports/net/hostapd/hostapd-2.9/src/wps/
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state()
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
104 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1()
170 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3()
208 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5()
377 static struct wpabuf * wps_build_m7(struct wps_data *wps) in wps_build_m7()
423 static struct wpabuf * wps_build_wsc_done(struct wps_data *wps) in wps_build_wsc_done()
452 struct wpabuf * wps_enrollee_get_msg(struct wps_data *wps, in wps_enrollee_get_msg()
558 static int wps_process_pubkey(struct wps_data *wps, const u8 *pk, in wps_process_pubkey()
802 static int wps_process_ap_settings_e(struct wps_data *wps, in wps_process_ap_settings_e()
[all …]
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
284 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
294 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
304 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
328 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
349 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
359 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
369 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
384 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
H A Dwps_registrar.c142 struct wps_context *wps; member
513 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked()
668 wps_registrar_init(struct wps_context *wps, in wps_registrar_init()
1405 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password()
1887 static struct wpabuf * wps_build_m2(struct wps_data *wps) in wps_build_m2()
1960 static struct wpabuf * wps_build_m2d(struct wps_data *wps) in wps_build_m2d()
1999 static struct wpabuf * wps_build_m4(struct wps_data *wps) in wps_build_m4()
2038 static struct wpabuf * wps_build_m6(struct wps_data *wps) in wps_build_m6()
2074 static struct wpabuf * wps_build_m8(struct wps_data *wps) in wps_build_m8()
2885 static void wps_sta_cred_cb(struct wps_data *wps) in wps_sta_cred_cb()
[all …]
H A Dwps_common.c62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys()
132 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk()
272 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event()
289 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event()
318 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event()
327 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event()
336 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event()
345 void wps_pbc_disable_event(struct wps_context *wps) in wps_pbc_disable_event()
356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred()
575 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps) in wps_build_wsc_ack()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/src/wps/
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state()
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
104 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1()
170 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3()
208 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5()
377 static struct wpabuf * wps_build_m7(struct wps_data *wps) in wps_build_m7()
423 static struct wpabuf * wps_build_wsc_done(struct wps_data *wps) in wps_build_wsc_done()
452 struct wpabuf * wps_enrollee_get_msg(struct wps_data *wps, in wps_enrollee_get_msg()
558 static int wps_process_pubkey(struct wps_data *wps, const u8 *pk, in wps_process_pubkey()
802 static int wps_process_ap_settings_e(struct wps_data *wps, in wps_process_ap_settings_e()
[all …]
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
286 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
296 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
306 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
333 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
357 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
367 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
377 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
393 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
H A Dwps_registrar.c143 struct wps_context *wps; member
514 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked()
669 wps_registrar_init(struct wps_context *wps, in wps_registrar_init()
1383 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password()
1878 static struct wpabuf * wps_build_m2(struct wps_data *wps) in wps_build_m2()
1951 static struct wpabuf * wps_build_m2d(struct wps_data *wps) in wps_build_m2d()
1990 static struct wpabuf * wps_build_m4(struct wps_data *wps) in wps_build_m4()
2029 static struct wpabuf * wps_build_m6(struct wps_data *wps) in wps_build_m6()
2065 static struct wpabuf * wps_build_m8(struct wps_data *wps) in wps_build_m8()
2876 static void wps_sta_cred_cb(struct wps_data *wps) in wps_sta_cred_cb()
[all …]
H A Dwps_common.c62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys()
132 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk()
272 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event()
289 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event()
318 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event()
327 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event()
336 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event()
345 void wps_pbc_disable_event(struct wps_context *wps) in wps_pbc_disable_event()
356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred()
575 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps) in wps_build_wsc_ack()
[all …]
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/wps/
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state()
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
104 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1()
170 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3()
208 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5()
377 static struct wpabuf * wps_build_m7(struct wps_data *wps) in wps_build_m7()
423 static struct wpabuf * wps_build_wsc_done(struct wps_data *wps) in wps_build_wsc_done()
452 struct wpabuf * wps_enrollee_get_msg(struct wps_data *wps, in wps_enrollee_get_msg()
558 static int wps_process_pubkey(struct wps_data *wps, const u8 *pk, in wps_process_pubkey()
802 static int wps_process_ap_settings_e(struct wps_data *wps, in wps_process_ap_settings_e()
[all …]
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
284 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
294 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
304 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
328 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
349 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
359 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
369 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
384 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
H A Dwps_registrar.c142 struct wps_context *wps; member
513 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked()
668 wps_registrar_init(struct wps_context *wps, in wps_registrar_init()
1405 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password()
1887 static struct wpabuf * wps_build_m2(struct wps_data *wps) in wps_build_m2()
1960 static struct wpabuf * wps_build_m2d(struct wps_data *wps) in wps_build_m2d()
1999 static struct wpabuf * wps_build_m4(struct wps_data *wps) in wps_build_m4()
2038 static struct wpabuf * wps_build_m6(struct wps_data *wps) in wps_build_m6()
2074 static struct wpabuf * wps_build_m8(struct wps_data *wps) in wps_build_m8()
2885 static void wps_sta_cred_cb(struct wps_data *wps) in wps_sta_cred_cb()
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state()
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
104 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1()
170 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3()
208 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5()
377 static struct wpabuf * wps_build_m7(struct wps_data *wps) in wps_build_m7()
423 static struct wpabuf * wps_build_wsc_done(struct wps_data *wps) in wps_build_wsc_done()
452 struct wpabuf * wps_enrollee_get_msg(struct wps_data *wps, in wps_enrollee_get_msg()
558 static int wps_process_pubkey(struct wps_data *wps, const u8 *pk, in wps_process_pubkey()
802 static int wps_process_ap_settings_e(struct wps_data *wps, in wps_process_ap_settings_e()
[all …]
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
284 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
294 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
304 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
328 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
349 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
359 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
369 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
384 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
H A Dwps_registrar.c142 struct wps_context *wps; member
513 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked()
668 wps_registrar_init(struct wps_context *wps, in wps_registrar_init()
1405 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password()
1887 static struct wpabuf * wps_build_m2(struct wps_data *wps) in wps_build_m2()
1960 static struct wpabuf * wps_build_m2d(struct wps_data *wps) in wps_build_m2d()
1999 static struct wpabuf * wps_build_m4(struct wps_data *wps) in wps_build_m4()
2038 static struct wpabuf * wps_build_m6(struct wps_data *wps) in wps_build_m6()
2074 static struct wpabuf * wps_build_m8(struct wps_data *wps) in wps_build_m8()
2885 static void wps_sta_cred_cb(struct wps_data *wps) in wps_sta_cred_cb()
[all …]
H A Dwps_common.c62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys()
132 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk()
272 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event()
289 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event()
318 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event()
327 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event()
336 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event()
345 void wps_pbc_disable_event(struct wps_context *wps) in wps_pbc_disable_event()
356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred()
575 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps) in wps_build_wsc_ack()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/wps/
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state()
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
104 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1()
170 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3()
208 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5()
377 static struct wpabuf * wps_build_m7(struct wps_data *wps) in wps_build_m7()
423 static struct wpabuf * wps_build_wsc_done(struct wps_data *wps) in wps_build_wsc_done()
452 struct wpabuf * wps_enrollee_get_msg(struct wps_data *wps, in wps_enrollee_get_msg()
558 static int wps_process_pubkey(struct wps_data *wps, const u8 *pk, in wps_process_pubkey()
802 static int wps_process_ap_settings_e(struct wps_data *wps, in wps_process_ap_settings_e()
[all …]
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
286 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
296 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
306 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
333 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
357 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
367 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
377 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
393 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
H A Dwps_registrar.c143 struct wps_context *wps; member
514 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked()
669 wps_registrar_init(struct wps_context *wps, in wps_registrar_init()
1383 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password()
1878 static struct wpabuf * wps_build_m2(struct wps_data *wps) in wps_build_m2()
1951 static struct wpabuf * wps_build_m2d(struct wps_data *wps) in wps_build_m2d()
1990 static struct wpabuf * wps_build_m4(struct wps_data *wps) in wps_build_m4()
2029 static struct wpabuf * wps_build_m6(struct wps_data *wps) in wps_build_m6()
2065 static struct wpabuf * wps_build_m8(struct wps_data *wps) in wps_build_m8()
2876 static void wps_sta_cred_cb(struct wps_data *wps) in wps_sta_cred_cb()
[all …]
H A Dwps_common.c62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys()
132 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk()
272 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event()
289 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event()
318 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event()
327 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event()
336 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event()
345 void wps_pbc_disable_event(struct wps_context *wps) in wps_pbc_disable_event()
356 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred()
575 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps) in wps_build_wsc_ack()
[all …]
/dports/audio/wavpack/wavpack-5.4.0/src/
H A Dwrite_words.c40 void init_words (WavpackStream *wps) in init_words()
54 static void word_set_bitrate (WavpackStream *wps) in word_set_bitrate()
99 void write_entropy_vars (WavpackStream *wps, WavpackMetadata *wpmd) in write_entropy_vars()
134 void write_hybrid_profile (WavpackStream *wps, WavpackMetadata *wpmd) in write_hybrid_profile()
183 int32_t FASTCALL send_word (WavpackStream *wps, int32_t value, int chan) in send_word()
332 void send_words_lossless (WavpackStream *wps, int32_t *buffer, int32_t nsamples) in send_words_lossless()
446 void flush_word (WavpackStream *wps) in flush_word()
512 int32_t nosend_word (WavpackStream *wps, int32_t value, int chan) in nosend_word()
579 static void scan_word_pass (WavpackStream *wps, int32_t *samples, uint32_t num_samples, int dir) in scan_word_pass()
677 void scan_word (WavpackStream *wps, int32_t *samples, uint32_t num_samples, int dir) in scan_word()
H A Dunpack3_open.c40 WavpackStream3 *wps; in open_file3() local
258 WavpackStream3 *wps = (WavpackStream3 *) wpc->stream3; in get_sample_index3() local
265 WavpackStream3 *wps = (WavpackStream3 *) wpc->stream3; in get_version3() local
272 WavpackStream3 *wps = (WavpackStream3 *) wpc->stream3; in free_stream3() local

12345678910>>...13