Searched refs:get_wpa_status (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | wpa_helpers.c | 163 int get_wpa_status(const char *ifname, const char *field, char *obuf, in get_wpa_status() function 222 if (get_wpa_status(ifname, "ip_address", ip, sizeof(ip)) == 0 in wait_ip_addr()
|
D | wpa_helpers.h | 16 int get_wpa_status(const char *ifname, const char *field, char *obuf,
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 2567 } else if (get_wpa_status(ctx->ifname, "provisioning_sp", buf, in cmd_sub_rem() 2725 } else if (get_wpa_status(ctx->ifname, "provisioning_sp", buf, in cmd_pol_upd()
|