Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c95 .is_beacon = false, in update_recvframe_phyinfo()
114 pkt_info.is_beacon = pkt_info.bssid_match && in update_recvframe_phyinfo()
144 } else if (pkt_info.to_self || pkt_info.is_beacon) { in update_recvframe_phyinfo()
Dodm_HWConfig.c273 if (pPktinfo->is_beacon) in odm_Process_RSSIForDM()
290 if (pPktinfo->to_self || pPktinfo->is_beacon) { in odm_Process_RSSIForDM()
Dodm.h255 bool is_beacon; member
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c1497 static inline int is_beacon(__le16 fc) in is_beacon() function
1541 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1588 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1597 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1604 if (is_beacon(beacon->header.frame_ctl)) { in libipw_process_probe_response()