Home
last modified time | relevance | path

Searched refs:twt_notify_cb (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_internal.h217 void (*twt_notify_cb)(struct wlan_objmgr_psoc *psoc, typedef
254 void (*twt_notify_cb)(struct wlan_objmgr_psoc *psoc, member
474 twt_notify_cb twt_notify_cb; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c2564 twt_notify_cb callback; in sme_process_twt_notify_event()
2567 callback = mac->sme.twt_notify_cb; in sme_process_twt_notify_event()
13724 mac->sme.twt_notify_cb = NULL; in sme_clear_twt_complete_cb()
13749 mac->sme.twt_notify_cb = twt_cb->twt_notify_cb; in sme_register_twt_callbacks()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_twt.c4927 twt_cb.twt_notify_cb = hdd_twt_notify_cb; in wlan_hdd_twt_init()