Searched defs:ipw2100_wpa_assoc_frame (Results 1 – 2 of 2) sorted by relevance
234 struct ipw2100_wpa_assoc_frame { struct235 u16 fixed_ie_mask;236 struct {240 } fixed_ies;241 u32 var_ie_len;242 u8 var_ie[IPW_MAX_VAR_IE_LEN];
5876 static void ipw2100_wpa_assoc_frame(struct ipw2100_priv *priv, in ipw2100_wpa_assoc_frame() function