Home | History | Annotate | Download | only in siteMgr

Lines Matching refs:MAX_RSN_IE

366 			while ((length < pSiteEntry->rsnIeLen) && (rsnIECount < MAX_RSN_IE))
378 ("siteMgr_selectSiteFromTable, RSN IE is too long: rsnIeLen=%d, MAX_RSN_IE=%d\n",
379 pSiteEntry->rsnIeLen, MAX_RSN_IE));
1382 && (rsnIECount < MAX_RSN_IE))
1394 ("siteMgr_selectSiteFromTable, RSN IE is too long: rsnIeLen=%d, MAX_RSN_IE=%d\n",
1395 pPrimarySite->rsnIeLen, MAX_RSN_IE));