Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Dnet80211.h773 struct net80211_probe_ctx;
874 struct net80211_probe_ctx *probe;
1105 struct net80211_probe_ctx * net80211_probe_start ( struct net80211_device *dev,
1108 int net80211_probe_step ( struct net80211_probe_ctx *ctx );
1110 net80211_probe_finish_best ( struct net80211_probe_ctx *ctx );
1111 struct list_head *net80211_probe_finish_all ( struct net80211_probe_ctx *ctx );
/external/syslinux/gpxe/src/usr/
Diwmgmt.c122 struct net80211_probe_ctx *ctx; in iwlist()
/external/syslinux/gpxe/src/net/80211/
Dnet80211.c98 struct net80211_probe_ctx { struct
1298 struct net80211_probe_ctx * net80211_probe_start ( struct net80211_device *dev, in net80211_probe_start()
1302 struct net80211_probe_ctx *ctx = zalloc ( sizeof ( *ctx ) ); in net80211_probe_start()
1371 int net80211_probe_step ( struct net80211_probe_ctx *ctx ) in net80211_probe_step()
1552 net80211_probe_finish_best ( struct net80211_probe_ctx *ctx ) in net80211_probe_finish_best()
1593 struct list_head *net80211_probe_finish_all ( struct net80211_probe_ctx *ctx ) in net80211_probe_finish_all()