OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc80211_ctx
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
rc80211.h
12
struct
rc80211_ctx
;
14
struct
rc80211_ctx
* rc80211_init ( struct net80211_device *dev );
17
void rc80211_free ( struct
rc80211_ctx
*ctx );
net80211.h
[
all
...]
/external/syslinux/gpxe/src/net/80211/
rc80211.c
132
struct
rc80211_ctx
struct
153
struct
rc80211_ctx
* rc80211_init ( struct net80211_device *dev __unused )
155
struct
rc80211_ctx
*ret = zalloc ( sizeof ( *ret ) );
165
static int rc80211_calc_net_goodness ( struct
rc80211_ctx
*ctx,
195
struct
rc80211_ctx
*ctx = dev->rctl;
247
struct
rc80211_ctx
*ctx = dev->rctl;
285
struct
rc80211_ctx
*ctx = dev->rctl;
317
struct
rc80211_ctx
*ctx = dev->rctl;
368
void rc80211_free ( struct
rc80211_ctx
*ctx )
Completed in 2554 milliseconds