| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_adhoc.c | 320 uint8_t *bssid; in adhoc_input() local 383 bssid = wh->i_addr1; in adhoc_input() 385 bssid = wh->i_addr1; in adhoc_input() 395 bssid = wh->i_addr3; in adhoc_input() 403 !IEEE80211_ADDR_EQ(bssid, vap->iv_bss->ni_bssid) && in adhoc_input() 404 !IEEE80211_ADDR_EQ(bssid, ifp->if_broadcastaddr)) { in adhoc_input() 407 bssid, NULL, "%s", "not to bss"); in adhoc_input() 453 if (! ieee80211_check_rxseq(ni, wh, bssid, rxs)) in adhoc_input()
|
| H A D | ieee80211_input.h | 196 uint8_t *bssid, const struct ieee80211_rx_stats *rxs) in ieee80211_check_rxseq() argument 295 IEEE80211_DISCARD_MAC(vap, IEEE80211_MSG_INPUT, bssid, "duplicate", in ieee80211_check_rxseq()
|
| H A D | ieee80211_hostap.c | 486 uint8_t *bssid; in hostap_input() local 549 bssid = wh->i_addr1; in hostap_input() 551 bssid = wh->i_addr1; in hostap_input() 561 bssid = wh->i_addr3; in hostap_input() 568 !IEEE80211_ADDR_EQ(bssid, vap->iv_bss->ni_bssid) && in hostap_input() 569 !IEEE80211_ADDR_EQ(bssid, ifp->if_broadcastaddr)) { in hostap_input() 572 bssid, NULL, "%s", "not to bss"); in hostap_input() 584 if (! ieee80211_check_rxseq(ni, wh, bssid, rxs)) in hostap_input()
|
| H A D | ieee80211_sta.c | 551 uint8_t *bssid; in sta_input() local 613 bssid = wh->i_addr2; in sta_input() 614 if (!IEEE80211_ADDR_EQ(bssid, ni->ni_bssid)) { in sta_input() 617 bssid, NULL, "%s", "not to bss"); in sta_input() 639 bssid, NULL, "not to cur sta: lladdr=%6D, addr1=%6D", in sta_input() 653 if (! ieee80211_check_rxseq(ni, wh, bssid, rxs)) in sta_input()
|
| H A D | ieee80211_output.c | 885 const uint8_t bssid[IEEE80211_ADDR_LEN]) in ieee80211_send_setup() 900 IEEE80211_ADDR_COPY(wh->i_addr1, bssid); in ieee80211_send_setup() 909 IEEE80211_ADDR_COPY(wh->i_addr3, bssid); in ieee80211_send_setup() 914 IEEE80211_ADDR_COPY(wh->i_addr2, bssid); in ieee80211_send_setup() 954 IEEE80211_ADDR_COPY(wh->i_addr3, bssid); in ieee80211_send_setup() 2424 const uint8_t bssid[IEEE80211_ADDR_LEN], in ieee80211_send_probereq() 2549 IEEE80211_NONQOS_TID, sa, da, bssid); in ieee80211_send_probereq() 2561 ether_sprintf(bssid), in ieee80211_send_probereq()
|
| H A D | ieee80211_proto.h | 120 const uint8_t bssid[IEEE80211_ADDR_LEN],
|
| H A D | ieee80211_node.h | 406 const uint8_t bssid[IEEE80211_ADDR_LEN],
|
| H A D | ieee80211_freebsd.c | 986 const uint8_t bssid[IEEE80211_ADDR_LEN], const uint8_t cc[2]) in ieee80211_notify_country() 992 IEEE80211_ADDR_COPY(iev.iev_addr, bssid); in ieee80211_notify_country()
|
| H A D | ieee80211_node.c | 1519 const uint8_t bssid[IEEE80211_ADDR_LEN], struct ieee80211_channel *chan) in ieee80211_node_create_wds() 1525 ni = ieee80211_alloc_node(&ic->ic_sta, vap, bssid); in ieee80211_node_create_wds() 1528 IEEE80211_ADDR_COPY(ni->ni_bssid, bssid); in ieee80211_node_create_wds()
|
| H A D | ieee80211_var.h | 748 const uint8_t bssid[IEEE80211_ADDR_LEN]);
|
| H A D | ieee80211.c | 526 int flags, const uint8_t bssid[IEEE80211_ADDR_LEN]) in ieee80211_vap_setup() 572 IEEE80211_ADDR_COPY(vap->iv_des_bssid, bssid); in ieee80211_vap_setup()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_stub_funcs.c | 221 ar9300_Stub_SetBssIdMask(struct ath_hal *ah, const uint8_t *bssid) in ar9300_Stub_SetBssIdMask() argument 317 ar9300_Stub_WriteAssocid(struct ath_hal *ah, const uint8_t *bssid, in ar9300_Stub_WriteAssocid() argument
|
| H A D | ar9300_stub_funcs.h | 55 extern void ar9300_Stub_WriteAssocid(struct ath_hal *ah, const uint8_t *bssid,
|
| H A D | ar9300_misc.c | 291 ar9300_write_associd(struct ath_hal *ah, const u_int8_t *bssid, in ar9300_write_associd() argument 297 OS_MEMCPY(ahp->ah_bssid, bssid, IEEE80211_ADDR_LEN); in ar9300_write_associd() 2879 ar9300_force_tsf_sync(struct ath_hal *ah, const u_int8_t *bssid, in ar9300_force_tsf_sync() argument 2883 ar9300_write_associd(ah, bssid, assoc_id); in ar9300_force_tsf_sync()
|
| H A D | ar9300.h | 1264 extern void ar9300_write_associd(struct ath_hal *ah, const u_int8_t *bssid, 1319 extern void ar9300_force_tsf_sync(struct ath_hal *ah, const u_int8_t *bssid,
|