Searched refs:header (Results 1 – 20 of 20) sorted by relevance
/hostap-latest/hs20/server/www/ |
D | est.php | 106 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");
|
D | spp.php | 124 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");
|
D | users.php | 25 header("Content-type: text/xml"); 29 header("Content-type: text/plain"); 42 header("Content-type: text/xml"); 50 header("Content-type: text/plain");
|
D | redirect.php | 22 header("Location: $uri", true, 302);
|
D | cert-enroll.php | 37 header("Location: $uri", true, 302);
|
D | remediation-pw.php | 39 header("Location: $uri", true, 302);
|
D | add-free.php | 48 header("Location: $uri", true, 302);
|
D | add-mo.php | 54 header("Location: $uri", true, 302);
|
D | terms.php | 73 header('X-WFA-Hotspot20-Filtering: removed');
|
/hostap-latest/tests/hwsim/ |
D | radius_das.py | 27 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/ |
D | ibss_rsn.c | 921 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 …]
|
D | sme.c | 1946 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()
|
D | wpa_cli.c | 4817 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()
|
D | android.config | 18 # 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
|
D | defconfig | 18 # 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
|
D | ChangeLog | 1971 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/ |
D | os_unix.c | 352 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/ |
D | code_structure.doxygen | 77 Private version of netlink definitions from Linux kernel header files; 78 this could be replaced with C library header file once suitable
|
D | eap_server.doxygen | 46 header, if needed.
|
D | eap.doxygen | 46 header, if needed.
|