Home
last modified time | relevance | path

Searched refs:ieee80211_parse_beacon (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_input.h321 int ieee80211_parse_beacon(struct ieee80211_node *, struct mbuf *,
H A Dieee80211_tdma.c344 if (ieee80211_parse_beacon(ni, m0, ic->ic_curchan, &scan) != 0) in tdma_recv_mgmt()
H A Dieee80211_adhoc.c741 if (ieee80211_parse_beacon(ni, m0, rxchan, &scan) != 0) in adhoc_recv_mgmt()
H A Dieee80211_input.c485 ieee80211_parse_beacon(struct ieee80211_node *ni, struct mbuf *m, in ieee80211_parse_beacon() function
H A Dieee80211_sta.c1429 if (ieee80211_parse_beacon(ni, m0, rxchan, &scan) != 0) { in sta_recv_mgmt()
H A Dieee80211_hostap.c1775 if (ieee80211_parse_beacon(ni, m0, ic->ic_curchan, &scan) &~ IEEE80211_BPARSE_OFFCHAN) in hostap_recv_mgmt()
H A Dieee80211_mesh.c1862 if (ieee80211_parse_beacon(ni, m0, rxchan, &scan) != 0) in mesh_recv_mgmt()