Lines Matching defs:local
67 local_info_t *local; in prism2_rx_80211() local
221 prism2_frag_cache_find(local_info_t *local, unsigned int seq, in prism2_frag_cache_find()
251 prism2_frag_cache_get(local_info_t *local, struct ieee80211_hdr *hdr) in prism2_frag_cache_get()
302 static int prism2_frag_cache_invalidate(local_info_t *local, in prism2_frag_cache_invalidate()
326 static struct hostap_bss_info *__hostap_get_bss(local_info_t *local, u8 *bssid, in __hostap_get_bss()
347 static struct hostap_bss_info *__hostap_add_bss(local_info_t *local, u8 *bssid, in __hostap_add_bss()
373 static void __hostap_expire_bss(local_info_t *local) in __hostap_expire_bss()
392 static void hostap_rx_sta_beacon(local_info_t *local, struct sk_buff *skb, in hostap_rx_sta_beacon()
471 hostap_rx_frame_mgmt(local_info_t *local, struct sk_buff *skb, in hostap_rx_frame_mgmt()
532 static struct net_device *prism2_rx_get_wds(local_info_t *local, in prism2_rx_get_wds()
553 hostap_rx_frame_wds(local_info_t *local, struct ieee80211_hdr *hdr, u16 fc, in hostap_rx_frame_wds()
608 static int hostap_is_eapol_frame(local_info_t *local, struct sk_buff *skb) in hostap_is_eapol_frame()
649 hostap_rx_frame_decrypt(local_info_t *local, struct sk_buff *skb, in hostap_rx_frame_decrypt()
687 hostap_rx_frame_decrypt_msdu(local_info_t *local, struct sk_buff *skb, in hostap_rx_frame_decrypt_msdu()
720 local_info_t *local; in hostap_80211_rx() local