Home
last modified time | relevance | path

Searched refs:WEIGHTED_PCL_GO (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_utils.c553 if (!(freq_list->flag & WEIGHTED_PCL_GO) && go) in p2p_pref_freq_allowed()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3016 #define WEIGHTED_PCL_GO BIT(0) macro
H A Ddriver_nl80211.c12648 wpcl->flag |= WEIGHTED_PCL_GO; in get_pcl_attr_values()
12656 wpcl->flag = WEIGHTED_PCL_GO | WEIGHTED_PCL_CLI; in get_pcl_attr_values()
12749 WEIGHTED_PCL_GO | WEIGHTED_PCL_CLI; in preferred_freq_info_handler()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c8512 freq_list[count++].flag = WEIGHTED_PCL_GO | WEIGHTED_PCL_CLI; in wpas_ctrl_iface_get_pref_freq_list_override()