Searched refs:hwmp_send_action (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_hwmp.c | 68 static int hwmp_send_action(struct ieee80211vap *, 579 hwmp_send_action(struct ieee80211vap *vap, in hwmp_send_action() function 1258 return hwmp_send_action(vap, da, (uint8_t *)preq, preq->preq_len+2); in hwmp_send_preq() 1490 return hwmp_send_action(vap, da, (uint8_t *)prep, prep->prep_len + 2); in hwmp_send_prep() 1672 return hwmp_send_action(vap, da, (uint8_t *)perr, perr->perr_len+2); in hwmp_send_perr() 1842 return hwmp_send_action(vap, da, (uint8_t *)rann, rann->rann_len + 2); in hwmp_send_rann()
|