Lines Matching refs:use_uuid
2033 const u8 *use_uuid = NULL; in wpas_wps_er_add_pin() local
2038 use_uuid = u; in wpas_wps_er_add_pin()
2040 use_uuid = wps_er_get_sta_uuid(wpa_s->wps_er, addr_buf); in wpas_wps_er_add_pin()
2041 if (use_uuid == NULL) in wpas_wps_er_add_pin()
2046 use_uuid, in wpas_wps_er_add_pin()
2053 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_pbc() local
2057 use_uuid = u; in wpas_wps_er_pbc()
2062 return wps_er_pbc(wpa_s->wps_er, use_uuid, use_addr); in wpas_wps_er_pbc()
2069 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_learn() local
2073 use_uuid = u; in wpas_wps_er_learn()
2079 return wps_er_learn(wpa_s->wps_er, use_uuid, use_addr, (const u8 *) pin, in wpas_wps_er_learn()
2121 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_set_config() local
2128 use_uuid = u; in wpas_wps_er_set_config()
2139 ret = wps_er_set_config(wpa_s->wps_er, use_uuid, use_addr, &cred); in wpas_wps_er_set_config()
2148 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_config() local
2154 use_uuid = u; in wpas_wps_er_config()
2198 return wps_er_config(wpa_s->wps_er, use_uuid, use_addr, in wpas_wps_er_config()
2208 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_nfc_config_token() local
2215 use_uuid = u; in wpas_wps_er_nfc_config_token()
2221 ret = wps_er_nfc_config_token(wpa_s->wps_er, use_uuid, use_addr); in wpas_wps_er_nfc_config_token()
2615 u8 u[UUID_LEN], *use_uuid = NULL; in wpas_wps_er_nfc_handover_sel() local
2625 use_uuid = u; in wpas_wps_er_nfc_handover_sel()
2646 ret = wps_er_nfc_handover_sel(wpa_s->wps_er, wpa_s->wps, use_uuid, in wpas_wps_er_nfc_handover_sel()