Home
last modified time | relevance | path

Searched refs:responders (Results 1 – 15 of 15) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Drrm.h25 const u8 *responders, unsigned int n_responders);
Dap_rrm.c442 const u8 *responders, unsigned int n_responders) in hostapd_send_range_req() argument
521 nr = hostapd_neighbor_get(hapd, responders + ETH_ALEN * i, in hostapd_send_range_req()
525 MACSTR, MAC2STR(responders + ETH_ALEN * i)); in hostapd_send_range_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Drrm.h25 const u8 *responders, unsigned int n_responders);
Dap_rrm.c442 const u8 *responders, unsigned int n_responders) in hostapd_send_range_req() argument
521 nr = hostapd_neighbor_get(hapd, responders + ETH_ALEN * i, in hostapd_send_range_req()
525 MACSTR, MAC2STR(responders + ETH_ALEN * i)); in hostapd_send_range_req()
Drrm.c442 const u8 *responders, unsigned int n_responders) in hostapd_send_range_req() argument
521 nr = hostapd_neighbor_get(hapd, responders + ETH_ALEN * i, in hostapd_send_range_req()
525 MACSTR, MAC2STR(responders + ETH_ALEN * i)); in hostapd_send_range_req()
/third_party/openssl/doc/man3/
DOCSP_request_add1_nonce.pod52 Some responders may include a nonce in all responses even if one is not
55 Some responders cache OCSP responses and do not sign each response for
DOCSP_REQUEST_new.pod76 OCSP responders.
DOCSP_sendreq_new.pod99 Currently only HTTP POST queries to responders are supported.
DOCSP_resp_find_status.pod171 OCSP_check_validity(). Some responders do not set the B<nextUpdate> field, this
/third_party/node/deps/npm/node_modules/slide/
DREADME.md27 - Simple responders
/third_party/openssl/doc/man1/
Docsp.pod235 the OCSP response signing certificate. Some responders omit the actual signer's
255 disables all verification of the responders certificate.
413 Otherwise, if B<-no_explicit> is B<not> set the root CA of the OCSP responders
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterViewController.mm73 * A list of additional responders to keyboard events. Keybord events are forwarded to all of them.
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c2588 u8 responders[ETH_ALEN * RRM_RANGE_REQ_MAX_RESPONDERS]; in hostapd_ctrl_iface_req_range() local
2622 if (hwaddr_aton(token, responders + n_responders * ETH_ALEN)) { in hostapd_ctrl_iface_req_range()
2638 responders, n_responders); in hostapd_ctrl_iface_req_range()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c3080 u8 responders[ETH_ALEN * RRM_RANGE_REQ_MAX_RESPONDERS]; in hostapd_ctrl_iface_req_range() local
3114 if (hwaddr_aton(token, responders + n_responders * ETH_ALEN)) { in hostapd_ctrl_iface_req_range()
3130 responders, n_responders); in hostapd_ctrl_iface_req_range()
/third_party/openssl/
DCHANGES4591 some responders need this.
8783 this is to allow responders to include a nonce in a response even if
8836 *) Functions for OCSP responders. OCSP_request_onereq_count(),