Searched defs:dpp_relay_config (Results 1 – 2 of 2) sorted by relevance
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| D | dpp.h | 264 struct dpp_relay_config { struct 265 const struct hostapd_ip_addr *ipaddr; 266 const u8 *pkhash; 268 void *cb_ctx; 269 void (*tx)(void *ctx, const u8 *addr, unsigned int freq, const u8 *msg, 271 void (*gas_resp_tx)(void *ctx, const u8 *addr, u8 dialog_token, int prot,
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| D | dpp.h | 383 struct dpp_relay_config { struct 384 const struct hostapd_ip_addr *ipaddr; 385 const u8 *pkhash; 387 void *msg_ctx; 388 void *cb_ctx; 389 void (*tx)(void *ctx, const u8 *addr, unsigned int freq, const u8 *msg, 391 void (*gas_resp_tx)(void *ctx, const u8 *addr, u8 dialog_token, int prot,
|