Home | History | Annotate | Download | only in wps

Lines Matching refs:pw_id

34 	u16 pw_id;
47 static void wps_free_nfc_pw_tokens(struct dl_list *tokens, u16 pw_id)
52 if (pw_id == 0 || pw_id == token->pw_id)
59 u16 pw_id)
63 if (pw_id == token->pw_id)
2113 static int wps_process_dev_password_id(struct wps_data *wps, const u8 *pw_id)
2115 if (pw_id == NULL) {
2120 wps->dev_pw_id = WPA_GET_BE16(pw_id);
3490 const u8 *pubkey_hash, u16 pw_id,
3498 wps_free_nfc_pw_tokens(&reg->nfc_pw_tokens, pw_id);
3505 token->pw_id = pw_id;
3517 wps_registrar_selected_registrar_changed(reg, pw_id);
3524 pw_id);