Lines Matching defs:ieee802_11_elems
1476 struct ieee802_11_elems { struct
1477 const u8 *ie_start;
1478 size_t total_len;
1481 const struct ieee80211_tdls_lnkie *lnk_id;
1482 const struct ieee80211_ch_switch_timing *ch_sw_timing;
1483 const u8 *ext_capab;
1484 const u8 *ssid;
1485 const u8 *supp_rates;
1486 const u8 *ds_params;
1487 const struct ieee80211_tim_ie *tim;
1488 const u8 *rsn;
1489 const u8 *rsnx;
1490 const u8 *erp_info;
1491 const u8 *ext_supp_rates;
1492 const u8 *wmm_info;
1493 const u8 *wmm_param;
1494 const struct ieee80211_ht_cap *ht_cap_elem;
1495 const struct ieee80211_ht_operation *ht_operation;
1496 const struct ieee80211_vht_cap *vht_cap_elem;
1497 const struct ieee80211_vht_operation *vht_operation;
1498 const struct ieee80211_meshconf_ie *mesh_config;
1499 const u8 *he_cap;
1500 const struct ieee80211_he_operation *he_operation;
1501 const struct ieee80211_he_spr *he_spr;
1502 const struct ieee80211_mu_edca_param_set *mu_edca_param_set;
1503 const struct ieee80211_he_6ghz_capa *he_6ghz_capa;
1504 const u8 *uora_element;
1505 const u8 *mesh_id;
1506 const u8 *peering;
1507 const __le16 *awake_window;
1508 const u8 *preq;
1509 const u8 *prep;
1510 const u8 *perr;
1511 const struct ieee80211_rann_ie *rann;
1512 const struct ieee80211_channel_sw_ie *ch_switch_ie;
1513 const struct ieee80211_ext_chansw_ie *ext_chansw_ie;
1514 const struct ieee80211_wide_bw_chansw_ie *wide_bw_chansw_ie;
1515 const u8 *max_channel_switch_time;
1516 const u8 *country_elem;
1517 const u8 *pwr_constr_elem;
1518 const u8 *cisco_dtpc_elem;
1519 const struct ieee80211_timeout_interval_ie *timeout_int;
1520 const u8 *opmode_notif;
1521 const struct ieee80211_sec_chan_offs_ie *sec_chan_offs;
1522 struct ieee80211_mesh_chansw_params_ie *mesh_chansw_params_ie;
1523 const struct ieee80211_bss_max_idle_period_ie *max_idle_period_ie;
1524 const struct ieee80211_multiple_bssid_configuration *mbssid_config_ie;
1525 const struct ieee80211_bssid_index *bssid_index;
1526 u8 max_bssid_indicator;
1527 u8 dtim_count;
1528 u8 dtim_period;
1529 const struct ieee80211_addba_ext_ie *addba_ext_ie;
1530 const struct ieee80211_s1g_cap *s1g_capab;
1531 const struct ieee80211_s1g_oper_ie *s1g_oper;
1532 const struct ieee80211_s1g_bcn_compat_ie *s1g_bcn_compat;
1533 const struct ieee80211_aid_response_ie *aid_resp;
1536 u8 ext_capab_len;
1537 u8 ssid_len;
1538 u8 supp_rates_len;
1539 u8 tim_len;
1540 u8 rsn_len;
1541 u8 rsnx_len;
1542 u8 ext_supp_rates_len;
1543 u8 wmm_info_len;
1544 u8 wmm_param_len;
1545 u8 he_cap_len;
1546 u8 mesh_id_len;
1547 u8 peering_len;
1548 u8 preq_len;
1549 u8 prep_len;
1550 u8 perr_len;
1551 u8 country_elem_len;
1552 u8 bssid_index_len;
1554 void *nontx_profile;
1557 bool parse_error;