Home | History | Annotate | Download | only in ap

Lines Matching refs:u8

55 	u8 op_class;
56 u8 pref;
57 u8 reason_code;
58 u8 num_channels;
59 u8 channels[];
70 u8 addr[6];
77 u8 supported_rates[WLAN_SUPP_RATES_MAX];
79 u8 qosinfo; /* Valid when WLAN_STA_WMM is set */
88 u8 my_nonce[WPA_NONCE_LEN];
89 u8 peer_nonce[WPA_NONCE_LEN];
90 u8 aek[32]; /* SHA256 digest length */
91 u8 mtk[WPA_TK_MAX_LEN];
93 u8 mgtk_rsc[6];
94 u8 mgtk_key_id;
95 u8 mgtk[WPA_TK_MAX_LEN];
97 u8 igtk_rsc[6];
98 u8 igtk[WPA_TK_MAX_LEN];
101 u8 sae_auth_retry;
149 u8 *challenge; /* IEEE 802.11 Shared Key Authentication Challenge */
165 u8 vht_opmode;
171 u8 *sa_query_trans_id; /* buffer of WLAN_SA_QUERY_TR_ID_LEN *
180 u8 gas_dialog_next;
186 u8 remediation_method;
208 u8 last_subtype;
211 u8 cell_capa; /* 0 = unknown (not an MBO STA); otherwise,
216 u8 *supp_op_classes; /* Supported Operating Classes element, if
219 u8 rrm_enabled_capa[5];
227 u8 fils_snonce[FILS_NONCE_LEN];
228 u8 fils_session[FILS_SESSION_LEN];
229 u8 fils_erp_pmkid[PMKID_LEN];
230 u8 *fils_pending_assoc_req;
248 u8 *owe_pmk;
257 u8 last_tk[WPA_TK_MAX_LEN];
283 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
284 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr);
298 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr);
314 const u8 *addr, u16 reason);