Home
last modified time | relevance | path

Searched refs:psize (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/wpa_supplicant/
Dctrl_iface.c8203 char *ctx = NULL, *icon, *poffset, *psize; in get_hs20_icon() local
8212 psize = str_token(cmd, " ", &ctx); in get_hs20_icon()
8213 if (!icon || !poffset || !psize) in get_hs20_icon()
8217 return hs20_get_icon(wpa_s, dst_addr, icon, atoi(poffset), atoi(psize), in get_hs20_icon()