Home
last modified time | relevance | path

Searched refs:ath_driver_req_open (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/tools/ath/common/
H A Dctrl.h45 extern int ath_driver_req_open(struct ath_driver_req *req, const char *ifname);
H A Dctrl.c86 ath_driver_req_open(struct ath_driver_req *req, const char *ifname) in ath_driver_req_open() function
/freebsd/tools/tools/ath/athani/
H A Dmain.c203 if (ath_driver_req_open(&req, ifname) < 0) { in main()
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c149 if (ath_driver_req_open(&req, ifname) < 0) { in main()
/freebsd/tools/tools/ath/athstats/
H A Dathstats.c470 (void) ath_driver_req_open(&wf->req, ifname); in ath_setifname()