Lines Matching defs:wps
62 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()
155 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings()
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()
302 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, in wps_pwd_auth_fail_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()
435 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr) in wps_oob_use_cred()
575 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps) in wps_build_wsc_ack()
598 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps) in wps_build_wsc_nack()
740 static int wps_build_ssid(struct wpabuf *msg, struct wps_context *wps) in wps_build_ssid()