Searched refs:is_beacon (Results 1 – 7 of 7) sorted by relevance
96 .is_beacon = false, in update_recvframe_phyinfo()115 pkt_info.is_beacon = pkt_info.bssid_match && in update_recvframe_phyinfo()145 } else if (pkt_info.to_self || pkt_info.is_beacon) { in update_recvframe_phyinfo()
273 if (pPktinfo->is_beacon) in odm_Process_RSSIForDM()290 if (pPktinfo->to_self || pPktinfo->is_beacon) { in odm_Process_RSSIForDM()
255 bool is_beacon; member
1497 static inline int is_beacon(__le16 fc) in is_beacon() function1541 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()
2451 static inline int is_beacon(u16 fc) in is_beacon() function2524 is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()2564 if (is_beacon(frame_ctl)) { in rtllib_process_probe_response()2600 is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()2610 is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()2631 if (is_beacon(frame_ctl) && in rtllib_process_probe_response()
2197 static inline int is_beacon(__le16 fc) in is_beacon() function2319 if (is_beacon(beacon->header.frame_ctl)) { in ieee80211_process_probe_response()2380 if (is_beacon(beacon->header.frame_ctl) == 0) in ieee80211_process_probe_response()2396 …if (is_beacon(beacon->header.frame_ctl) && is_same_network(&ieee->current_network, network, ieee) … in ieee80211_process_probe_response()
2978 u8 *ssid, int is_beacon) in store_bss_info() argument3000 if (is_beacon) in store_bss_info()