Lines Matching defs:wpa_driver_ap_params

1418 struct wpa_driver_ap_params {  struct
1422 u8 *head;
1427 size_t head_len;
1432 u8 *tail;
1437 size_t tail_len;
1442 int dtim_period;
1447 int beacon_int;
1455 int *basic_rates;
1466 unsigned int beacon_rate;
1471 enum beacon_rate_type rate_type;
1479 u8 *proberesp;
1484 size_t proberesp_len;
1489 const u8 *ssid;
1494 size_t ssid_len;
1499 enum hide_ssid hide_ssid;
1504 unsigned int pairwise_ciphers;
1509 unsigned int group_cipher;
1514 unsigned int key_mgmt_suites;
1519 unsigned int auth_algs;
1524 unsigned int wpa_version;
1529 int privacy;
1537 const struct wpabuf *beacon_ies;
1545 const struct wpabuf *proberesp_ies;
1553 const struct wpabuf *assocresp_ies;
1561 int isolate;
1566 int cts_protect;
1571 int preamble;
1579 int short_slot_time;
1584 int ht_opmode;
1589 int interworking;
1594 const u8 *hessid;
1602 u8 access_network_type;
1609 int ap_max_inactivity;
1614 u8 p2p_go_ctwindow;
1619 int disable_dgaf;
1624 int osen;
1629 struct hostapd_freq_params *freq;
1634 int reenable;
1640 int pbss;
1661 int multicast_to_unicast;
1666 int ftm_responder;
1672 const struct wpabuf *lci;
1678 const struct wpabuf *civic;
1683 u8 he_spr_ctrl;
1688 u8 he_spr_non_srg_obss_pd_max_offset;
1693 u8 he_spr_srg_obss_pd_min_offset;
1698 u8 he_spr_srg_obss_pd_max_offset;
1704 u8 he_spr_bss_color_bitmap[8];
1710 u8 he_spr_partial_bssid_bitmap[8];
1715 int he_bss_color_disabled;
1720 int he_bss_color_partial;
1725 int he_bss_color;
1730 int twt_responder;
1738 enum sae_pwe sae_pwe;
1743 u32 fd_min_int;
1748 u32 fd_max_int;
1753 u8 *fd_frame_tmpl;
1758 size_t fd_frame_tmpl_len;
1763 const char *mbssid_tx_iface;
1768 unsigned int mbssid_index;
1773 u8 *mbssid_elem;
1778 size_t mbssid_elem_len;
1783 u8 mbssid_elem_count;
1789 u8 **mbssid_elem_offset;
1794 bool ema;
1802 u16 punct_bitmap;
1808 u8 *rnr_elem;
1813 size_t rnr_elem_len;
1818 unsigned int rnr_elem_count;
1824 u8 **rnr_elem_offset;
1827 struct unsol_bcast_probe_resp ubpr;
1837 int *allowed_freqs;
1842 bool mld_ap;
1847 u8 mld_link_id;
1852 u8 psk[PMK_LEN];
1857 size_t psk_len;
1862 const char *sae_password;