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