Searched refs:pending_interface_name (Results 1 – 2 of 2) sorted by relevance
2060 if (wpa_s->pending_interface_name[0]) { in wpas_p2p_add_group_interface()2066 wpa_s->pending_interface_name); in wpas_p2p_add_group_interface()2097 os_strlcpy(wpa_s->pending_interface_name, force_ifname, in wpas_p2p_add_group_interface()2098 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2100 os_strlcpy(wpa_s->pending_interface_name, ifname, in wpas_p2p_add_group_interface()2101 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2103 MACSTR, wpa_s->pending_interface_name, in wpas_p2p_add_group_interface()2113 if (!wpa_s->pending_interface_name[0] || in wpas_p2p_remove_pending_group_interface()2118 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()2120 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()[all …]
858 char pending_interface_name[100]; member