Searched defs:hostapd_sta_add_params (Results 1 – 1 of 1) sorted by relevance
841 struct hostapd_sta_add_params { struct842 const u8 *addr;843 u16 aid;844 u16 capability;845 const u8 *supp_rates;846 size_t supp_rates_len;847 u16 listen_interval;848 const struct ieee80211_ht_capabilities *ht_capabilities;849 u32 flags; /* bitmask of WPA_STA_* flags */850 int set; /* Set STA parameters instead of add */[all …]