Searched refs:setup_flag (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/mon/ |
| H A D | mon_text.c | 71 char setup_flag; member 250 ep->setup_flag = mon_text_get_setup(ep, urb, ev_type, rp->r.m_bus); in mon_text_event() 293 ep->setup_flag = '-'; in mon_text_error() 551 if (ep->setup_flag == 0) { /* Setup packet is present and captured */ in mon_text_read_statset() 559 } else if (ep->setup_flag != '-') { /* Unable to capture setup packet */ in mon_text_read_statset() 561 " %c __ __ ____ ____ ____", ep->setup_flag); in mon_text_read_statset()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_sta_cfg80211.c | 7398 t_u16 setup_flag = 0; in woal_construct_tdls_data_frame() local 7430 setup_flag = TDLS_IE_FLAGS_EXTCAP | TDLS_IE_FLAGS_HTCAP | in woal_construct_tdls_data_frame() 7435 setup_flag |= (TDLS_IE_FLAGS_VHTCAP | TDLS_IE_FLAGS_AID); in woal_construct_tdls_data_frame() 7439 setup_flag |= (TDLS_IE_FLAGS_VHTCAP | TDLS_IE_FLAGS_AID | in woal_construct_tdls_data_frame() 7444 setup_flag |= TDLS_IE_FLAGS_HECAP; in woal_construct_tdls_data_frame() 7449 setup_flag |= TDLS_IE_FLAGS_SETUP; in woal_construct_tdls_data_frame() 7450 if (woal_tdls_get_ies(priv, peer, tdls_ies, setup_flag)) { in woal_construct_tdls_data_frame() 7465 if (woal_tdls_get_ies(priv, peer, tdls_ies, setup_flag)) { in woal_construct_tdls_data_frame()
|