Searched refs:wpas_get_p2p_role (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c1261 static enum wpas_p2p_role wpas_get_p2p_role(struct wpa_supplicant *wpa_s) function
1291 switch (wpas_get_p2p_role(wpa_s)) {
1338 if (wpas_get_p2p_role(wpa_s) != WPAS_P2P_ROLE_CLIENT)
2272 if (wpas_get_p2p_role(wpa_s) != WPAS_P2P_ROLE_GO) {
2343 u8 role = wpas_get_p2p_role(wpa_s);
2368 u8 role = wpas_get_p2p_role(wpa_s);
2433 if (wpas_get_p2p_role(wpa_s) == WPAS_P2P_ROLE_GO) {
2466 if (wpas_get_p2p_role(wpa_s) == WPAS_P2P_ROLE_GO &&

Completed in 175 milliseconds