Home
last modified time | relevance | path

Searched refs:set_channel (Results 1 – 21 of 21) sorted by relevance

/linux-3.4.99/net/wireless/
Dchan.c98 if (!rdev->ops->set_channel) in cfg80211_set_freq()
127 result = rdev->ops->set_channel(&rdev->wiphy, in cfg80211_set_freq()
Dnl80211.c899 CMD(set_channel, SET_CHANNEL); in nl80211_send_wiphy()
/linux-3.4.99/drivers/staging/vt6655/
Dchannel.h46 bool set_channel(void *pDeviceHandler, unsigned int uConnectionChannel);
Dwcmd.c400 set_channel(pMgmt->pAdapter, pMgmt->uCurrChannel); in vCommandTimer()
435 if (set_channel(pMgmt->pAdapter, pMgmt->uScanChannel) == true) { in vCommandTimer()
473 set_channel(pMgmt->pAdapter, pMgmt->uCurrChannel); in vCommandTimer()
Dchannel.c528 bool set_channel (void *pDeviceHandler, unsigned int uConnectionChannel) in set_channel() function
Dcard.c1170 set_channel(pDevice, pDevice->byOrgChannel); in CARDbStartMeasure()
1281 bResult = set_channel(pDevice, byNewChannel); in CARDbChannelSwitch()
Ddevice_main.c2748 if (set_channel(pDevice, pDevice->pCurrMeasureEID->sReq.byChannel) == true) { in device_intr()
2783 set_channel(pDevice, pDevice->byOrgChannel); in device_intr()
2818 set_channel(pDevice, pDevice->byNewChannel); in device_intr()
2904 set_channel(pDevice, pDevice->byNewChannel); in device_intr()
Dwmgr.c2131 set_channel(pMgmt->pAdapter, pBSSList->uChannel); in s_vMgrRxBeacon()
2603 set_channel(pMgmt->pAdapter, pMgmt->uIBSSChannel); in vMgrCreateOwnIBSS()
3032 if (set_channel(pMgmt->pAdapter, pCurr->uChannel) == false) { in s_vMgrSynchBSS()
/linux-3.4.99/drivers/net/wireless/zd1211rw/
Dzd_rf.h69 int (*set_channel)(struct zd_rf *rf, u8 channel); member
Dzd_rf_al2230.c434 rf->set_channel = zd1211b_al2230_set_channel; in zd_rf_init_al2230()
438 rf->set_channel = zd1211_al2230_set_channel; in zd_rf_init_al2230()
Dzd_rf_al7230b.c482 rf->set_channel = zd1211b_al7230b_set_channel; in zd_rf_init_al7230b()
487 rf->set_channel = zd1211_al7230b_set_channel; in zd_rf_init_al7230b()
Dzd_rf.c131 r = rf->set_channel(rf, channel); in zd_rf_set_channel()
Dzd_rf_rf2959.c278 rf->set_channel = rf2959_set_channel; in zd_rf_init_rf2959()
Dzd_rf_uw2453.c526 rf->set_channel = uw2453_set_channel; in zd_rf_init_uw2453()
/linux-3.4.99/drivers/net/wireless/orinoco/
Dcfg.c289 .set_channel = orinoco_set_channel,
/linux-3.4.99/drivers/net/wireless/
Drndis_wlan.c601 .set_channel = rndis_set_channel,
1321 static int set_channel(struct usbnet *usbdev, int channel) in set_channel() function
2246 ret = set_channel(usbdev, chan); in rndis_connect()
2370 ret = set_channel(usbdev, chan); in rndis_join_ibss()
2432 return set_channel(usbdev, in rndis_set_channel()
/linux-3.4.99/drivers/net/wireless/mwifiex/
Dcfg80211.c1341 .set_channel = mwifiex_cfg80211_set_channel,
/linux-3.4.99/include/net/
Dcfg80211.h1585 int (*set_channel)(struct wiphy *wiphy, struct net_device *dev, member
/linux-3.4.99/drivers/net/wireless/libertas/
Dcfg.c2032 .set_channel = lbs_cfg_set_channel,
/linux-3.4.99/net/mac80211/
Dcfg.c2717 .set_channel = ieee80211_set_channel,
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2958 .set_channel = ath6kl_set_channel,