Home | History | Annotate | Download | only in wps

Lines Matching defs:pw_id

35 	u16 pw_id;
49 static void wps_free_nfc_pw_tokens(struct dl_list *tokens, u16 pw_id)
54 if (pw_id == 0 || pw_id == token->pw_id)
61 u16 pw_id)
65 if (pw_id == token->pw_id)
1368 if (wps->nfc_pw_token->pw_id == DEV_PW_NFC_CONNECTION_HANDOVER)
1854 wps->nfc_pw_token->pw_id == DEV_PW_NFC_CONNECTION_HANDOVER) {
2179 static int wps_process_dev_password_id(struct wps_data *wps, const u8 *pw_id)
2181 if (pw_id == NULL) {
2186 wps->dev_pw_id = WPA_GET_BE16(pw_id);
3598 const u8 *pubkey_hash, u16 pw_id,
3607 if (pw_id == DEV_PW_NFC_CONNECTION_HANDOVER &&
3614 wps_free_nfc_pw_tokens(&reg->nfc_pw_tokens, pw_id);
3624 token->pw_id = pw_id;
3639 wps_registrar_selected_registrar_changed(reg, pw_id);
3646 pw_id);