Searched defs:cfg80211_beacon_data (Results 1 – 1 of 1) sorted by relevance
659 struct cfg80211_beacon_data { struct660 const u8 *head, *tail;661 const u8 *beacon_ies;662 const u8 *proberesp_ies;663 const u8 *assocresp_ies;664 const u8 *probe_resp;666 size_t head_len, tail_len;667 size_t beacon_ies_len;668 size_t proberesp_ies_len;669 size_t assocresp_ies_len;[all …]