Searched refs:responders (Results 1 – 15 of 15) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | rrm.h | 25 const u8 *responders, unsigned int n_responders);
|
D | ap_rrm.c | 442 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/ |
D | rrm.h | 25 const u8 *responders, unsigned int n_responders);
|
D | ap_rrm.c | 442 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()
|
D | rrm.c | 442 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/ |
D | OCSP_request_add1_nonce.pod | 52 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
|
D | OCSP_REQUEST_new.pod | 76 OCSP responders.
|
D | OCSP_sendreq_new.pod | 99 Currently only HTTP POST queries to responders are supported.
|
D | OCSP_resp_find_status.pod | 171 OCSP_check_validity(). Some responders do not set the B<nextUpdate> field, this
|
/third_party/node/deps/npm/node_modules/slide/ |
D | README.md | 27 - Simple responders
|
/third_party/openssl/doc/man1/ |
D | ocsp.pod | 235 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/ |
D | FlutterViewController.mm | 73 * 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/ |
D | ap_ctrl_iface.c | 2588 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/ |
D | ap_ctrl_iface.c | 3080 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/ |
D | CHANGES | 4591 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(),
|