Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:use_addr

2054 	u8 addr[ETH_ALEN], *use_addr = NULL;
2059 use_addr = addr;
2062 return wps_er_pbc(wpa_s->wps_er, use_uuid, use_addr);
2070 u8 addr[ETH_ALEN], *use_addr = NULL;
2075 use_addr = addr;
2079 return wps_er_learn(wpa_s->wps_er, use_uuid, use_addr, (const u8 *) pin,
2122 u8 addr[ETH_ALEN], *use_addr = NULL;
2130 use_addr = addr;
2139 ret = wps_er_set_config(wpa_s->wps_er, use_uuid, use_addr, &cred);
2149 u8 addr[ETH_ALEN], *use_addr = NULL;
2156 use_addr = addr;
2198 return wps_er_config(wpa_s->wps_er, use_uuid, use_addr,
2209 u8 addr[ETH_ALEN], *use_addr = NULL;
2217 use_addr = addr;
2221 ret = wps_er_nfc_config_token(wpa_s->wps_er, use_uuid, use_addr);
2616 u8 addr[ETH_ALEN], *use_addr = NULL;
2627 use_addr = addr;
2647 use_addr, wpa_s->conf->wps_nfc_dh_pubkey);