NAN: USD in wpa_supplicant
Add wpa_supplicant support for interacting with the NAN discovery engine to allow USD as Publisher or Subscriber. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
9eb0bc1f0a
commit
e3f9ab3c3a
13 changed files with 1134 additions and 0 deletions
|
@ -1599,6 +1599,12 @@ struct wpa_supplicant {
|
|||
* owe_transition_search == 1 */
|
||||
int *owe_trans_scan_freq;
|
||||
#endif /* CONFIG_OWE */
|
||||
|
||||
#ifdef CONFIG_NAN_USD
|
||||
struct nan_de *nan_de;
|
||||
struct wpa_radio_work *nan_usd_listen_work;
|
||||
struct wpa_radio_work *nan_usd_tx_work;
|
||||
#endif /* CONFIG_NAN_USD */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue