Home
last modified time | relevance | path

Searched refs:frmlen (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_misc.h65 struct ath_tx_status *ts, int frmlen, int rc_framelen,
H A Dif_ath.c4347 struct ath_rc_series *rc, struct ath_tx_status *ts, int frmlen, in ath_tx_update_ratectrl() argument
4367 ath_rate_tx_complete(sc, an, rc, ts, frmlen, rc_framelen, in ath_tx_update_ratectrl()
/freebsd/sys/net80211/
H A Dieee80211_output.c2469 uint8_t **frmp, uint32_t *frmlen, const uint8_t *ssid, size_t ssidlen, in ieee80211_probereq_ie() argument
2476 if (!alloc && (frmp == NULL || frmlen == NULL)) in ieee80211_probereq_ie()
2480 if (!alloc && len > *frmlen) in ieee80211_probereq_ie()
2491 *frmlen = len; in ieee80211_probereq_ie()
2542 *frmlen = len; in ieee80211_probereq_ie()
2562 uint32_t frmlen; in ieee80211_send_probereq() local
2588 frmlen = ieee80211_probereq_ie_len(vap, ic); in ieee80211_send_probereq()
2590 ic->ic_headroom + sizeof(struct ieee80211_frame), frmlen); in ieee80211_send_probereq()
2598 ret = ieee80211_probereq_ie(vap, ic, &frm, &frmlen, ssid, ssidlen, in ieee80211_send_probereq()