Home
last modified time | relevance | path

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

12

/trueos/contrib/wpa/src/wps/
HDwps_enrollee.c19 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg) in wps_build_mac_addr()
29 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state()
45 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
93 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1()
103 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2()
114 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1()
177 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()
243 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid()
253 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type()
[all …]
HDwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
133 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
238 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
248 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
258 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
272 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
286 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
296 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
306 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
321 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, in wps_build_encr_settings()
HDwps_registrar.c140 struct wps_context *wps; member
440 static int wps_build_wps_state(struct wps_context *wps, struct wpabuf *msg) in wps_build_wps_state()
452 static void wps_registrar_free_pending_m2(struct wps_context *wps) in wps_registrar_free_pending_m2()
476 static int wps_build_ap_setup_locked(struct wps_context *wps, in wps_build_ap_setup_locked()
639 wps_registrar_init(struct wps_context *wps, in wps_registrar_init()
1339 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password()
1380 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg) in wps_build_uuid_r()
1390 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_hash()
1438 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce1()
1448 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce2()
[all …]
HDwps_common.c59 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys()
129 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk()
149 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings()
268 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event()
284 void wps_success_event(struct wps_context *wps) in wps_success_event()
293 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part) in wps_pwd_auth_fail_event()
307 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event()
316 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event()
327 struct wpabuf * wps_get_oob_cred(struct wps_context *wps) in wps_get_oob_cred()
378 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr) in wps_oob_use_cred()
[all …]
HDwps_upnp.h19 struct wps_data *wps; member
HDwps_attr_process.c16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator()
53 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, in wps_process_key_wrap_auth()
HDwps.c179 enum wps_process_res wps_process_msg(struct wps_data *wps, in wps_process_msg()
199 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg()
HDwps_er.h28 struct wps_data *wps; member
40 struct wps_data *wps; member
77 struct wps_context *wps; member
HDwps_er.c34 static void wps_er_sta_event(struct wps_context *wps, struct wps_er_sta *sta, in wps_er_sta_event()
124 static void wps_er_ap_event(struct wps_context *wps, struct wps_er_ap *ap, in wps_er_ap_event()
1267 wps_er_init(struct wps_context *wps, const char *ifname, const char *filter) in wps_er_init()
HDwps_upnp_i.h109 struct wps_context *wps; member
HDwps_i.h27 struct wps_context *wps; member
/trueos/contrib/wpa/wpa_supplicant/
HDwps_supplicant.c1143 struct wps_context *wps) in wpas_wps_set_uuid()
1172 struct wps_context *wps) in wpas_wps_set_vendor_ext_m1()
1190 struct wps_context *wps; in wpas_wps_init() local
1488 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; in wpas_wps_notify_scan_results() local
1777 struct wps_context *wps = wpa_s->wps; in wpas_wps_update_config() local
1841 struct wps_context *wps = wpa_s->wps; in wpas_wps_start_nfc() local
1927 const struct wpabuf *wps) in wpas_wps_nfc_tag_process()
1954 const struct wpabuf *wps = data; in wpas_wps_nfc_tag_read() local
2000 struct wpabuf *wps; in wpas_wps_nfc_rx_handover_sel() local
2068 struct wpabuf *wps; in wpas_wps_update_ap_info_bss() local
HDscan.c53 int wps = 0; in wpas_wps_in_use() local
412 int wps = 0; in wpa_supplicant_extra_ies() local
/trueos/contrib/wpa/src/ap/
HDwps_hostapd.c753 struct wps_context *wps) in hostapd_wps_set_vendor_ext()
780 struct wps_context *wps; in hostapd_init_wps() local
992 struct wps_context *wps = hapd->wps; in hostapd_init_wps_complete() local
1012 static void hostapd_wps_nfc_clear(struct wps_context *wps) in hostapd_wps_nfc_clear()
1277 struct wps_context *wps) in hostapd_wps_upnp_init()
1519 const struct wpabuf *wps) in hostapd_wps_nfc_tag_process()
1541 const struct wpabuf *wps = data; in hostapd_wps_nfc_tag_read() local
1597 struct wps_context *wps = hapd->wps; in hostapd_wps_nfc_token_enable() local
HDdrv_callbacks.c139 struct wpabuf *wps; in hostapd_notif_assoc() local
245 struct wpabuf *wps; in hostapd_notif_assoc() local
HDbeacon.c395 struct wpabuf *wps; in handle_probe_req() local
/trueos/contrib/wpa/src/eap_peer/
HDeap_wsc.c27 struct wps_data *wps; member
137 struct wps_context *wps; in eap_wsc_init() local
HDeap.h275 struct wps_context *wps; member
HDeap_i.h330 struct wps_context *wps; member
/trueos/contrib/wpa/src/radius/
HDradius_server.h153 struct wps_context *wps; member
/trueos/contrib/wpa/src/eapol_auth/
HDeapol_auth_sm.h36 struct wps_context *wps; member
/trueos/contrib/wpa/src/p2p/
HDp2p_group.c636 struct wpabuf *wps) in p2p_match_dev_type_member()
678 int p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) in p2p_group_match_dev_type()
/trueos/contrib/wpa/src/eap_server/
HDeap_server_wsc.c27 struct wps_data *wps; member
HDeap.h100 struct wps_context *wps; member
/trueos/contrib/wpa/src/eapol_supp/
HDeapol_supp_sm.h200 struct wps_context *wps; member

12