Searched refs:pending_interface_name (Results 1 – 2 of 2) sorted by relevance
2685 if (wpa_s->pending_interface_name[0]) { in wpas_p2p_add_group_interface()2691 wpa_s->pending_interface_name); in wpas_p2p_add_group_interface()2722 os_strlcpy(wpa_s->pending_interface_name, force_ifname, in wpas_p2p_add_group_interface()2723 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2725 os_strlcpy(wpa_s->pending_interface_name, ifname, in wpas_p2p_add_group_interface()2726 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2728 MACSTR, wpa_s->pending_interface_name, in wpas_p2p_add_group_interface()2738 if (!wpa_s->pending_interface_name[0] || in wpas_p2p_remove_pending_group_interface()2743 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()2745 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()[all …]
1183 char pending_interface_name[100]; member