Home
last modified time | relevance | path

Searched refs:fragthreshold (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_iw.c1995 int error, fragthreshold; in wl_iw_get_frag() local
1999 if ((error = dev_wlc_intvar_get(dev, "fragthresh", &fragthreshold))) in wl_iw_get_frag()
2002 vwrq->value = fragthreshold; in wl_iw_get_frag()
2003 vwrq->disabled = (fragthreshold >= DOT11_DEFAULT_FRAG_LEN); in wl_iw_get_frag()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_iw.c2001 int error, fragthreshold; in wl_iw_get_frag() local
2005 if ((error = dev_wlc_intvar_get(dev, "fragthresh", &fragthreshold))) in wl_iw_get_frag()
2008 vwrq->value = fragthreshold; in wl_iw_get_frag()
2009 vwrq->disabled = (fragthreshold >= DOT11_DEFAULT_FRAG_LEN); in wl_iw_get_frag()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_iw.c2001 int error, fragthreshold; in wl_iw_get_frag() local
2005 if ((error = dev_wlc_intvar_get(dev, "fragthresh", &fragthreshold))) in wl_iw_get_frag()
2008 vwrq->value = fragthreshold; in wl_iw_get_frag()
2009 vwrq->disabled = (fragthreshold >= DOT11_DEFAULT_FRAG_LEN); in wl_iw_get_frag()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iw.c2232 int error, fragthreshold; in wl_iw_get_frag() local
2236 if ((error = dev_wlc_intvar_get(dev, "fragthresh", &fragthreshold))) in wl_iw_get_frag()
2239 vwrq->value = fragthreshold; in wl_iw_get_frag()
2240 vwrq->disabled = (fragthreshold >= DOT11_DEFAULT_FRAG_LEN); in wl_iw_get_frag()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_iw.c2228 int error, fragthreshold; in wl_iw_get_frag() local
2232 if ((error = dev_wlc_intvar_get(dev, "fragthresh", &fragthreshold))) in wl_iw_get_frag()
2235 vwrq->value = fragthreshold; in wl_iw_get_frag()
2236 vwrq->disabled = (fragthreshold >= DOT11_DEFAULT_FRAG_LEN); in wl_iw_get_frag()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iw.c2267 int error, fragthreshold; in wl_iw_get_frag() local
2271 if ((error = dev_wlc_intvar_get(dev, "fragthresh", &fragthreshold))) in wl_iw_get_frag()
2274 vwrq->value = fragthreshold; in wl_iw_get_frag()
2275 vwrq->disabled = (fragthreshold >= DOT11_DEFAULT_FRAG_LEN); in wl_iw_get_frag()