Home | History | Annotate | Download | only in drivers

Lines Matching defs:ies

277  * If the driver does not support reporting all IEs, the IE data structure is
278 * constructed of the IEs that are available. This field will also need to
280 * report all IEs to make it easier to support future additions.
282 * This structure data is followed by ie_len octets of IEs from Probe Response
283 * frame (or if the driver does not indicate source of IEs, these may also be
284 * from Beacon frame). After the first set of IEs, another set of IEs may follow
821 * for fast transition, this parameter is set to include the IEs that
823 * update_ft_ies() handler is called to update the IEs for further
826 * The driver should use these IEs only if the target AP is advertising
829 * In ap_scan=2 mode, the driver can use these IEs when moving to a new
830 * AP after the initial association. These IEs can only be used if the
834 * The driver is responsible for reporting the FT IEs received from the
836 * type. update_ft_ies() handler will then be called with the FT IEs to
1025 * head - Beacon head from IEEE 802.11 header to IEs before TIM IE
1139 * This is used to add IEs like WPS IE and P2P IE by drivers that do
1147 * This is used to add IEs like WPS IE and P2P IE by drivers that
1155 * This is used to add IEs like WPS IE by drivers that reply to
1297 const u8 *ies;
2256 * update_ft_ies - Update FT (IEEE 802.11r) IEs
2258 * @md: Mobility domain (2 octets) (also included inside ies)
2259 * @ies: FT IEs (MDIE, FTIE, ...) or %NULL to remove IEs
2260 * @ies_len: Length of FT IEs in bytes
2265 * provided IEs in the next message in FT authentication sequence.
2270 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies,
2379 * This function is used to configure Beacon template and/or extra IEs
2385 * template or the set of additional IEs (e.g., WPS and P2P IE).
2388 * frames, the extra IEs provided here needs to be added to the Probe
2482 * set_generic_elem - Add IEs into Beacon/Probe Response frames (AP)
2794 * timing related attributes (e.g., NoA) in addition to the IEs
2796 * also used to provide Probe Response IEs for P2P Listen state
3059 * @buf: TDLS IEs to add to the message
3768 * @ies: P2P IE and WSC IE for Probe Response frames
3769 * @ies_len: Length of ies in bytes
3776 const u8 *ies, size_t ies_len);
3786 * set_default_scan_ies - Set default scan IEs
3788 * @ies: Scan default IEs buffer
3789 * @ies_len: Length of IEs in bytes
3792 * The driver can use these by default when there are no scan IEs coming
3793 * in the subsequent scan requests. Also in case of one or more of IEs
3795 * request, the driver should merge the missing scan IEs in the scan
3796 * request from the IEs set by set_default_scan_ies() in the Probe
3799 int (*set_default_scan_ies)(void *priv, const u8 *ies, size_t ies_len);
3875 * EVENT_ASSOC processing. This extra information includes IEs from
3940 * EVENT_FT_RESPONSE - Report FT (IEEE 802.11r) response IEs
3942 * The driver is expected to report the received FT IEs from
3943 * FT authentication sequence from the AP. The FT IEs are included in
4365 * req_ies - (Re)Association Request IEs
4372 * This should start with the first IE (fixed fields before IEs
4383 * resp_ies - (Re)Association Response IEs
4390 * This should start with the first IE (fixed fields before IEs
4411 * beacon_ies - Beacon or Probe Response IEs
4413 * Optional Beacon/ProbeResp data: IEs included in Beacon or
4423 * This should start with the first IE (fixed fields before IEs
4637 * expected to use this event to report received FT IEs (MDIE, FTIE,
4639 * IEs for the next message will be delivered through the
4643 const u8 *ies;
4669 const u8 *ies;
4683 * resp_ies - (Re)Association Response IEs
4690 * This should start with the first IE (fixed fields before IEs
4838 * ie - IEs from the Probe Request body
5029 * @ies: Beacon IEs
5030 * @ie_len: Length of @ies
5036 const u8 *ies;