• Home
  • Raw
  • Download

Lines Matching defs:ieee802_11_elems

1496 struct ieee802_11_elems {  struct
1497 const u8 *ie_start;
1498 size_t total_len;
1501 const struct ieee80211_tdls_lnkie *lnk_id;
1502 const struct ieee80211_ch_switch_timing *ch_sw_timing;
1503 const u8 *ext_capab;
1504 const u8 *ssid;
1505 const u8 *supp_rates;
1506 const u8 *ds_params;
1507 const struct ieee80211_tim_ie *tim;
1508 const u8 *rsn;
1509 const u8 *rsnx;
1510 const u8 *erp_info;
1511 const u8 *ext_supp_rates;
1512 const u8 *wmm_info;
1513 const u8 *wmm_param;
1514 const struct ieee80211_ht_cap *ht_cap_elem;
1515 const struct ieee80211_ht_operation *ht_operation;
1516 const struct ieee80211_vht_cap *vht_cap_elem;
1517 const struct ieee80211_vht_operation *vht_operation;
1518 const struct ieee80211_meshconf_ie *mesh_config;
1519 const u8 *he_cap;
1520 const struct ieee80211_he_operation *he_operation;
1521 const struct ieee80211_he_spr *he_spr;
1522 const struct ieee80211_mu_edca_param_set *mu_edca_param_set;
1523 const struct ieee80211_he_6ghz_capa *he_6ghz_capa;
1524 const u8 *uora_element;
1525 const u8 *mesh_id;
1526 const u8 *peering;
1527 const __le16 *awake_window;
1528 const u8 *preq;
1529 const u8 *prep;
1530 const u8 *perr;
1531 const struct ieee80211_rann_ie *rann;
1532 const struct ieee80211_channel_sw_ie *ch_switch_ie;
1533 const struct ieee80211_ext_chansw_ie *ext_chansw_ie;
1534 const struct ieee80211_wide_bw_chansw_ie *wide_bw_chansw_ie;
1535 const u8 *max_channel_switch_time;
1536 const u8 *country_elem;
1537 const u8 *pwr_constr_elem;
1538 const u8 *cisco_dtpc_elem;
1539 const struct ieee80211_timeout_interval_ie *timeout_int;
1540 const u8 *opmode_notif;
1541 const struct ieee80211_sec_chan_offs_ie *sec_chan_offs;
1542 struct ieee80211_mesh_chansw_params_ie *mesh_chansw_params_ie;
1543 const struct ieee80211_bss_max_idle_period_ie *max_idle_period_ie;
1544 const struct ieee80211_multiple_bssid_configuration *mbssid_config_ie;
1545 const struct ieee80211_bssid_index *bssid_index;
1546 u8 max_bssid_indicator;
1547 u8 dtim_count;
1548 u8 dtim_period;
1549 const struct ieee80211_addba_ext_ie *addba_ext_ie;
1550 const struct ieee80211_s1g_cap *s1g_capab;
1551 const struct ieee80211_s1g_oper_ie *s1g_oper;
1552 const struct ieee80211_s1g_bcn_compat_ie *s1g_bcn_compat;
1553 const struct ieee80211_aid_response_ie *aid_resp;
1556 u8 ext_capab_len;
1557 u8 ssid_len;
1558 u8 supp_rates_len;
1559 u8 tim_len;
1560 u8 rsn_len;
1561 u8 rsnx_len;
1562 u8 ext_supp_rates_len;
1563 u8 wmm_info_len;
1564 u8 wmm_param_len;
1565 u8 he_cap_len;
1566 u8 mesh_id_len;
1567 u8 peering_len;
1568 u8 preq_len;
1569 u8 prep_len;
1570 u8 perr_len;
1571 u8 country_elem_len;
1572 u8 bssid_index_len;
1574 void *nontx_profile;
1577 bool parse_error;