Home
last modified time | relevance | path

Searched refs:header (Results 1 – 20 of 20) sorted by relevance

/hostap-latest/hs20/server/www/
Dest.php106 header("Content-Transfer-Encoding: base64");
107 header("Content-Type: application/pkcs7-mime");
114 header("Content-Transfer-Encoding: base64");
115 header("Content-Type: application/csrattrs");
122 header('HTTP/1.1 401 Unauthorized');
123 header('WWW-Authenticate: Digest realm="'.$realm.
132 header('HTTP/1.1 403 Forbidden');
219 header("Content-Transfer-Encoding: base64");
220 header("Content-Type: application/pkcs7-mime");
227 header("HTTP/1.0 404 Not Found");
Dspp.php124 header('HTTP/1.1 401 Unauthorized');
125 header('WWW-Authenticate: Digest realm="'.$realm.
148 header('HTTP/1.1 401 Unauthorized');
149 header('WWW-Authenticate: Digest realm="'.$realm.
164 header("Content-Type: application/soap+xml");
Dusers.php25 header("Content-type: text/xml");
29 header("Content-type: text/plain");
42 header("Content-type: text/xml");
50 header("Content-type: text/plain");
Dredirect.php22 header("Location: $uri", true, 302);
Dcert-enroll.php37 header("Location: $uri", true, 302);
Dremediation-pw.php39 header("Location: $uri", true, 302);
Dadd-free.php48 header("Location: $uri", true, 302);
Dadd-mo.php54 header("Location: $uri", true, 302);
Dterms.php73 header('X-WFA-Hotspot20-Filtering: removed');
/hostap-latest/tests/hwsim/
Dradius_das.py27 header = struct.pack('!BBH', self.code, self.id, (20 + len(attr)))
28 self.authenticator = hashlib.md5(header[0:4] + 16 * b'\x00' + attr
30 return header + self.authenticator + attr
44 header = struct.pack('!BBH', self.code, self.id, (20 + len(attr)))
45 self.authenticator = hashlib.md5(header[0:4] + 16 * b'\x00' + attr
47 return header + self.authenticator + attr
/hostap-latest/wpa_supplicant/
Dibss_rsn.c921 const struct ieee80211_mgmt *header; in ibss_rsn_handle_auth() local
925 header = (const struct ieee80211_mgmt *) auth_frame; in ibss_rsn_handle_auth()
926 auth_length = IEEE80211_HDRLEN + sizeof(header->u.auth); in ibss_rsn_handle_auth()
931 if (le_to_host16(header->u.auth.auth_alg) != WLAN_AUTH_OPEN || in ibss_rsn_handle_auth()
932 le_to_host16(header->u.auth.status_code) != WLAN_STATUS_SUCCESS) in ibss_rsn_handle_auth()
935 peer = ibss_rsn_get_peer(ibss_rsn, header->sa); in ibss_rsn_handle_auth()
937 switch (le_to_host16(header->u.auth.auth_transaction)) { in ibss_rsn_handle_auth()
939 ibss_rsn_handle_auth_1_of_2(ibss_rsn, peer, header->sa); in ibss_rsn_handle_auth()
943 MACSTR, MAC2STR(header->sa)); in ibss_rsn_handle_auth()
946 "unknown STA " MACSTR, MAC2STR(header->sa)); in ibss_rsn_handle_auth()
[all …]
Dsme.c1946 const struct ieee80211_mgmt *header; in sme_external_auth_mgmt_rx() local
1949 header = (const struct ieee80211_mgmt *) auth_frame; in sme_external_auth_mgmt_rx()
1950 auth_length = IEEE80211_HDRLEN + sizeof(header->u.auth); in sme_external_auth_mgmt_rx()
1959 if (le_to_host16(header->u.auth.auth_alg) == WLAN_AUTH_SAE) { in sme_external_auth_mgmt_rx()
1964 wpa_s, le_to_host16(header->u.auth.auth_transaction), in sme_external_auth_mgmt_rx()
1965 le_to_host16(header->u.auth.status_code), in sme_external_auth_mgmt_rx()
1966 header->u.auth.variable, in sme_external_auth_mgmt_rx()
1967 len - auth_length, 1, header->sa, &ie_offset); in sme_external_auth_mgmt_rx()
1973 le_to_host16(header->u.auth.status_code) : in sme_external_auth_mgmt_rx()
Dwpa_cli.c4817 int header = 1; in update_creds() local
4834 if (!header) in update_creds()
4836 header = 0; in update_creds()
4849 int header = 1; in update_networks() local
4866 if (!header) in update_networks()
4868 header = 0; in update_networks()
Dandroid.config18 # Some Red Hat versions seem to include kerberos header files from OpenSSL, but
321 # This is only for Windows builds and requires WMI-related header files and
Ddefconfig18 # Some Red Hat versions seem to include kerberos header files from OpenSSL, but
371 # This is only for Windows builds and requires WMI-related header files and
DChangeLog1971 header in the frames)
1976 layer (Ethernet) header during WPA and EAPOL/EAP processing; this
1977 header is added only when transmitted the frame; this makes it easier
1978 to use wpa_supplicant on link layers that use different header than
/hostap-latest/src/utils/
Dos_unix.c352 struct __user_cap_header_struct header; in os_program_init() local
362 header.version = _LINUX_CAPABILITY_VERSION; in os_program_init()
363 header.pid = 0; in os_program_init()
367 capset(&header, &cap); in os_program_init()
/hostap-latest/doc/
Dcode_structure.doxygen77 Private version of netlink definitions from Linux kernel header files;
78 this could be replaced with C library header file once suitable
Deap_server.doxygen46 header, if needed.
Deap.doxygen46 header, if needed.