Searched defs:cfg80211_beacon_data (Results 1 – 1 of 1) sorted by relevance
779 struct cfg80211_beacon_data { struct780 const u8 *head, *tail;781 const u8 *beacon_ies;782 const u8 *proberesp_ies;783 const u8 *assocresp_ies;784 const u8 *probe_resp;786 size_t head_len, tail_len;787 size_t beacon_ies_len;788 size_t proberesp_ies_len;789 size_t assocresp_ies_len;[all …]