P2P: Save a copy of P2P IE(s) data from (Re)Association Request

This commit is contained in:
Jouni Malinen 2010-07-18 14:30:25 -07:00 committed by Jouni Malinen
parent fdadd5fe03
commit b305c684b8
4 changed files with 25 additions and 0 deletions

View file

@ -104,6 +104,7 @@ struct sta_info {
#endif /* CONFIG_IEEE80211W */
struct wpabuf *wps_ie; /* WPS IE from (Re)Association Request */
struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */
};