ieee80211_node.h (641b4d0b2d0d37368adb64d2ed213809f7eb4745) | ieee80211_node.h (97c973adc4af3d8b6c6fe96cca29a900704036d0) |
---|---|
1/*- 2 * Copyright (c) 2001 Atsushi Onoe 3 * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 204 unchanged lines hidden (view full) --- 213 int nt_inact_init; /* initial node inact setting */ 214 215 void (*nt_timeout)(struct ieee80211_node_table *); 216}; 217void ieee80211_node_table_reset(struct ieee80211_node_table *); 218 219struct ieee80211_node *ieee80211_alloc_node( 220 struct ieee80211_node_table *, const u_int8_t *); | 1/*- 2 * Copyright (c) 2001 Atsushi Onoe 3 * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 204 unchanged lines hidden (view full) --- 213 int nt_inact_init; /* initial node inact setting */ 214 215 void (*nt_timeout)(struct ieee80211_node_table *); 216}; 217void ieee80211_node_table_reset(struct ieee80211_node_table *); 218 219struct ieee80211_node *ieee80211_alloc_node( 220 struct ieee80211_node_table *, const u_int8_t *); |
221struct ieee80211_node *ieee80211_tmp_node(struct ieee80211com *, 222 const u_int8_t *macaddr); |
|
221struct ieee80211_node *ieee80211_dup_bss(struct ieee80211_node_table *, 222 const u_int8_t *); 223#ifdef IEEE80211_DEBUG_REFCNT 224void ieee80211_free_node_debug(struct ieee80211_node *, 225 const char *func, int line); 226struct ieee80211_node *ieee80211_find_node_debug( 227 struct ieee80211_node_table *, const u_int8_t *, 228 const char *func, int line); --- 55 unchanged lines hidden --- | 223struct ieee80211_node *ieee80211_dup_bss(struct ieee80211_node_table *, 224 const u_int8_t *); 225#ifdef IEEE80211_DEBUG_REFCNT 226void ieee80211_free_node_debug(struct ieee80211_node *, 227 const char *func, int line); 228struct ieee80211_node *ieee80211_find_node_debug( 229 struct ieee80211_node_table *, const u_int8_t *, 230 const char *func, int line); --- 55 unchanged lines hidden --- |