/external/wpa_supplicant_8/src/wps/ |
D | wps_attr_process.c | 122 const u8 *auth_type) in wps_process_cred_auth_type() argument 124 if (auth_type == NULL) { in wps_process_cred_auth_type() 130 cred->auth_type = WPA_GET_BE16(auth_type); in wps_process_cred_auth_type() 132 cred->auth_type); in wps_process_cred_auth_type() 174 if (cred->auth_type == WPS_AUTH_OPEN && in wps_process_cred_network_key() 212 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) && in wps_workaround_cred_key() 234 if (cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK) && in wps_workaround_cred_key() 254 wps_process_cred_auth_type(cred, attr->auth_type) || in wps_process_cred() 273 wps_process_cred_auth_type(cred, attr->auth_type) || in wps_process_ap_settings()
|
D | wps_registrar.c | 1574 cred->auth_type); in wps_build_cred_auth_type() 1577 wpabuf_put_be16(msg, cred->auth_type); in wps_build_cred_auth_type() 1663 wps->cred.auth_type = WPS_AUTH_WPA2PSK; in wps_build_cred() 1685 wps->wps->auth_types, wps->auth_type); in wps_build_cred() 1686 if (wps->auth_type & WPS_AUTH_WPA2PSK) in wps_build_cred() 1687 wps->auth_type = WPS_AUTH_WPA2PSK; in wps_build_cred() 1688 else if (wps->auth_type & WPS_AUTH_WPAPSK) in wps_build_cred() 1689 wps->auth_type = WPS_AUTH_WPAPSK; in wps_build_cred() 1690 else if (wps->auth_type & WPS_AUTH_OPEN) in wps_build_cred() 1691 wps->auth_type = WPS_AUTH_OPEN; in wps_build_cred() [all …]
|
D | wps_enrollee.c | 255 u16 auth_type = wps->wps->ap_auth_type; in wps_build_cred_auth_type() local 262 if (auth_type & WPS_AUTH_WPA2PSK) in wps_build_cred_auth_type() 263 auth_type = WPS_AUTH_WPA2PSK; in wps_build_cred_auth_type() 264 else if (auth_type & WPS_AUTH_WPAPSK) in wps_build_cred_auth_type() 265 auth_type = WPS_AUTH_WPAPSK; in wps_build_cred_auth_type() 266 else if (auth_type & WPS_AUTH_OPEN) in wps_build_cred_auth_type() 267 auth_type = WPS_AUTH_OPEN; in wps_build_cred_auth_type() 269 wpa_printf(MSG_DEBUG, "WPS: * Authentication Type (0x%x)", auth_type); in wps_build_cred_auth_type() 272 wpabuf_put_be16(msg, auth_type); in wps_build_cred_auth_type() 858 (cred.auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) == in wps_process_ap_settings_e() [all …]
|
/external/autotest/server/cros/ap_configurators/ |
D | belkinF9k1002v4_ap_configurator.py | 26 auth_type = 'WPA-PSK' 28 auth_type = 'WPA2-PSK' 29 self.select_item_from_popup_by_xpath(auth_type, psk,
|
D | belkinF7D_ap_configurator.py | 45 auth_type = 'WPA2-PSK' 47 auth_type = 'WPA-PSK' 48 self.select_item_from_popup_by_xpath(auth_type, psk,
|
D | belkinF6D4230_ap_configurator.py | 53 auth_type = 'WPA-PSK' 55 auth_type = 'WPA2-PSK' 56 self.select_item_from_popup_by_xpath(auth_type, psk,
|
D | belkinF5D7234_ap_configurator.py | 77 auth_type = 'WPA-PSK' 79 auth_type = 'WPA2-PSK' 80 self.select_item_from_popup_by_xpath(auth_type, psk,
|
D | belkinF9K_ap_configurator.py | 278 auth_type = 'WPA-PSK' 280 auth_type = 'WPA2-PSK' 281 self.select_item_from_popup_by_xpath(auth_type, psk,
|
D | belkinF9K1102_ap_configurator.py | 281 auth_type = 'WPA-PSK' 283 auth_type = 'WPA2-PSK' 285 self.select_item_from_popup_by_xpath(auth_type, auth_popup,
|
/external/tcpdump/ |
D | print-vrrp.c | 110 int version, type, auth_type = VRRP_AUTH_NONE; /* keep compiler happy */ in vrrp_print() local 127 auth_type = bp[4]; in vrrp_print() 128 ND_PRINT((ndo, ", authtype %s", tok2str(auth2str, NULL, auth_type))); in vrrp_print() 170 if (version == 2 && auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */ in vrrp_print()
|
D | print-bfd.c | 94 uint8_t auth_type; member 100 enum auth_type { enum 190 tok2str(bfd_v1_authentication_values,"Unknown",bfd_auth_header->auth_type), in auth_print() 191 bfd_auth_header->auth_type, in auth_print() 196 switch(bfd_auth_header->auth_type) { in auth_print()
|
D | print-rip.c | 135 uint16_t auth_type = EXTRACT_16BITS(&ni->rip_tag); in rip_entry_print_v2() local 136 if (auth_type == 2) { in rip_entry_print_v2() 142 } else if (auth_type == 3) { in rip_entry_print_v2() 150 } else if (auth_type == 1) { in rip_entry_print_v2()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_auth/ |
D | format | 13 field:enum nl80211_auth_type auth_type; offset:68; size:4; signed:0; 15 … auth type: %d, bssid: %pM", REC->wiphy_name, REC->name, REC->ifindex, REC->auth_type, (REC->bssid)
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_auth/ |
D | format | 13 field:enum nl80211_auth_type auth_type; offset:68; size:4; signed:0; 15 … auth type: %d, bssid: %pM", REC->wiphy_name, REC->name, REC->ifindex, REC->auth_type, (REC->bssid)
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_auth/ |
D | format | 13 field:enum nl80211_auth_type auth_type; offset:68; size:4; signed:0; 15 … auth type: %d, bssid: %pM", REC->wiphy_name, REC->name, REC->ifindex, REC->auth_type, (REC->bssid)
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 327 if ((cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) && in hapd_wps_reconfig_in_memory() 328 (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK))) in hapd_wps_reconfig_in_memory() 330 else if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA2PSK)) in hapd_wps_reconfig_in_memory() 332 else if (cred->auth_type & (WPS_AUTH_WPA | WPS_AUTH_WPAPSK)) in hapd_wps_reconfig_in_memory() 338 if (cred->auth_type & (WPS_AUTH_WPA2 | WPS_AUTH_WPA)) in hapd_wps_reconfig_in_memory() 340 if (cred->auth_type & (WPS_AUTH_WPA2PSK | WPS_AUTH_WPAPSK)) in hapd_wps_reconfig_in_memory() 358 (cred->auth_type & WPS_AUTH_WPA2PSK) && in hapd_wps_reconfig_in_memory() 427 cred->auth_type); in hapd_wps_cred_cb() 457 hapd->wps->auth_types = cred->auth_type; in hapd_wps_cred_cb() 459 hapd->wps->ap_auth_type = cred->auth_type; in hapd_wps_cred_cb() [all …]
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_connect/ |
D | format | 14 field:enum nl80211_auth_type auth_type; offset:100; size:4; signed:0; 19 …REC->wiphy_name, REC->name, REC->ifindex, (REC->bssid), REC->ssid, REC->auth_type, (REC->privacy) …
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_connect/ |
D | format | 14 field:enum nl80211_auth_type auth_type; offset:100; size:4; signed:0; 19 …REC->wiphy_name, REC->name, REC->ifindex, (REC->bssid), REC->ssid, REC->auth_type, (REC->privacy) …
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_connect/ |
D | format | 14 field:enum nl80211_auth_type auth_type; offset:100; size:4; signed:0; 20 …REC->wiphy_name, REC->name, REC->ifindex, (REC->bssid), REC->ssid, REC->auth_type, (REC->privacy) …
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_start_ap/ |
D | format | 23 field:enum nl80211_auth_type auth_type; offset:136; size:4; signed:0; 26 …REC->hidden_ssid, REC->wpa_ver, (REC->privacy) ? "true" : "false", REC->auth_type, REC->inactivity…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_start_ap/ |
D | format | 23 field:enum nl80211_auth_type auth_type; offset:136; size:4; signed:0; 26 …REC->hidden_ssid, REC->wpa_ver, (REC->privacy) ? "true" : "false", REC->auth_type, REC->inactivity…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_start_ap/ |
D | format | 23 field:enum nl80211_auth_type auth_type; offset:136; size:4; signed:0; 26 …REC->hidden_ssid, REC->wpa_ver, (REC->privacy) ? "true" : "false", REC->auth_type, REC->inactivity…
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wps_supplicant.c | 367 u16 auth_type; in wpa_supplicant_wps_cred() local 396 cred->auth_type); in wpa_supplicant_wps_cred() 404 auth_type = cred->auth_type; in wpa_supplicant_wps_cred() 405 if (auth_type == (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) { in wpa_supplicant_wps_cred() 408 auth_type = WPS_AUTH_WPA2PSK; in wpa_supplicant_wps_cred() 411 if (auth_type != WPS_AUTH_OPEN && in wpa_supplicant_wps_cred() 412 auth_type != WPS_AUTH_WPAPSK && in wpa_supplicant_wps_cred() 413 auth_type != WPS_AUTH_WPA2PSK) { in wpa_supplicant_wps_cred() 416 auth_type); in wpa_supplicant_wps_cred() 420 if (auth_type == WPS_AUTH_WPAPSK || auth_type == WPS_AUTH_WPA2PSK) { in wpa_supplicant_wps_cred() [all …]
|
D | sme.c | 1263 MAC2STR(data->auth.peer), data->auth.auth_type, in sme_event_auth() 1271 if (data->auth.auth_type == WLAN_AUTH_SAE) { in sme_event_auth() 1304 MAC2STR(data->auth.peer), data->auth.auth_type, in sme_event_auth() 1318 wpa_s->sme.auth_alg == data->auth.auth_type || in sme_event_auth() 1327 switch (data->auth.auth_type) { in sme_event_auth() 1350 if (data->auth.auth_type == WLAN_AUTH_FT) { in sme_event_auth() 1377 if (data->auth.auth_type == WLAN_AUTH_FILS_SK || in sme_event_auth() 1378 data->auth.auth_type == WLAN_AUTH_FILS_SK_PFS) { in sme_event_auth() 1384 if (data->auth.auth_type != expect_auth_type) { in sme_event_auth() 1387 data->auth.auth_type, expect_auth_type); in sme_event_auth() [all …]
|
/external/autotest/client/cros/ |
D | vpn_server.py | 152 def __init__(self, auth_type, interface_name, address, network_prefix, argument 155 self._auth_type = auth_type
|