Searched refs:roamingEventType (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | apConn.c | 97 #define UPDATE_SEND_DEAUTH_PACKET_FLAG(roamingEventType) \ argument 98 if ((roamingEventType >= ROAMING_TRIGGER_MAX_TX_RETRIES) && \ 99 (roamingEventType != ROAMING_TRIGGER_SECURITY_ATTACK)) \ 1199 apConn_roamingTrigger_e roamingEventType, in apConn_reportRoamingEvent() argument 1208 …, type=%d, cur_state=%d, roamingEnabled=%d, roamEventCallb=%p \n", roamingEventType, pAPConnectio… in apConn_reportRoamingEvent() 1210 pAPConnection->assocRoamingTrigger = roamingEventType; in apConn_reportRoamingEvent() 1213 if (roamingEventType == ROAMING_TRIGGER_AP_DISCONNECT) in apConn_reportRoamingEvent() 1252 …if (((pAPConnection->isConsTxFailureMaskedOut) && (roamingEventType == ROAMING_TRIGGER_MAX_TX_RETR… in apConn_reportRoamingEvent() 1253 …((pAPConnection->isRssiTriggerMaskedOut) && (roamingEventType == ROAMING_TRIGGER_LOW_QUALITY)) || in apConn_reportRoamingEvent() 1254 … ((pAPConnection->isSnrTriggerMaskedOut) && (roamingEventType == ROAMING_TRIGGER_LOW_SNR)) || in apConn_reportRoamingEvent() [all …]
|
D | apConn.h | 96 apConn_roamingTrigger_e roamingEventType,
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | currBss.c | 118 …BSS_reportRoamingEvent(currBSS_t *hCurrBSS, apConn_roamingTrigger_e roamingEventType, roamingEvent… 1082 apConn_roamingTrigger_e roamingEventType, in currBSS_reportRoamingEvent() argument 1085 …Report, REPORT_SEVERITY_INFORMATION, "currBSS_reportRoamingEvent: trigger %d\n", roamingEventType); in currBSS_reportRoamingEvent() 1091 apConn_reportRoamingEvent(pCurrBSS->hAPConn, roamingEventType, pRoamingEventData); in currBSS_reportRoamingEvent() 1095 if( roamingEventType == ROAMING_TRIGGER_BSS_LOSS ) in currBSS_reportRoamingEvent()
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
D | roamingMngr.c | 637 apConn_roamingTrigger_e roamingEventType,
|