HomeSort by relevance Sort by last modified time
    Searched defs:p2p_no_group_iface (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 1006 * p2p_no_group_iface - Whether group interfaces can be used
1014 int p2p_no_group_iface; member in struct:wpa_config
    [all...]
p2p_supplicant.c 639 int p2p_no_group_iface; local
667 p2p_no_group_iface = !wpas_p2p_create_iface(wpa_s);
675 if (p2p_no_group_iface) {
676 wpa_printf(MSG_DEBUG, "P2P: p2p_no_group_iface");
803 if (!s && !go_wpa_s && p2p_no_group_iface) {
    [all...]

Completed in 185 milliseconds