Home | History | Annotate | Download | only in drivers

Lines Matching defs:ies

100  * If the driver does not support reporting all IEs, the IE data structure is
101 * constructed of the IEs that are available. This field will also need to
103 * report all IEs to make it easier to support future additions.
115 /* followed by ie_len octets of IEs */
237 * for fast transition, this parameter is set to include the IEs that
239 * update_ft_ies() handler is called to update the IEs for further
242 * The driver should use these IEs only if the target AP is advertising
245 * In ap_scan=2 mode, the driver can use these IEs when moving to a new
246 * AP after the initial association. These IEs can only be used if the
250 * The driver is responsible for reporting the FT IEs received from the
252 * type. update_ft_ies() handler will then be called with the FT IEs to
919 * update_ft_ies - Update FT (IEEE 802.11r) IEs
921 * @md: Mobility domain (2 octets) (also included inside ies)
922 * @ies: FT IEs (MDIE, FTIE, ...) or %NULL to remove IEs
923 * @ies_len: Length of FT IEs in bytes
928 * provided IEs in the next message in FT authentication sequence.
933 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies,
941 * @ies: FT IEs (MDIE, FTIE, ...) (FT Request action frame body)
942 * @ies_len: Length of FT IEs in bytes
950 const u8 *ies, size_t ies_len);
964 * @ies: Information elements to append or %NULL to remove extra IEs
968 int (*set_probe_req_ie)(void *priv, const u8 *ies, size_t ies_len);
1118 * EVENT_ASSOC processing. This extra information includes IEs from
1176 * EVENT_FT_RESPONSE - Report FT (IEEE 802.11r) response IEs
1178 * The driver is expected to report the received FT IEs from
1179 * FT authentication sequence from the AP. The FT IEs are included in
1200 * req_ies - (Re)Association Request IEs
1207 * This should start with the first IE (fixed fields before IEs
1218 * resp_ies - (Re)Association Response IEs
1225 * This should start with the first IE (fixed fields before IEs
1236 * beacon_ies - Beacon or Probe Response IEs
1238 * Optional Beacon/ProbeResp data: IEs included in Beacon or
1248 * This should start with the first IE (fixed fields before IEs
1298 * expected to use this event to report received FT IEs (MDIE, FTIE,
1300 * IEs for the next message will be delivered through the
1304 const u8 *ies;