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 960 * p2p_no_group_iface - Whether group interfaces can be used
968 int p2p_no_group_iface; member in struct:wpa_config
    [all...]
p2p_supplicant.c 597 int p2p_no_group_iface; local
609 p2p_no_group_iface = wpa_s->conf->p2p_no_group_iface;
634 if (p2p_no_group_iface) {
635 wpa_printf(MSG_DEBUG, "P2P: p2p_no_group_iface");
755 if (!s && !owner && p2p_no_group_iface) {
    [all...]

Completed in 195 milliseconds