Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723au_recv.c194 bool matchbssid = false; in update_recvframe_phyinfo() local
197 matchbssid = !ieee80211_is_ctl(hdr->frame_control) && in update_recvframe_phyinfo()
200 if (matchbssid) { in update_recvframe_phyinfo()
215 matchbssid = false; in update_recvframe_phyinfo()
219 matchbssid = ether_addr_equal( in update_recvframe_phyinfo()
223 pkt_info.bPacketMatchBSSID = matchbssid; in update_recvframe_phyinfo()