Lines Matching refs:action_code
435 const u8 *peer, u8 action_code, in mwifiex_prep_tdls_encap_data() argument
453 switch (action_code) { in mwifiex_prep_tdls_encap_data()
456 tf->action_code = WLAN_TDLS_SETUP_REQUEST; in mwifiex_prep_tdls_encap_data()
493 tf->action_code = WLAN_TDLS_SETUP_RESPONSE; in mwifiex_prep_tdls_encap_data()
531 tf->action_code = WLAN_TDLS_SETUP_CONFIRM; in mwifiex_prep_tdls_encap_data()
559 tf->action_code = WLAN_TDLS_TEARDOWN; in mwifiex_prep_tdls_encap_data()
566 tf->action_code = WLAN_TDLS_DISCOVERY_REQUEST; in mwifiex_prep_tdls_encap_data()
595 u8 action_code, u8 dialog_token, in mwifiex_send_tdls_data_frame() argument
631 switch (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()
650 ret = mwifiex_prep_tdls_encap_data(priv, peer, action_code, in mwifiex_send_tdls_data_frame()
665 switch (action_code) { in mwifiex_send_tdls_data_frame()
689 u8 action_code, u8 dialog_token, in mwifiex_construct_tdls_action_frame() argument
713 switch (action_code) { in mwifiex_construct_tdls_action_frame()
717 mgmt->u.action.u.tdls_discover_resp.action_code = in mwifiex_construct_tdls_action_frame()
767 u8 action_code, u8 dialog_token, in mwifiex_send_tdls_action_frame() argument
812 if (mwifiex_construct_tdls_action_frame(priv, peer, action_code, in mwifiex_send_tdls_action_frame()