Searched refs:sd_request (Results 1 – 7 of 7) sorted by relevance
| /hostap-latest/src/p2p/ |
| D | p2p_sd.c | 338 if (p2p->cfg->sd_request == NULL) in p2p_rx_gas_initial_req() 416 p2p->cfg->sd_request(p2p->cfg->cb_ctx, freq, sa, dialog_token, in p2p_rx_gas_initial_req()
|
| D | p2p.h | 837 void (*sd_request)(void *ctx, int freq, const u8 *sa, u8 dialog_token, member
|
| D | p2p.c | 3014 if (cfg->sd_request) in p2p_init()
|
| /hostap-latest/doc/ |
| D | p2p.doxygen | 113 - \ref p2p_config::sd_request() 304 \ref p2p_config::sd_request() callback. The response to the query is sent 314 \ref p2p_config::sd_request() and \ref p2p_config::sd_response() callbacks. The
|
| D | dbus.doxygen | 2041 <h3>ServiceDiscoveryRequest ( a{sv} : sd_request )</h3> 2045 <dt>a{sv} : sd_request</dt>
|
| /hostap-latest/tests/hwsim/ |
| D | test_dbus.py | 3597 def serviceDiscoveryResponse(self, sd_request): argument 3598 logger.debug("serviceDiscoveryResponse: sd_request=%s" % str(sd_request)) 3655 def serviceDiscoveryRequest(self, sd_request): argument 3656 logger.debug("serviceDiscoveryRequest: sd_request=%s" % str(sd_request)) 3658 args = {'peer_object': sd_request['peer_object'], 3659 'frequency': sd_request['frequency'], 3660 'dialog_token': sd_request['dialog_token'],
|
| /hostap-latest/wpa_supplicant/ |
| D | p2p_supplicant.c | 4924 p2p.sd_request = wpas_sd_request; in wpas_p2p_init()
|