Home
last modified time | relevance | path

Searched refs:mlmDeauthInd (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_deauth_frame.c377 tLimMlmDeauthInd mlmDeauthInd; in lim_perform_deauth() local
417 qdf_mem_copy((uint8_t *) &mlmDeauthInd.peerMacAddr, in lim_perform_deauth()
419 mlmDeauthInd.reasonCode = rc; in lim_perform_deauth()
429 (uint32_t *) &mlmDeauthInd); in lim_perform_deauth()
586 qdf_mem_copy((uint8_t *) &mlmDeauthInd.peerMacAddr, in lim_perform_deauth()
588 mlmDeauthInd.reasonCode = in lim_perform_deauth()
590 mlmDeauthInd.deauthTrigger = eLIM_PEER_ENTITY_DEAUTH; in lim_perform_deauth()
642 (uint32_t *) &mlmDeauthInd); in lim_perform_deauth()
Dlim_link_monitoring_algo.c380 tLimMlmDeauthInd mlmDeauthInd; in lim_tear_down_link_with_ap() local
432 qdf_mem_copy((uint8_t *) &mlmDeauthInd.peerMacAddr, in lim_tear_down_link_with_ap()
458 mlmDeauthInd.reasonCode = in lim_tear_down_link_with_ap()
460 mlmDeauthInd.deauthTrigger = in lim_tear_down_link_with_ap()
468 (uint32_t *)&mlmDeauthInd); in lim_tear_down_link_with_ap()