Searched refs:ieee80211_parse_beacon (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_input.h | 321 int ieee80211_parse_beacon(struct ieee80211_node *, struct mbuf *,
|
| H A D | ieee80211_tdma.c | 344 if (ieee80211_parse_beacon(ni, m0, ic->ic_curchan, &scan) != 0) in tdma_recv_mgmt()
|
| H A D | ieee80211_adhoc.c | 741 if (ieee80211_parse_beacon(ni, m0, rxchan, &scan) != 0) in adhoc_recv_mgmt()
|
| H A D | ieee80211_input.c | 485 ieee80211_parse_beacon(struct ieee80211_node *ni, struct mbuf *m, in ieee80211_parse_beacon() function
|
| H A D | ieee80211_sta.c | 1429 if (ieee80211_parse_beacon(ni, m0, rxchan, &scan) != 0) { in sta_recv_mgmt()
|
| H A D | ieee80211_hostap.c | 1775 if (ieee80211_parse_beacon(ni, m0, ic->ic_curchan, &scan) &~ IEEE80211_BPARSE_OFFCHAN) in hostap_recv_mgmt()
|
| H A D | ieee80211_mesh.c | 1862 if (ieee80211_parse_beacon(ni, m0, rxchan, &scan) != 0) in mesh_recv_mgmt()
|