Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmevent.h1343 #define WL_TWT_NOTIFY_LEN sizeof(wl_twt_notify_t)
1344 #define WL_TWT_NOTIFY_HDR_LEN (SIZE_OF(wl_twt_notify_t, version) + SIZE_OF(wl_twt_notify_t, length))
1356 } wl_twt_notify_t; typedef
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvendor.c9747 const wl_twt_notify_t *notif_cplt = (wl_twt_notify_t *)event_data; in wl_cfgvendor_twt_update_notify_response()