Searched refs:hdrlen (Results 1 – 6 of 6) sorted by relevance
214 int hdrlen, fc, seq_ctrl; in awss_ieee80211_mcast_smartconfig_process() local271 hdrlen = ieee80211_hdrlen_2(fc); in awss_ieee80211_mcast_smartconfig_process()272 if (hdrlen > len) { in awss_ieee80211_mcast_smartconfig_process()279 hdrlen = (hdrlen + 3) & 0xFC; /* align header to 32bit boundary */ in awss_ieee80211_mcast_smartconfig_process()282 res->u.br.data_len = len - hdrlen; /* eating the hdr */ in awss_ieee80211_mcast_smartconfig_process()285 data = ieee80211 + hdrlen; /* eating the hdr */ in awss_ieee80211_mcast_smartconfig_process()
213 uint32_t hdrlen = 24; in ieee80211_hdrlen_2() local217 hdrlen = 30; in ieee80211_hdrlen_2()219 hdrlen += IEEE80211_QOS_CTL_LEN; in ieee80211_hdrlen_2()221 hdrlen += IEEE80211_HT_CTL_LEN; in ieee80211_hdrlen_2()237 hdrlen = 10; in ieee80211_hdrlen_2()239 hdrlen = 16; in ieee80211_hdrlen_2()243 return hdrlen; in ieee80211_hdrlen_2()
816 int hdrlen, fc, seq_ctrl; in awss_ieee80211_smartconfig_process() local867 hdrlen = ieee80211_hdrlen_2(fc); in awss_ieee80211_smartconfig_process()868 if (hdrlen > len) { in awss_ieee80211_smartconfig_process()875 hdrlen = (hdrlen + 3) & 0xFC; /* align header to 32bit boundary */ in awss_ieee80211_smartconfig_process()878 res->u.br.data_len = len - hdrlen; /* eating the hdr */ in awss_ieee80211_smartconfig_process()881 data = ieee80211 + hdrlen; /* eating the hdr */ in awss_ieee80211_smartconfig_process()
44 int hdrlen; /* header length */ member
980 u16_t hdrlen, sendlen; local991 hdrlen = (u16_t)strlen(hs->hdrs[hs->hdr_index]);994 sendlen = (len < (hdrlen - hs->hdr_pos)) ? len : (hdrlen - hs->hdr_pos);1022 if(hs->hdr_pos == hdrlen) {
158 psockets[i].hdrlen = 0; in alloc_pkt_socket()
Completed in 20 milliseconds