Home
last modified time | relevance | path

Searched refs:pref (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/ap/
Dmbo_ap.c49 info->pref = buf[len - 2]; in mbo_ap_parse_non_pref_chan()
78 MAC2STR(sta->addr), info->op_class, info->pref, in mbo_ap_parse_non_pref_chan()
136 count, info->op_class, info->pref, in mbo_ap_get_info()
Dsta_info.h61 u8 pref; member
/hostap-latest/wpa_supplicant/
Dwnm_sta.c914 u8 pref) in wnm_add_nei_rep() argument
939 wpabuf_put_u8(*buf, pref); in wnm_add_nei_rep()
946 u8 pref) in wnm_nei_rep_add_bss() argument
996 pref); in wnm_nei_rep_add_bss()
1002 unsigned int i, pref = 255; in wnm_add_cand_list() local
1019 for (i = 0; i < wpa_s->last_scan_res_used && pref; i++) { in wnm_add_cand_list()
1024 res = wnm_nei_rep_add_bss(wpa_s, bss, buf, pref--); in wnm_add_cand_list()
1029 if (pref == 1) in wnm_add_cand_list()
Dconfig.c5124 struct p2p_channel *pref = NULL, *n; in wpa_config_process_p2p_pref_chan() local
5139 n = os_realloc_array(pref, num + 1, in wpa_config_process_p2p_pref_chan()
5143 pref = n; in wpa_config_process_p2p_pref_chan()
5144 pref[num].op_class = op_class; in wpa_config_process_p2p_pref_chan()
5145 pref[num].chan = chan; in wpa_config_process_p2p_pref_chan()
5155 config->p2p_pref_chan = pref; in wpa_config_process_p2p_pref_chan()
5164 os_free(pref); in wpa_config_process_p2p_pref_chan()
DREADME-P2P562 [pref=<MHz>]
574 or pref parameter to request a specific channel (while allowing GO to
Dp2p_supplicant.c4443 static const char pref[] = " feature_cap="; in wpas_p2ps_get_feat_cap_str() local
4455 if (!feat_cap || !feat_cap_len || buf_len < sizeof(pref) + 2) in wpas_p2ps_get_feat_cap_str()
4458 os_memcpy(buf, pref, sizeof(pref)); in wpas_p2ps_get_feat_cap_str()
4459 ret = wpa_snprintf_hex(&buf[sizeof(pref) - 1], in wpas_p2ps_get_feat_cap_str()
4460 buf_len - sizeof(pref) + 1, in wpas_p2ps_get_feat_cap_str()