Lines Matching defs:wps
62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys()
132 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk()
152 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings()
271 void wps_fail_event(struct wps_context *wps, enum wps_msg_type msg, in wps_fail_event()
288 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) in wps_success_event()
301 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part, in wps_pwd_auth_fail_event()
317 void wps_pbc_overlap_event(struct wps_context *wps) in wps_pbc_overlap_event()
326 void wps_pbc_timeout_event(struct wps_context *wps) in wps_pbc_timeout_event()
335 void wps_pbc_active_event(struct wps_context *wps) in wps_pbc_active_event()
344 void wps_pbc_disable_event(struct wps_context *wps) in wps_pbc_disable_event()
355 struct wpabuf * wps_get_oob_cred(struct wps_context *wps, int rf_band, in wps_get_oob_cred()
434 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr) in wps_oob_use_cred()
574 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps) in wps_build_wsc_ack()
597 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps) in wps_build_wsc_nack()
738 static int wps_build_ssid(struct wpabuf *msg, struct wps_context *wps) in wps_build_ssid()