Searched refs:hcf_get_info (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/staging/wlags49_h2/ |
D | dhf.h | 91 #define GET_INFO(pp) hcf_get_info(ifbp, (LTVP)pp)
|
D | wl_wext.c | 525 ret = hcf_get_info( &(lp->hcfCtx), (LTVP)&( lp->ltvRecord )); in wireless_get_frequency() 600 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wireless_get_range() 673 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wireless_get_range() 815 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wireless_get_bssid() 1242 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wireless_get_essid() 1268 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wireless_get_essid() 1580 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wireless_get_nickname() 1772 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wireless_get_porttype() 2210 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wireless_set_rate() 2433 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wireless_get_rate() [all …]
|
D | wl_util.c | 347 rc = hcf_get_info( ifbp, (LTVP) <v ); in wl_has_wep() 1449 status = hcf_get_info(&(lp->hcfCtx), (LTVP)&(lp->ltvRecord)); in wl_get_tallies()
|
D | hcf.h | 378 EXTERN_C int hcf_get_info (IFBP ifbp, LTVP ltvp );
|
D | wl_priv.c | 1322 urq->result = hcf_get_info( &( lp->hcfCtx ), (LTVP) pLtv ); in wvlan_uil_get_info() 1756 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wvlan_get_netname() 1872 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wvlan_get_station_nickname() 1997 status = hcf_get_info( &( lp->hcfCtx ), (LTVP)&( lp->ltvRecord )); in wvlan_get_porttype()
|
D | hcf.c | 1218 (void)hcf_get_info( ifbp, &x ); in hcf_connect() 1951 hcf_get_info( IFBP ifbp, LTVP ltvp ) in hcf_get_info() function 4043 rc = hcf_get_info( ifbp, (LTVP)&ifbp->IFB_FWIdentity.len ); in init() 4055 rc = hcf_get_info( ifbp, (LTVP)&ifbp->IFB_HSISup.len ); in init() 4069 (void)hcf_get_info( ifbp, (LTVP)&ifbp->IFB_FWSup.len ); in init() 4514 hcf_get_info( ifbp, (LTVP)&x ); in put_info()
|
D | wl_main.c | 1174 hcf_status = hcf_get_info( &lp->hcfCtx, (LTVP)&( lp->ltvRecord )); in wl_go() 2848 hcf_status = hcf_get_info( &lp->hcfCtx, (LTVP)&( lp->ltvRecord )); in wl_mbx()
|