Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/ath/common/
H A Dctrl.h47 extern int ath_driver_req_open(struct ath_driver_req *req, const char *ifname);
H A Dctrl.c88 ath_driver_req_open(struct ath_driver_req *req, const char *ifname) in ath_driver_req_open() function
/freebsd-13.1/tools/tools/ath/athani/
H A Dmain.c205 if (ath_driver_req_open(&req, ifname) < 0) { in main()
/freebsd-13.1/tools/tools/ath/athregs/
H A Ddumpregs.c151 if (ath_driver_req_open(&req, ifname) < 0) { in main()
/freebsd-13.1/tools/tools/ath/athstats/
H A Dathstats.c460 (void) ath_driver_req_open(&wf->req, ifname); in ath_setifname()