Searched refs:priority (Results 1 - 25 of 681) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/
H A Dmain.c119 int priority; local
123 priority = LOG_DEBUG;
126 priority = LOG_INFO;
129 priority = LOG_NOTICE;
132 priority = LOG_WARNING;
135 priority = LOG_INFO;
138 syslog(priority, "%s", format);
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c122 wpa_printf(MSG_DEBUG, "\tPriority......: %d", body->priority);
673 body->priority = kay->actor_priority;
767 peer->key_server_priority = body->priority;
774 peer->key_server_priority = body->priority;
H A Dieee802_1x_kay_i.h267 u32 priority:8; member in struct:ieee802_1x_mka_basic_body
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.c29 int priority; member in struct:rsn_pmksa_candidate
293 /* TODO: drop priority for old candidate entries */
344 * @prio: Priority (the smaller number, the higher priority)
366 /* If BSSID already on candidate list, update the priority of the old
367 * entry. Do not override priority based on normal scan results. */
380 cand->priority = prio;
386 cand->priority = prio;
389 /* Add candidate to the list; order by increasing priority value. i.e.,
390 * highest priority (smallest value) first. */
393 if (cand->priority <
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c776 int priority; local
786 priority = atoi(prio);
815 strcmp(pos, "includeSubdomains") != 0, priority, country);
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c122 wpa_printf(MSG_DEBUG, "\tPriority......: %d", body->priority);
673 body->priority = kay->actor_priority;
767 peer->key_server_priority = body->priority;
774 peer->key_server_priority = body->priority;
H A Dieee802_1x_kay_i.h267 u32 priority:8; member in struct:ieee802_1x_mka_basic_body
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.c29 int priority; member in struct:rsn_pmksa_candidate
293 /* TODO: drop priority for old candidate entries */
344 * @prio: Priority (the smaller number, the higher priority)
366 /* If BSSID already on candidate list, update the priority of the old
367 * entry. Do not override priority based on normal scan results. */
380 cand->priority = prio;
386 cand->priority = prio;
389 /* Add candidate to the list; order by increasing priority value. i.e.,
390 * highest priority (smallest value) first. */
393 if (cand->priority <
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1691 { INT(priority) },
1780 * wpa_config_add_prio_network - Add a network to priority lists
1785 * This function is used to add a network block to the priority list of
1797 * Add to an existing priority list if one is available for the
1798 * configured priority level for this network.
1802 if (prev->priority == ssid->priority) {
1810 /* First network for this priority - add a new priority list */
1817 if (nlist[prio]->priority < ssi
[all...]
H A Dconfig.h63 * priority - Priority group
65 * By default, all networks and credentials get the same priority group
66 * (0). This field can be used to give higher priority for credentials
70 * with the highest priority value will be selected.
72 int priority; member in struct:wpa_cred
246 u8 priority; member in struct:wpa_cred::roaming_partner
259 * sp_priority - Credential priority within a provisioning SP
261 * This is the priority of the credential among all credentials
263 * provisioning_sp value). The range of this priority is 0-255 with 0
264 * being the highest and 255 the lower priority
[all...]
H A Dconfig_file.c408 "network block to priority list.",
717 INT(priority);
760 if (cred->priority)
761 fprintf(f, "\tpriority=%d\n", cred->priority);
821 p->fqdn, p->exact_match, p->priority,
H A Dconfig_ssid.h64 * pnext - Next network in per-priority list
67 * priority class. The heads of these list are stored in the pssid
83 * priority - Priority group
85 * By default, all networks will get same priority group (0). If some
88 * selecting a BSS. The priority groups will be iterated in decreasing
89 * priority (i.e., the larger the priority value, the sooner the
90 * network is matched against the scan results). Within each priority
95 * not using this priority to select the order for scanning. Instead,
99 int priority; member in struct:wpa_ssid
[all...]
H A Dconfig_winreg.c424 "'%s' to priority list.", name);
917 INT(priority);
H A Devents.c973 wpa_dbg(wpa_s, MSG_DEBUG, "Selecting BSS from priority group %d",
974 group->priority);
1018 if (next_ssid && next_ssid->priority ==
1019 wpa_s->conf->pssid[prio]->priority) {
H A Dinterworking.c59 if (a->priority > b->priority)
61 if (a->priority < b->priority)
836 if (selected && sel_ssid && sel_ssid->priority > ssid->priority)
837 return 0; /* higher priority network in scan results */
936 ssid->priority = cred->priority;
1472 ssid->priority
[all...]
H A Dwpa_supplicant.conf383 # priority: Priority group
384 # By default, all networks and credentials get the same priority group
385 # (0). This field can be used to give higher priority for credentials
389 # with the highest priority value will be selected.
474 # <FQDN>,<0/1 exact match>,<priority>,<* or country code>
475 # (non-exact match means any subdomain matches the entry; priority is in
476 # 0..255 range with 0 being the highest priority)
584 # priority: priority group (integer)
585 # By default, all networks will get same priority grou
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c122 wpa_printf(MSG_DEBUG, "\tPriority......: %d", body->priority);
673 body->priority = kay->actor_priority;
767 peer->key_server_priority = body->priority;
774 peer->key_server_priority = body->priority;
H A Dieee802_1x_kay_i.h267 u32 priority:8; member in struct:ieee802_1x_mka_basic_body
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.c29 int priority; member in struct:rsn_pmksa_candidate
293 /* TODO: drop priority for old candidate entries */
344 * @prio: Priority (the smaller number, the higher priority)
366 /* If BSSID already on candidate list, update the priority of the old
367 * entry. Do not override priority based on normal scan results. */
380 cand->priority = prio;
386 cand->priority = prio;
389 /* Add candidate to the list; order by increasing priority value. i.e.,
390 * highest priority (smallest value) first. */
393 if (cand->priority <
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp832 int priority = 2; local
835 /* skip priority */
837 priority = atoi(pos);
845 WpaMsg wm(pos, priority);
H A Dwpamsg.h18 : msg(_msg), priority(_priority)
24 int getPriority() const { return priority; }
29 int priority; member in class:WpaMsg
/external/valgrind/main/none/tests/
H A Dmq.c21 unsigned int priority; local
59 if ((len = mq_receive(mqdr, buffer, sizeof(buffer), &priority)) < 0)
/external/valgrind/main/perf/
H A Dtinycc.c5519 int priority; /* priority, used to assign registers */
16602 /* return the constraint priority (we allocate first the lowest
16606 int priority, c, pr;
16608 /* we take the lowest priority */
16609 priority = 0;
16645 if (pr > priority)
16646 priority = pr;
16648 return priority;
16683 /* compute constraint priority an
5517 int priority; /* priority, used to assign registers */ member in struct:ASMOperand
16604 int priority, c, pr; local
[all...]
/external/tcpdump/
H A Dprint-decnet.c185 int priority; local
262 priority = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_priority);
268 blksize, priority, hello);
H A Dprint-isoclns.c626 u_int8_t priority; member in struct:isis_iih_lan_header
1834 printf("%s priority level %d: %.3f Mbps",
2191 header_iih_lan->priority);
2264 (header_iih_lan->priority) & ISIS_LAN_PRIORITY_MASK,

Completed in 571 milliseconds

1234567891011>>