Searched refs:pending_interface_name (Results 1 – 2 of 2) sorted by relevance
2196 if (wpa_s->pending_interface_name[0]) { in wpas_p2p_add_group_interface()2202 wpa_s->pending_interface_name); in wpas_p2p_add_group_interface()2233 os_strlcpy(wpa_s->pending_interface_name, force_ifname, in wpas_p2p_add_group_interface()2234 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2236 os_strlcpy(wpa_s->pending_interface_name, ifname, in wpas_p2p_add_group_interface()2237 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2239 MACSTR, wpa_s->pending_interface_name, in wpas_p2p_add_group_interface()2249 if (!wpa_s->pending_interface_name[0] || in wpas_p2p_remove_pending_group_interface()2254 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()2256 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()[all …]
964 char pending_interface_name[100]; member