Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c98 .is_beacon = false, in update_recvframe_phyinfo()
118 pkt_info.is_beacon = pkt_info.bssid_match && in update_recvframe_phyinfo()
150 } 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.h261 bool is_beacon; member
/Linux-v5.10/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c1519 static inline int is_beacon(__le16 fc) in is_beacon() function
1563 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1610 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1619 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1626 if (is_beacon(beacon->header.frame_ctl)) { in libipw_process_probe_response()
/Linux-v5.10/drivers/staging/rtl8192e/
Drtllib_rx.c2530 static inline int is_beacon(u16 fc) in is_beacon() function
2603 is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()
2644 if (is_beacon(frame_ctl)) { in rtllib_process_probe_response()
2680 is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()
2690 is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()
2711 if (is_beacon(frame_ctl) && in rtllib_process_probe_response()
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c2258 static inline int is_beacon(__le16 fc) in is_beacon() function
2380 if (is_beacon(beacon->header.frame_ctl)) { in ieee80211_process_probe_response()
2441 if (is_beacon(beacon->header.frame_ctl) == 0) in ieee80211_process_probe_response()
2457 …if (is_beacon(beacon->header.frame_ctl) && is_same_network(&ieee->current_network, network, ieee) … in ieee80211_process_probe_response()
/Linux-v5.10/drivers/net/wireless/atmel/
Datmel.c2983 u8 *ssid, int is_beacon) in store_bss_info() argument
3005 if (is_beacon) in store_bss_info()