bssidmask         159 drivers/net/wireless/ath/ath.h 	u8 bssidmask[ETH_ALEN];
bssidmask        1301 drivers/net/wireless/ath/ath5k/ath5k.h 	u8			bssidmask[ETH_ALEN];
bssidmask         544 drivers/net/wireless/ath/ath5k/base.c 	memcpy(ah->bssidmask, iter_data.mask, ETH_ALEN);
bssidmask         559 drivers/net/wireless/ath/ath5k/base.c 		ath5k_hw_set_bssid_mask(ah, ah->bssidmask);
bssidmask         499 drivers/net/wireless/ath/ath5k/debug.c 			ah->bssidmask);
bssidmask         453 drivers/net/wireless/ath/ath5k/pcu.c 	memcpy(common->bssidmask, mask, ETH_ALEN);
bssidmask         669 drivers/net/wireless/ath/ath9k/debug.c 	seq_printf(file, "BSSID-MASK: %pM\n", common->bssidmask);
bssidmask          92 drivers/net/wireless/ath/ath9k/dynack.c 		if ((common->macaddr[i] & common->bssidmask[i]) !=
bssidmask          93 drivers/net/wireless/ath/ath9k/dynack.c 		    (mac[i] & common->bssidmask[i]))
bssidmask         592 drivers/net/wireless/ath/ath9k/htc_drv_init.c 	eth_broadcast_addr(common->bssidmask);
bssidmask         162 drivers/net/wireless/ath/ath9k/htc_drv_main.c 	memcpy(common->bssidmask, iter_data.mask, ETH_ALEN);
bssidmask         431 drivers/net/wireless/ath/ath9k/init.c 	eth_broadcast_addr(common->bssidmask);
bssidmask        1078 drivers/net/wireless/ath/ath9k/main.c 	eth_broadcast_addr(common->bssidmask);
bssidmask        1121 drivers/net/wireless/ath/ath9k/main.c 	memcpy(common->bssidmask, iter_data.mask, ETH_ALEN);
bssidmask        1190 drivers/net/wireless/ath/ath9k/main.c 		common->macaddr, common->curbssid, common->bssidmask);
bssidmask         128 drivers/net/wireless/ath/hw.c 	REG_WRITE(ah, AR_BSSMSKL, get_unaligned_le32(common->bssidmask));
bssidmask         129 drivers/net/wireless/ath/hw.c 	REG_WRITE(ah, AR_BSSMSKU, get_unaligned_le16(common->bssidmask + 4));