Searched refs:ret_ssid (Results 1 – 2 of 2) sorted by relevance
8 …fi_get_interface(sd_netlink *genl, int ifindex, enum nl80211_iftype *ret_iftype, char **ret_ssid) { in wifi_get_interface() argument74 if (ret_ssid) in wifi_get_interface()75 *ret_ssid = TAKE_PTR(ssid); in wifi_get_interface()82 if (ret_ssid) in wifi_get_interface()83 *ret_ssid = NULL; in wifi_get_interface()
11 …ifi_get_interface(sd_netlink *genl, int ifindex, enum nl80211_iftype *ret_iftype, char **ret_ssid);