Searched refs:handle_beacon (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-802_11.c897 handle_beacon(const u_char *p, u_int length) function
1318 return handle_beacon(p, length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1664 if (ieee->handle_beacon != NULL)
1665 ieee->handle_beacon(dev, beacon, target);
H A Dlibipw.h863 int (*handle_beacon) (struct net_device * dev, member in struct:libipw_device
H A Dipw2200.c11791 priv->ieee->handle_beacon = ipw_handle_probe_response;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_rx.c2708 if(ieee->handle_beacon != NULL) {
2709 ieee->handle_beacon(ieee->dev,beacon,&ieee->current_network);
H A Dieee80211.h2324 int (*handle_beacon) (struct net_device * dev, struct ieee80211_beacon * beacon, struct ieee80211_network * network); member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_rx.c2519 if(ieee->handle_beacon != NULL) {
2520 ieee->handle_beacon(ieee->dev,beacon,&ieee->current_network);
H A Dieee80211.h1512 int (*handle_beacon)(struct net_device *dev, member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c2635 if(ieee->handle_beacon != NULL) {
2636 ieee->handle_beacon(ieee->dev,beacon,&ieee->current_network);
H A Dieee80211.h2172 int (*handle_beacon) (struct net_device * dev, struct ieee80211_beacon * beacon, struct ieee80211_network * network); member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h2170 int (*handle_beacon) (struct net_device * dev, struct ieee80211_beacon * beacon, struct ieee80211_network * network); member in struct:ieee80211_device
H A Dr8192E_core.c2436 priv->ieee80211->handle_beacon = rtl8192_handle_beacon;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.c1967 static void handle_beacon(local_info_t *local, struct sk_buff *skb, function
1984 printk(KERN_DEBUG "handle_beacon - too short payload "
2171 handle_beacon(local, skb, rx_stats);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c2772 priv->ieee80211->handle_beacon = rtl8192_handle_beacon;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c3189 priv->ieee80211->handle_beacon = rtl8192_handle_beacon;

Completed in 284 milliseconds