set_ap_wps_ie in driver_nl80211

Johannes Berg johannes
Fri May 6 02:04:27 PDT 2011


On Fri, 2011-05-06 at 11:46 +0300, Bartosz.Markowski at tieto.com wrote:
> What about this comment:
> 
> 	 * This will also be used to add P2P IE(s) into Beacon/Probe Response
> 	 * frames when operating as a GO. The driver is responsible for adding
> 	 * timing related attributes (e.g., NoA) in addition to the IEs
> 	 * included here by appending them after these buffers. This call is
> 	 * also used to provide Probe Response IEs for P2P Listen state
> 	 * operations for drivers that generate the Probe Response frames
> 	 * internally.
> 	 */
> 	int (*set_ap_wps_ie)(void *priv, const struct wpabuf *beacon,
> 			     const struct wpabuf *proberesp,
> 			     const struct wpabuf *assocresp); 
> 
> Especially part for drivers that generate the Probe Response frames internally?

Yes. My old comment applies to that:

That doesn't make any sense, the whole beacon is programmed and probe
responses are sent by hostapd.

johannes




More information about the Hostap mailing list