Searched refs:no_seq_check (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/qcom/wlan/cld80211-lib/ |
H A D | cld80211_lib.c | 157 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() function 370 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in cld80211_send_recv_msg() 419 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in cld80211_recv()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | cpp_bindings.cpp | 606 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() function 634 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in requestResponse()
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | cpp_bindings.cpp | 580 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() function 608 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in requestResponse()
|
H A D | wifi_hal.cpp | 275 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() function 437 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in wifi_init_user_sock() 465 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in wifi_init_cld80211_sock_cb() 665 nl_cb_set(cb, NL_CB_SEQ_CHECK, NL_CB_CUSTOM, no_seq_check, NULL); in wifi_initialize()
|