P2P NFC: Report connection handover as trigger for P2P
"NFC_REPORT_HANDOVER {INIT,RESP} P2P <req> <sel>" can now be used to report completed NFC negotiated connection handover in which the P2P alternative carrier was selected. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
9358878055
commit
db6ae69e6b
12 changed files with 531 additions and 11 deletions
|
@ -27,6 +27,7 @@ struct p2p_device {
|
|||
struct dl_list list;
|
||||
struct os_reltime last_seen;
|
||||
int listen_freq;
|
||||
int oob_go_neg_freq;
|
||||
enum p2p_wps_method wps_method;
|
||||
u16 oob_pw_id;
|
||||
|
||||
|
@ -465,6 +466,8 @@ struct p2p_data {
|
|||
struct wpabuf *wfd_assoc_bssid;
|
||||
struct wpabuf *wfd_coupled_sink_info;
|
||||
#endif /* CONFIG_WIFI_DISPLAY */
|
||||
|
||||
u16 authorized_oob_dev_pw_id;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue