Searched refs:no_seq_check (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/wlan/cld80211-lib/ |
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()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
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()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
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()
|