Searched refs:rt_add_ht_info_ie (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dsanity.c89 BOOLEAN PeerAssocRspSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned long MsgLen, u8 *pAddr2, u16 * pCapabilityInfo, u16 * pStatus, u16 * pAid, u8 SupRate[], u8 * pSupRateLen, u8 ExtRate[], u8 * pExtRateLen, struct rt_ht_capability_ie * pHtCapability, struct rt_add_ht_info_ie * pAddHtInfo, /* AP might use this additional ht info IE */
174 if (pEid->Len >= sizeof(struct rt_add_ht_info_ie)) {
176 /* copy first sizeof(struct rt_add_ht_info_ie) */
178 sizeof(struct rt_add_ht_info_ie));
H A Dsync.c576 struct rt_add_ht_info_ie AddHtInfo; /* AP might use this additional ht info IE */
588 RTMPZeroMemory(&AddHtInfo, sizeof(struct rt_add_ht_info_ie));
696 struct rt_add_ht_info_ie AddHtInfo; /* AP might use this additional ht info IE */
707 RTMPZeroMemory(&AddHtInfo, sizeof(struct rt_add_ht_info_ie));
1069 struct rt_add_ht_info_ie AddHtInfo; /* AP might use this additional ht info IE */
1082 RTMPZeroMemory(&AddHtInfo, sizeof(struct rt_add_ht_info_ie));
1816 (struct rt_add_ht_info_ie),
H A Dassoc.c848 struct rt_add_ht_info_ie AddHtInfo; /* AP might use this additional ht info IE */
939 struct rt_add_ht_info_ie AddHtInfo; /* AP might use this additional ht info IE */
997 void AssocPostProc(struct rt_rtmp_adapter *pAd, u8 *pAddr2, u16 CapabilityInfo, u16 Aid, u8 SupRate[], u8 SupRateLen, u8 ExtRate[], u8 ExtRateLen, struct rt_edca_parm *pEdcaParm, struct rt_ht_capability_ie * pHtCapability, u8 HtCapabilityLen, struct rt_add_ht_info_ie * pAddHtInfo) /* AP might use this additional ht info IE */
1342 struct rt_add_ht_info_ie * pAddHtInfo,
H A Dconnect.c862 sizeof(struct rt_add_ht_info_ie));
2000 NdisZeroMemory(&pAd->MlmeAux.AddHtInfo, sizeof(struct rt_add_ht_info_ie));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_sanity.c243 BOOLEAN PeerBeaconAndProbeRspSanity(struct rt_rtmp_adapter *pAd, void * Msg, unsigned long MsgLen, u8 MsgChannel, u8 *pAddr2, u8 *pBssid, char Ssid[], u8 * pSsidLen, u8 * pBssType, u16 * pBeaconPeriod, u8 * pChannel, u8 * pNewChannel, OUT LARGE_INTEGER * pTimestamp, struct rt_cf_parm * pCfParm, u16 * pAtimWin, u16 * pCapabilityInfo, u8 * pErp, u8 * pDtimCount, u8 * pDtimPeriod, u8 * pBcastFlag, u8 * pMessageToMe, u8 SupRate[], u8 * pSupRateLen, u8 ExtRate[], u8 * pExtRateLen, u8 * pCkipFlag, u8 * pAironetCellPowerLimit, struct rt_edca_parm *pEdcaParm, struct rt_qbss_load_parm *pQbssLoad, struct rt_qos_capability_parm *pQosCapability, unsigned long * pRalinkIe, u8 * pHtCapabilityLen, u8 * pPreNHtCapabilityLen, struct rt_ht_capability_ie * pHtCapability, u8 * AddHtInfoLen, struct rt_add_ht_info_ie * AddHtInfo, u8 * NewExtChannelOffset, /* Ht extension channel offset(above or below) */
404 if (pEid->Len >= sizeof(struct rt_add_ht_info_ie)) {
406 /* copy first sizeof(struct rt_add_ht_info_ie) */
408 sizeof(struct rt_add_ht_info_ie));
526 NdisMoveMemory(AddHtInfo, &pEid->Octet[4], sizeof(struct rt_add_ht_info_ie));
563 sizeof(struct rt_add_ht_info_ie));
H A Dcmm_info.c761 struct rt_add_ht_info_ie * pAddHtInfo)
764 RTMPZeroMemory(pAddHtInfo, sizeof(struct rt_add_ht_info_ie));
H A Dmlme.c3655 void BssEntrySet(struct rt_rtmp_adapter *pAd, struct rt_bss_entry *pBss, u8 *pBssid, char Ssid[], u8 SsidLen, u8 BssType, u16 BeaconPeriod, struct rt_cf_parm * pCfParm, u16 AtimWin, u16 CapabilityInfo, u8 SupRate[], u8 SupRateLen, u8 ExtRate[], u8 ExtRateLen, struct rt_ht_capability_ie * pHtCapability, struct rt_add_ht_info_ie * pAddHtInfo, /* AP might use this additional ht info IE */
3840 unsigned long BssTableSetEntry(struct rt_rtmp_adapter *pAd, struct rt_bss_table *Tab, u8 *pBssid, char Ssid[], u8 SsidLen, u8 BssType, u16 BeaconPeriod, struct rt_cf_parm * CfParm, u16 AtimWin, u16 CapabilityInfo, u8 SupRate[], u8 SupRateLen, u8 ExtRate[], u8 ExtRateLen, struct rt_ht_capability_ie * pHtCapability, struct rt_add_ht_info_ie * pAddHtInfo, /* AP might use this additional ht info IE */
5326 struct rt_add_ht_info_ie * pAddHtInfo)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dmlme.h442 struct PACKED rt_add_ht_info_ie { struct
771 struct rt_add_ht_info_ie AddHtInfo; /* AP might use this additional ht info IE */
890 struct rt_add_ht_info_ie AddHtInfo; /* AP might use this additional ht info IE */
H A Drtmp.h1273 struct rt_add_ht_info_ie AddHTInfo; /* Useful as AP. */
2737 void BssEntrySet(struct rt_rtmp_adapter *pAd, struct rt_bss_entry *pBss, u8 *pBssid, char Ssid[], u8 SsidLen, u8 BssType, u16 BeaconPeriod, struct rt_cf_parm * CfParm, u16 AtimWin, u16 CapabilityInfo, u8 SupRate[], u8 SupRateLen, u8 ExtRate[], u8 ExtRateLen, struct rt_ht_capability_ie * pHtCapability, struct rt_add_ht_info_ie * pAddHtInfo, /* AP might use this additional ht info IE */
2750 unsigned long BssTableSetEntry(struct rt_rtmp_adapter *pAd, struct rt_bss_table *pTab, u8 *pBssid, char Ssid[], u8 SsidLen, u8 BssType, u16 BeaconPeriod, struct rt_cf_parm * CfParm, u16 AtimWin, u16 CapabilityInfo, u8 SupRate[], u8 SupRateLen, u8 ExtRate[], u8 ExtRateLen, struct rt_ht_capability_ie * pHtCapability, struct rt_add_ht_info_ie * pAddHtInfo, /* AP might use this additional ht info IE */
2884 u8 HtCapabilityLen, struct rt_add_ht_info_ie *pAddHtInfo);
3083 struct rt_add_ht_info_ie *AddHtInfo,
3124 BOOLEAN PeerAssocRspSanity(struct rt_rtmp_adapter *pAd, void *pMsg, unsigned long MsgLen, u8 *pAddr2, u16 *pCapabilityInfo, u16 *pStatus, u16 *pAid, u8 SupRate[], u8 *pSupRateLen, u8 ExtRate[], u8 *pExtRateLen, struct rt_ht_capability_ie *pHtCapability, struct rt_add_ht_info_ie *pAddHtInfo, /* AP might use this additional ht info IE */
3231 struct rt_add_ht_info_ie *pAddHtInfo);
3392 struct rt_add_ht_info_ie *pAddHtInfo);
4230 struct rt_add_ht_info_ie *pAddHtInfo,

Completed in 126 milliseconds