Searched refs:pending_interface_name (Results 1 – 2 of 2) sorted by relevance
2251 if (wpa_s->pending_interface_name[0]) { in wpas_p2p_add_group_interface()2257 wpa_s->pending_interface_name); in wpas_p2p_add_group_interface()2288 os_strlcpy(wpa_s->pending_interface_name, force_ifname, in wpas_p2p_add_group_interface()2289 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2291 os_strlcpy(wpa_s->pending_interface_name, ifname, in wpas_p2p_add_group_interface()2292 sizeof(wpa_s->pending_interface_name)); in wpas_p2p_add_group_interface()2294 MACSTR, wpa_s->pending_interface_name, in wpas_p2p_add_group_interface()2304 if (!wpa_s->pending_interface_name[0] || in wpas_p2p_remove_pending_group_interface()2309 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()2311 wpa_s->pending_interface_name); in wpas_p2p_remove_pending_group_interface()[all …]
1099 char pending_interface_name[100]; member