Lines Matching defs:wpa_driver_ap_params

1449 struct wpa_driver_ap_params {  struct
1453 u8 *head;
1458 size_t head_len;
1463 u8 *tail;
1468 size_t tail_len;
1473 int dtim_period;
1478 int beacon_int;
1486 int *basic_rates;
1497 unsigned int beacon_rate;
1502 enum beacon_rate_type rate_type;
1510 u8 *proberesp;
1515 size_t proberesp_len;
1520 const u8 *ssid;
1525 size_t ssid_len;
1530 enum hide_ssid hide_ssid;
1535 unsigned int pairwise_ciphers;
1540 unsigned int group_cipher;
1545 unsigned int key_mgmt_suites;
1550 unsigned int auth_algs;
1555 unsigned int wpa_version;
1560 int privacy;
1568 const struct wpabuf *beacon_ies;
1576 const struct wpabuf *proberesp_ies;
1584 const struct wpabuf *assocresp_ies;
1592 int isolate;
1597 int cts_protect;
1602 int preamble;
1610 int short_slot_time;
1615 int ht_opmode;
1620 int interworking;
1625 const u8 *hessid;
1633 u8 access_network_type;
1640 int ap_max_inactivity;
1645 u8 p2p_go_ctwindow;
1650 int disable_dgaf;
1655 struct hostapd_freq_params *freq;
1660 int reenable;
1666 int pbss;
1687 int multicast_to_unicast;
1692 int ftm_responder;
1698 const struct wpabuf *lci;
1704 const struct wpabuf *civic;
1709 u8 he_spr_ctrl;
1714 u8 he_spr_non_srg_obss_pd_max_offset;
1719 u8 he_spr_srg_obss_pd_min_offset;
1724 u8 he_spr_srg_obss_pd_max_offset;
1730 u8 he_spr_bss_color_bitmap[8];
1736 u8 he_spr_partial_bssid_bitmap[8];
1741 int he_bss_color_disabled;
1746 int he_bss_color_partial;
1751 int he_bss_color;
1756 int twt_responder;
1764 enum sae_pwe sae_pwe;
1769 u32 fd_min_int;
1774 u32 fd_max_int;
1779 u8 *fd_frame_tmpl;
1784 size_t fd_frame_tmpl_len;
1789 const char *mbssid_tx_iface;
1794 unsigned int mbssid_index;
1799 u8 *mbssid_elem;
1804 size_t mbssid_elem_len;
1809 u8 mbssid_elem_count;
1815 u8 **mbssid_elem_offset;
1820 bool ema;
1828 u16 punct_bitmap;
1834 u8 *rnr_elem;
1839 size_t rnr_elem_len;
1844 unsigned int rnr_elem_count;
1850 u8 **rnr_elem_offset;
1853 struct unsol_bcast_probe_resp ubpr;
1863 int *allowed_freqs;
1868 bool mld_ap;
1873 u8 mld_link_id;
1878 u8 psk[PMK_LEN];
1883 size_t psk_len;
1888 const char *sae_password;