Searched defs:rtllib (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/rtl8192e/
H A DMakefile0 rtllib-objs := \
13 obj-$(CONFIG_RTLLIB) += rtllib.o
H A Drtllib_rx.c44 #include "rtllib.h"
2482 static int IsPassiveChannel(struct rtllib_device *rtllib, u8 channel) argument
2489 if (rtllib->active_channel_map[channel] == 2)
2495 int rtllib_legal_channel(struct rtllib_device *rtllib, u8 channel) argument
2501 if (rtllib->active_channel_map[channel] > 0)
H A Drtllib_softmac.c7 * Few lines might be stolen from other part of the rtllib
17 #include "rtllib.h"
3649 void rtllib_MgntDisconnectIBSS(struct rtllib_device *rtllib) argument
3655 rtllib->state = RTLLIB_NOLINK;
3658 rtllib->current_network.bssid[i] = 0x55;
3660 rtllib->OpMode = RT_OP_MODE_NO_LINK;
3661 rtllib->SetHwRegHandler(rtllib->dev, HW_VAR_BSSID,
3662 rtllib->current_network.bssid);
3664 rtllib
3674 rtllib_MlmeDisassociateRequest(struct rtllib_device *rtllib, u8 *asSta, u8 asRsn) argument
3702 rtllib_MgntDisconnectAP( struct rtllib_device *rtllib, u8 asRsn ) argument
3718 rtllib_MgntDisconnect(struct rtllib_device *rtllib, u8 asRsn) argument
[all...]
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.h52 #include "../rtllib.h"
565 struct rtllib_device *rtllib; member in struct:r8192_priv

Completed in 95 milliseconds