Searched refs:wlc_iovar_getint (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wlc_pub.h | 490 extern int wlc_iovar_getint(struct wlc_info *wlc, const char *name, int *arg); 569 return wlc_iovar_getint(wlc, name, (int *)arg); in wlc_iovar_getuint()
|
D | wl_mac80211.c | 278 wlc_iovar_getint(wl->wlc, "bcn_li_bcn", &new_int); in wl_ops_config() 297 wlc_iovar_getint(wl->wlc, "qtxpower", &new_int); in wl_ops_config()
|
D | wlc_main.c | 4256 int wlc_iovar_getint(struct wlc_info *wlc, const char *name, int *arg) in wlc_iovar_getint() function
|