Lines Matching refs:action_code
421 const u8 *peer, u8 action_code, in mwifiex_prep_tdls_encap_data() argument
439 switch (action_code) { in mwifiex_prep_tdls_encap_data()
442 tf->action_code = WLAN_TDLS_SETUP_REQUEST; in mwifiex_prep_tdls_encap_data()
479 tf->action_code = WLAN_TDLS_SETUP_RESPONSE; in mwifiex_prep_tdls_encap_data()
517 tf->action_code = WLAN_TDLS_SETUP_CONFIRM; in mwifiex_prep_tdls_encap_data()
545 tf->action_code = WLAN_TDLS_TEARDOWN; in mwifiex_prep_tdls_encap_data()
552 tf->action_code = WLAN_TDLS_DISCOVERY_REQUEST; in mwifiex_prep_tdls_encap_data()
581 u8 action_code, u8 dialog_token, in mwifiex_send_tdls_data_frame() argument
617 switch (action_code) { in mwifiex_send_tdls_data_frame()
622 ret = mwifiex_prep_tdls_encap_data(priv, peer, action_code, in mwifiex_send_tdls_data_frame()
636 ret = mwifiex_prep_tdls_encap_data(priv, peer, action_code, in mwifiex_send_tdls_data_frame()
651 switch (action_code) { in mwifiex_send_tdls_data_frame()
675 u8 action_code, u8 dialog_token, in mwifiex_construct_tdls_action_frame() argument
699 switch (action_code) { in mwifiex_construct_tdls_action_frame()
703 mgmt->u.action.u.tdls_discover_resp.action_code = in mwifiex_construct_tdls_action_frame()
753 u8 action_code, u8 dialog_token, in mwifiex_send_tdls_action_frame() argument
798 if (mwifiex_construct_tdls_action_frame(priv, peer, action_code, in mwifiex_send_tdls_action_frame()