|
@@ -27,7 +27,7 @@
|
|
|
*
|
|
|
* Functions:
|
|
|
* nsMgrObjectInitial - Initialize Management Objet data structure
|
|
|
- * vMgrObjectReset - Reset Management Objet data structure
|
|
|
+ * vMgrObjectReset - Reset Management Object data structure
|
|
|
* vMgrAssocBeginSta - Start associate function
|
|
|
* vMgrReAssocBeginSta - Start reassociate function
|
|
|
* vMgrDisassocBeginSta - Start disassociate function
|
|
@@ -2188,7 +2188,7 @@ if(ChannelExceedZoneType(pDevice,byCurrChannel)==TRUE)
|
|
|
// During dpc, already in spinlocked.
|
|
|
if (BSSbIsSTAInNodeDB(pDevice, sFrame.pHdr->sA3.abyAddr2, &uNodeIndex)) {
|
|
|
|
|
|
- // Update the STA, (Techically the Beacons of all the IBSS nodes
|
|
|
+ // Update the STA, (Technically the Beacons of all the IBSS nodes
|
|
|
// should be identical, but that's not happening in practice.
|
|
|
pMgmt->abyCurrSuppRates[1] = RATEuSetIE((PWLAN_IE_SUPP_RATES)sFrame.pSuppRates,
|
|
|
(PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
|
|
@@ -2722,7 +2722,7 @@ void vMgrJoinBSSBegin(void *hDeviceContext, PCMD_STATUS pStatus)
|
|
|
memcpy(pDevice->abyBSSID, pCurr->abyBSSID, WLAN_BSSID_LEN);
|
|
|
|
|
|
// Add current BSS to Candidate list
|
|
|
- // This should only works for WPA2 BSS, and WPA2 BSS check must be done before.
|
|
|
+ // This should only work for WPA2 BSS, and WPA2 BSS check must be done before.
|
|
|
if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) {
|
|
|
BOOL bResult = bAdd_PMKID_Candidate((void *) pDevice,
|
|
|
pMgmt->abyCurrBSSID,
|
|
@@ -3181,7 +3181,7 @@ s_vMgrFormatTIM(
|
|
|
*
|
|
|
*
|
|
|
* Return Value:
|
|
|
- * PTR to frame; or NULL on allocation failue
|
|
|
+ * PTR to frame; or NULL on allocation failure
|
|
|
*
|
|
|
-*/
|
|
|
|
|
@@ -3353,7 +3353,7 @@ s_MgrMakeBeacon(
|
|
|
*
|
|
|
*
|
|
|
* Return Value:
|
|
|
- * PTR to frame; or NULL on allocation failue
|
|
|
+ * PTR to frame; or NULL on allocation failure
|
|
|
*
|
|
|
-*/
|
|
|
|
|
@@ -3528,7 +3528,7 @@ s_MgrMakeAssocRequest(
|
|
|
memcpy( sFrame.pHdr->sA3.abyAddr2, pMgmt->abyMACAddr, WLAN_ADDR_LEN);
|
|
|
memcpy( sFrame.pHdr->sA3.abyAddr3, pMgmt->abyCurrBSSID, WLAN_BSSID_LEN);
|
|
|
|
|
|
- // Set the capibility and listen interval
|
|
|
+ // Set the capability and listen interval
|
|
|
*(sFrame.pwCapInfo) = cpu_to_le16(wCurrCapInfo);
|
|
|
*(sFrame.pwListenInterval) = cpu_to_le16(wListenInterval);
|
|
|
|
|
@@ -3749,7 +3749,7 @@ s_MgrMakeAssocRequest(
|
|
|
*
|
|
|
*
|
|
|
* Return Value:
|
|
|
- * A ptr to frame or NULL on allocation failue
|
|
|
+ * A ptr to frame or NULL on allocation failure
|
|
|
*
|
|
|
-*/
|
|
|
|
|
@@ -3792,7 +3792,7 @@ s_MgrMakeReAssocRequest(
|
|
|
memcpy( sFrame.pHdr->sA3.abyAddr2, pMgmt->abyMACAddr, WLAN_ADDR_LEN);
|
|
|
memcpy( sFrame.pHdr->sA3.abyAddr3, pMgmt->abyCurrBSSID, WLAN_BSSID_LEN);
|
|
|
|
|
|
- /* Set the capibility and listen interval */
|
|
|
+ /* Set the capability and listen interval */
|
|
|
*(sFrame.pwCapInfo) = cpu_to_le16(wCurrCapInfo);
|
|
|
*(sFrame.pwListenInterval) = cpu_to_le16(wListenInterval);
|
|
|
|
|
@@ -4004,7 +4004,7 @@ s_MgrMakeReAssocRequest(
|
|
|
*
|
|
|
*
|
|
|
* Return Value:
|
|
|
- * PTR to frame; or NULL on allocation failue
|
|
|
+ * PTR to frame; or NULL on allocation failure
|
|
|
*
|
|
|
-*/
|
|
|
|
|
@@ -4077,7 +4077,7 @@ s_MgrMakeAssocResponse(
|
|
|
*
|
|
|
*
|
|
|
* Return Value:
|
|
|
- * PTR to frame; or NULL on allocation failue
|
|
|
+ * PTR to frame; or NULL on allocation failure
|
|
|
*
|
|
|
-*/
|
|
|
|