Home
last modified time | relevance | path

Searched refs:auth_val (Results 1 – 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h232 u8 auth_val[MAX_NAI_AUTH_TYPES]; member
Dgas_serv.c422 wpabuf_put_u8(buf, eap->auth_val[j]); in anqp_add_nai_realm_eap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h233 u8 auth_val[MAX_NAI_AUTH_TYPES]; member
Dgas_serv.c422 wpabuf_put_u8(buf, eap->auth_val[j]); in anqp_add_nai_realm_eap()
/third_party/python/Lib/urllib/
Drequest.py1128 auth_val = 'Digest %s' % auth
1129 if req.headers.get(self.auth_header, None) == auth_val:
1131 req.add_unredirected_header(self.auth_header, auth_val)
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c1637 eap->auth_val[eap->num_auths] = atoi(pos); in parse_nai_realm()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c1561 eap->auth_val[eap->num_auths] = atoi(pos); in parse_nai_realm()