Home
last modified time | relevance | path

Searched refs:BSS_ADHOC (Results 1 – 22 of 22) sorted by relevance

/drivers/staging/rt2860/sta/
Dconnect.c804 if ((pAd->MlmeAux.SsidBssTab.BssNr==0) && (pAd->StaCfg.BssType == BSS_ADHOC)) in CntlWaitDisassocProc()
842 if (pAd->MlmeAux.BssType == BSS_ADHOC) in CntlWaitJoinProc()
857 LinkUp(pAd, BSS_ADHOC); in CntlWaitJoinProc()
964 LinkUp(pAd, BSS_ADHOC); in CntlWaitStartProc()
1287 if (BssType == BSS_ADHOC) in LinkUp()
1473 if (BssType == BSS_ADHOC) in LinkUp()
2356 else if (pAd->StaCfg.BssType == BSS_ADHOC) in IterateOnBssTab()
Dsync.c523 pAd->MlmeAux.BssType = BSS_ADHOC; in MlmeStartReqAction()
814 …if ((BssType == BSS_ADHOC) && (pAd->CommonCfg.PhyMode == PHY_11G) && ((SupRateLen+ExtRateLen)< 12)) in PeerBeaconAtJoinAction()
Daironet.c1297 if (pBss->BssType == BSS_ADHOC) in AironetCreateBeaconReportFromBssTable()
/drivers/staging/rt2870/sta/
Dconnect.c841 if ((pAd->MlmeAux.SsidBssTab.BssNr==0) && (pAd->StaCfg.BssType == BSS_ADHOC)) in CntlWaitDisassocProc()
879 if (pAd->MlmeAux.BssType == BSS_ADHOC) in CntlWaitJoinProc()
894 LinkUp(pAd, BSS_ADHOC); in CntlWaitJoinProc()
1001 LinkUp(pAd, BSS_ADHOC); in CntlWaitStartProc()
1341 if (BssType == BSS_ADHOC) in LinkUp()
1523 if (BssType == BSS_ADHOC) in LinkUp()
2391 else if (pAd->StaCfg.BssType == BSS_ADHOC) in IterateOnBssTab()
Dsync.c472 pAd->MlmeAux.BssType = BSS_ADHOC; in MlmeStartReqAction()
765 …if ((BssType == BSS_ADHOC) && (pAd->CommonCfg.PhyMode == PHY_11G) && ((SupRateLen+ExtRateLen)< 12)) in PeerBeaconAtJoinAction()
Daironet.c1297 if (pBss->BssType == BSS_ADHOC) in AironetCreateBeaconReportFromBssTable()
/drivers/staging/rt2860/common/
Dcmm_sanity.c366 *pBssType = BSS_ADHOC; in PeerBeaconAndProbeRspSanity()
856 if ((*pBssType == BSS_INFRA || *pBssType == BSS_ADHOC || *pBssType == BSS_ANY) in MlmeScanReqSanity()
Dcmm_info.c384 if (pAd->StaCfg.BssType == BSS_ADHOC) in Set_WirelessMode_Proc()
1981 if (pAdapter->ScanTab.BssEntry[i].BssType == BSS_ADHOC) in RTMPIoctlGetSiteSurvey()
3266 case BSS_ADHOC: in Show_NetworkType_Proc()
Dmlme.c1302 else if (pAd->StaCfg.BssType == BSS_ADHOC) // Quit the forever scan when in a very clean room in STAMlmePeriodicExec()
2965 if ((pAd->StaCfg.BssType == BSS_ADHOC) && in MlmeUpdateTxRates()
4457 if (pBss->BssType == BSS_ADHOC) in BssCipherParse()
4580 if (pBss->BssType == BSS_ADHOC) in BssCipherParse()
7066 if (pAd->StaCfg.BssType == BSS_ADHOC) in AsicSetSlotTime()
Dcmm_data.c2649 (pAd->StaCfg.BssType == BSS_ADHOC)) in MacTableInsertEntry()
/drivers/staging/rt2870/common/
Dcmm_sanity.c377 *pBssType = BSS_ADHOC; in PeerBeaconAndProbeRspSanity()
886 if ((*pBssType == BSS_INFRA || *pBssType == BSS_ADHOC || *pBssType == BSS_ANY) in MlmeScanReqSanity()
Dcmm_info.c384 if (pAd->StaCfg.BssType == BSS_ADHOC) in Set_WirelessMode_Proc()
2268 if (pAdapter->ScanTab.BssEntry[i].BssType == BSS_ADHOC) in RTMPIoctlGetSiteSurvey()
3561 case BSS_ADHOC: in Show_NetworkType_Proc()
Dmlme.c1247 else if (pAd->StaCfg.BssType == BSS_ADHOC) // Quit the forever scan when in a very clean room in STAMlmePeriodicExec()
2935 if ((pAd->StaCfg.BssType == BSS_ADHOC) && in MlmeUpdateTxRates()
4457 if (pBss->BssType == BSS_ADHOC) in BssCipherParse()
4582 if (pBss->BssType == BSS_ADHOC) in BssCipherParse()
7122 if (pAd->StaCfg.BssType == BSS_ADHOC) in AsicSetSlotTime()
Drtusb_io.c1801 if (pAd->StaCfg.BssType == BSS_ADHOC ) in CMDHandler()
/drivers/staging/rt2860/
Drtmp_def.h459 #define BSS_ADHOC 0 // = Ndis802_11IBSS macro
Dsta_ioctl.c2287 if (pAdapter->StaCfg.BssType == BSS_ADHOC) in rt_ioctl_siwauth()
3478 if (pAdapter->StaCfg.BssType == BSS_ADHOC) in RTMPSetInformation()
4944 if (pAdapter->StaCfg.BssType == BSS_ADHOC) in RTMPQueryInformation()
5747 if (pAdapter->StaCfg.BssType != BSS_ADHOC) in Set_NetworkType_Proc()
5774 pAdapter->StaCfg.BssType = BSS_ADHOC; in Set_NetworkType_Proc()
6410 if(pAdapter->StaCfg.BssType == BSS_ADHOC && in Set_WPAPSK_Proc()
Drt_profile.c1041 pAd->StaCfg.BssType = BSS_ADHOC; in RTMPReadParametersHook()
/drivers/staging/rt2870/
Drtmp_def.h472 #define BSS_ADHOC 0 // = Ndis802_11IBSS macro
Dsta_ioctl.c2311 if (pAdapter->StaCfg.BssType == BSS_ADHOC) in rt_ioctl_siwauth()
3534 if (pAdapter->StaCfg.BssType == BSS_ADHOC) in RTMPSetInformation()
5025 if (pAdapter->StaCfg.BssType == BSS_ADHOC) in RTMPQueryInformation()
5824 if (pAdapter->StaCfg.BssType != BSS_ADHOC) in Set_NetworkType_Proc()
5851 pAdapter->StaCfg.BssType = BSS_ADHOC; in Set_NetworkType_Proc()
6487 if(pAdapter->StaCfg.BssType == BSS_ADHOC && in Set_WPAPSK_Proc()
Drt_profile.c1041 pAd->StaCfg.BssType = BSS_ADHOC; in RTMPReadParametersHook()
Dtmp602311 if (pAdapter->StaCfg.BssType == BSS_ADHOC)
3519 if (pAdapter->StaCfg.BssType == BSS_ADHOC)
4994 if (pAdapter->StaCfg.BssType == BSS_ADHOC)
5793 if (pAdapter->StaCfg.BssType != BSS_ADHOC)
5820 pAdapter->StaCfg.BssType = BSS_ADHOC;
6456 if(pAdapter->StaCfg.BssType == BSS_ADHOC &&
Dtmp612311 if (pAdapter->StaCfg.BssType == BSS_ADHOC)
3519 if (pAdapter->StaCfg.BssType == BSS_ADHOC)
4994 if (pAdapter->StaCfg.BssType == BSS_ADHOC)
5793 if (pAdapter->StaCfg.BssType != BSS_ADHOC)
5820 pAdapter->StaCfg.BssType = BSS_ADHOC;
6456 if(pAdapter->StaCfg.BssType == BSS_ADHOC &&