/hostap-latest/wpa_supplicant/ |
D | wpa_supplicant.conf | 1782 priority=5 1791 priority=2 1802 priority=2 1830 priority=1 1844 priority=10 1857 priority=2 1888 priority=2 2004 priority=5 2017 priority=5 2112 priority=20
|
D | README-HS20 | 33 network selection, wpa_supplicant picks the highest priority enabled 114 # priority: Priority group 115 # By default, all networks and credentials get the same priority group 116 # (0). This field can be used to give higher priority for credentials 120 # with the highest priority value will be selected. 264 # <FQDN>,<0/1 exact match>,<priority>,<* or country code> 265 # (non-exact match means any subdomain matches the entry; priority is in 266 # 0..255 range with 0 being the highest priority) 275 # sp_priority: Credential priority within a provisioning SP 276 # This is the priority of the credential among all credentials [all …]
|
D | interworking.c | 59 if (a->priority > b->priority) in cred_prio_cmp() 61 if (a->priority < b->priority) in cred_prio_cmp() 907 if (selected && sel_ssid && sel_ssid->priority > ssid->priority) in already_connected() 1010 ssid->priority = cred->priority; in interworking_connect_3gpp() 1647 ssid->priority = cred->priority; in interworking_connect_roaming_consortium() 1744 cred_rc->priority, cred_rc->sp_priority); in interworking_connect() 1753 cred->priority, cred->sp_priority); in interworking_connect() 1763 cred_3gpp->priority, cred_3gpp->sp_priority); in interworking_connect() 1776 cred_rc->priority, cred_rc->sp_priority); in interworking_connect() 1786 cred->priority, cred->sp_priority); in interworking_connect() [all …]
|
D | config.h | 96 int priority; member 362 u8 priority; member
|
D | config_ssid.h | 164 int priority; member
|
D | config_file.c | 766 INT(priority); in wpa_config_write_network() 910 if (cred->priority) in wpa_config_write_cred() 911 fprintf(f, "\tpriority=%d\n", cred->priority); in wpa_config_write_cred() 965 p->fqdn, p->exact_match, p->priority, in wpa_config_write_cred()
|
D | config.c | 2626 { INT(priority) }, 2804 if (prev->priority == ssid->priority) { in wpa_config_add_prio_network() 2819 if (nlist[prio]->priority < ssid->priority) { in wpa_config_add_prio_network() 3708 cred->priority = atoi(value); in wpa_config_set_cred() 4060 p->priority = atoi(pos); in wpa_config_set_cred() 4142 return alloc_int_str(cred->priority); in wpa_config_get_cred_no_key() 4449 p->fqdn, p->exact_match, p->priority, in wpa_config_get_cred_no_key() 4724 ssid->priority); in wpa_config_debug_dump_networks()
|
D | todo.txt | 72 - wpa_gui: add support for setting and showing priority
|
D | notify.c | 1015 cred->id, cred->priority, cred->sp_priority); in wpas_notify_interworking_ap_added()
|
D | config_winreg.c | 946 INT(priority); in wpa_config_write_network()
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | wpamsg.h | 18 : msg(_msg), priority(_priority) in msg() 24 int getPriority() const { return priority; } in getPriority() 29 int priority; variable
|
D | wpagui.cpp | 937 int priority = 2; in processMsg() local 942 priority = atoi(pos); in processMsg() 950 WpaMsg wm(pos, priority); in processMsg()
|
/hostap-latest/src/rsn_supp/ |
D | preauth.c | 29 int priority; member 407 cand->priority = prio; in pmksa_candidate_add() 413 cand->priority = prio; in pmksa_candidate_add() 420 if (cand->priority <= pos->priority) { in pmksa_candidate_add()
|
/hostap-latest/src/l2_packet/ |
D | l2_packet_zephyr.c | 177 uint8_t priority = 6; in l2_packet_init() local 178 ret = setsockopt(l2->fd, SOL_SOCKET, SO_PRIORITY, &priority, in l2_packet_init() 179 sizeof(priority)); in l2_packet_init()
|
/hostap-latest/hostapd/ |
D | main.c | 122 int priority; in hostapd_logger_cb() local 126 priority = LOG_DEBUG; in hostapd_logger_cb() 129 priority = LOG_INFO; in hostapd_logger_cb() 132 priority = LOG_NOTICE; in hostapd_logger_cb() 135 priority = LOG_WARNING; in hostapd_logger_cb() 138 priority = LOG_INFO; in hostapd_logger_cb() 141 syslog(priority, "%s", format); in hostapd_logger_cb()
|
/hostap-latest/src/fst/ |
D | fst.h | 220 u8 priority; member
|
D | fst_iface.h | 56 return i->cfg.priority; in fst_iface_get_priority()
|
D | fst.c | 84 cfg->group_id, cfg->priority, cfg->llt); in fst_attach()
|
D | fst_ctrl_iface.c | 899 cfg->priority = 0; in fst_parse_attach_command() 917 cfg->priority = (u8) val; in fst_parse_attach_command()
|
/hostap-latest/tests/hwsim/ |
D | fst_module_aux.py | 344 def send_iface_attach_request(self, ifname, group, llt, priority): argument 348 if priority is not None: 349 request += " priority=" + priority
|
/hostap-latest/src/pae/ |
D | ieee802_1x_kay.h | 245 u8 macsec_offload, u16 port, u8 priority,
|
D | ieee802_1x_kay_i.h | 194 u8 priority; member
|
D | ieee802_1x_kay.c | 150 wpa_printf(MSG_DEBUG, "\tKey Server Priority: %d", body->priority); in ieee802_1x_mka_dump_basic_body() 755 body->priority = kay->actor_priority; in ieee802_1x_mka_encode_basic_body() 900 peer->key_server_priority = body->priority; in ieee802_1x_mka_decode_basic_body() 906 peer->key_server_priority = body->priority; in ieee802_1x_mka_decode_basic_body() 3497 u8 macsec_offload, u16 port, u8 priority, in ieee802_1x_kay_init() argument 3504 ifname, MAC2STR(addr), port, priority); in ieee802_1x_kay_init() 3527 kay->actor_priority = priority; in ieee802_1x_kay_init()
|
/hostap-latest/doc/ |
D | ctrl_iface.doxygen | 671 as text strings that start with the priority level of the message and 681 Following priority levels are used: 688 By default, any priority level greater than equal to 2 (INFO) are 695 In most cases, the external program can skip over the priority field
|
/hostap-latest/hs20/client/ |
D | osu_client.c | 824 int priority; in set_pps_cred_policy_prp() local 834 priority = atoi(prio); in set_pps_cred_policy_prp() 863 strcmp(pos, "includeSubdomains") != 0, priority, country); in set_pps_cred_policy_prp()
|