Searched refs:get_wpa_status (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A 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()
|
H A D | wpa_helpers.h | 16 int get_wpa_status(const char *ifname, const char *field, char *obuf,
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | osu_client.c | 2614 } else if (get_wpa_status(ctx->ifname, "provisioning_sp", buf, in cmd_sub_rem() 2774 } else if (get_wpa_status(ctx->ifname, "provisioning_sp", buf, in cmd_pol_upd()
|