Home
last modified time | relevance | path

Searched refs:rc80211_ctx (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/net/80211/
Drc80211.c132 struct rc80211_ctx struct
153 struct rc80211_ctx * rc80211_init ( struct net80211_device *dev __unused ) in rc80211_init() argument
155 struct rc80211_ctx *ret = zalloc ( sizeof ( *ret ) ); in rc80211_init()
165 static int rc80211_calc_net_goodness ( struct rc80211_ctx *ctx, in rc80211_calc_net_goodness()
195 struct rc80211_ctx *ctx = dev->rctl; in rc80211_pick_best()
247 struct rc80211_ctx *ctx = dev->rctl; in rc80211_maybe_set_new()
285 struct rc80211_ctx *ctx = dev->rctl; in rc80211_update()
317 struct rc80211_ctx *ctx = dev->rctl; in rc80211_update_tx()
368 void rc80211_free ( struct rc80211_ctx *ctx ) in rc80211_free()
/external/syslinux/gpxe/src/include/gpxe/
Drc80211.h12 struct rc80211_ctx;
14 struct rc80211_ctx * rc80211_init ( struct net80211_device *dev );
17 void rc80211_free ( struct rc80211_ctx *ctx );
Dnet80211.h989 struct rc80211_ctx *rctl;