Searched refs:pending_interface_name (Results 1 – 2 of 2) sorted by relevance
2041 if (wpa_s->pending_interface_name[0]) { in wpas_p2p_add_group_interface()2047 wpa_s->pending_interface_name); in wpas_p2p_add_group_interface()2071 os_strlcpy(wpa_s->pending_interface_name, force_ifname, in wpas_p2p_add_group_interface()2072 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2074 os_strlcpy(wpa_s->pending_interface_name, ifname, in wpas_p2p_add_group_interface()2075 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2077 MACSTR, wpa_s->pending_interface_name, in wpas_p2p_add_group_interface()2087 if (!wpa_s->pending_interface_name[0] || in wpas_p2p_remove_pending_group_interface()2092 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()2094 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()[all …]
840 char pending_interface_name[100]; member