Home
last modified time | relevance | path

Searched refs:action_code (Results 1 – 25 of 41) sorted by relevance

12

/linux/net/mac80211/ !
H A Dtdls.c367 u8 action_code, bool initiator, in ieee80211_tdls_add_setup_start_ies() argument
410 action_code != WLAN_PUB_ACTION_TDLS_DISCOVER_RES) in ieee80211_tdls_add_setup_start_ies()
436 if (action_code == WLAN_TDLS_SETUP_RESPONSE) { in ieee80211_tdls_add_setup_start_ies()
453 if ((action_code == WLAN_TDLS_SETUP_REQUEST || in ieee80211_tdls_add_setup_start_ies()
454 action_code == WLAN_PUB_ACTION_TDLS_DISCOVER_RES) && in ieee80211_tdls_add_setup_start_ies()
464 } else if (action_code == WLAN_TDLS_SETUP_RESPONSE && in ieee80211_tdls_add_setup_start_ies()
507 (action_code == WLAN_TDLS_SETUP_REQUEST || in ieee80211_tdls_add_setup_start_ies()
508 action_code == WLAN_TDLS_SETUP_RESPONSE)) in ieee80211_tdls_add_setup_start_ies()
512 if ((action_code == WLAN_TDLS_SETUP_REQUEST || in ieee80211_tdls_add_setup_start_ies()
513 action_code == WLAN_PUB_ACTION_TDLS_DISCOVER_RES) && in ieee80211_tdls_add_setup_start_ies()
[all …]
H A Ds1g.c30 return mgmt->u.action.u.s1g.action_code == WLAN_S1G_TWT_SETUP; in ieee80211_s1g_is_twt_setup()
55 mgmt->u.action.u.s1g.action_code = WLAN_S1G_TWT_SETUP; in ieee80211_s1g_send_twt_setup()
87 mgmt->u.action.u.s1g.action_code = WLAN_S1G_TWT_TEARDOWN; in ieee80211_s1g_send_twt_teardown()
163 switch (mgmt->u.action.u.s1g.action_code) { in ieee80211_s1g_rx_twt_action()
188 switch (mgmt->u.action.u.s1g.action_code) { in ieee80211_s1g_status_twt_action()
H A Drx.c271 u8 action_code; in ieee80211_handle_mu_mimo_mon() member
294 if (action.action_code != WLAN_VHT_ACTION_GROUPID_MGMT) in ieee80211_handle_mu_mimo_mon()
3309 (tf->action_code == WLAN_TDLS_CHANNEL_SWITCH_REQUEST || in ieee80211_rx_h_data()
3310 tf->action_code == WLAN_TDLS_CHANNEL_SWITCH_RESPONSE)) { in ieee80211_rx_h_data()
3568 switch (mgmt->u.action.u.s1g.action_code) { in ieee80211_process_rx_twt_action()
3710 if (mgmt->u.action.u.ext_chan_switch.action_code != in ieee80211_rx_h_action()
3729 switch (mgmt->u.action.u.vht_opmode_notif.action_code) { in ieee80211_rx_h_action()
3757 switch (mgmt->u.action.u.addba_req.action_code) { in ieee80211_rx_h_action()
3783 switch (mgmt->u.action.u.measurement.action_code) { in ieee80211_rx_h_action()
3826 sizeof(mgmt->u.action.u.self_prot.action_code))) in ieee80211_rx_h_action()
[all …]
H A Diface.c1582 switch (mgmt->u.action.u.addba_req.action_code) { in ieee80211_iface_process_skb()
1631 switch (mgmt->u.action.u.vht_group_notif.action_code) { in ieee80211_iface_process_skb()
1661 switch (mgmt->u.action.u.s1g.action_code) { in ieee80211_iface_process_skb()
1672 switch (mgmt->u.action.u.eml_omn.action_code) { in ieee80211_iface_process_skb()
1680 switch (mgmt->u.action.u.ttlm_req.action_code) { in ieee80211_iface_process_skb()
1768 switch (mgmt->u.action.u.s1g.action_code) { in ieee80211_iface_process_status()
H A Dmesh_plink.c263 mgmt->u.action.u.self_prot.action_code = action; in mesh_plink_frame_tx()
1144 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()
1243 if (mgmt->u.action.u.self_prot.action_code == in mesh_rx_plink_frame()
H A Deht.c130 mgmt->u.action.u.eml_omn.action_code = in ieee80211_send_eml_op_mode_notif()
H A Dspectmgmt.c427 msr_report->u.action.u.measurement.action_code = in ieee80211_send_refuse_measurement_request()
H A Dmesh.c22 return (mgmt->u.action.u.mesh_action.action_code == in mesh_action_is_path_sel()
1624 if (mgmt->u.action.u.measurement.action_code != in mesh_rx_csa_frame()
1676 switch (mgmt->u.action.u.self_prot.action_code) { in ieee80211_mesh_rx_mgmt_action()
H A Dagg-rx.c256 mgmt->u.action.u.addba_resp.action_code = WLAN_ACTION_ADDBA_RESP; in ieee80211_send_addba_resp()
H A Dmesh_hwmp.c130 mgmt->u.action.u.mesh_action.action_code = in mesh_path_sel_frame_tx()
268 mgmt->u.action.u.mesh_action.action_code = in mesh_path_error_tx()
H A Dht.c475 mgmt->u.action.u.delba.action_code = WLAN_ACTION_DELBA; in ieee80211_send_delba()
H A Dtrace.h2341 __field(u8, action_code)
2357 __entry->action_code = params->action_code;
2368 LOCAL_PR_ARG, VIF_PR_ARG, __entry->action_code, __entry->status,
/linux/include/linux/ !
H A Dieee80211.h1051 u8 action_code; member
1057 u8 action_code; member
1061 u8 action_code; member
1066 u8 action_code; member
1073 u8 action_code; member
1082 u8 action_code; member
1091 u8 action_code; member
1096 u8 action_code; member
1100 u8 action_code; member
1112 u8 action_code; member
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/ !
H A Dtdls.c465 const u8 *peer, u8 action_code, in mwifiex_prep_tdls_encap_data() argument
483 switch (action_code) { in mwifiex_prep_tdls_encap_data()
486 tf->action_code = WLAN_TDLS_SETUP_REQUEST; in mwifiex_prep_tdls_encap_data()
525 tf->action_code = WLAN_TDLS_SETUP_RESPONSE; in mwifiex_prep_tdls_encap_data()
565 tf->action_code = WLAN_TDLS_SETUP_CONFIRM; in mwifiex_prep_tdls_encap_data()
593 tf->action_code = WLAN_TDLS_TEARDOWN; in mwifiex_prep_tdls_encap_data()
600 tf->action_code = WLAN_TDLS_DISCOVERY_REQUEST; in mwifiex_prep_tdls_encap_data()
629 u8 action_code, u8 dialog_token, in mwifiex_send_tdls_data_frame() argument
668 switch (action_code) { in mwifiex_send_tdls_data_frame()
673 ret = mwifiex_prep_tdls_encap_data(priv, peer, action_code, in mwifiex_send_tdls_data_frame()
[all …]
H A Dutil.c313 u8 category, action_code, *addr2; in mwifiex_parse_mgmt_packet() local
323 action_code = *(payload + sizeof(struct ieee80211_hdr) in mwifiex_parse_mgmt_packet()
325 if (action_code == WLAN_PUB_ACTION_TDLS_DISCOVER_RES) { in mwifiex_parse_mgmt_packet()
H A Dcfg80211.c3787 const u8 *peer, int link_id, u8 action_code, in mwifiex_cfg80211_tdls_mgmt() argument
3802 switch (action_code) { in mwifiex_cfg80211_tdls_mgmt()
3808 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3817 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3825 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3832 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3839 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3846 ret = mwifiex_send_tdls_action_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
H A Dmain.h1600 u8 action_code, u8 dialog_token,
1604 u8 action_code, u8 dialog_token,
/linux/arch/powerpc/platforms/pseries/ !
H A Dras.c235 char action_code; in rtas_parse_epow_errlog() local
243 action_code = epow_log->sensor_value & 0xF; /* bottom 4 bits */ in rtas_parse_epow_errlog()
246 switch (action_code) { in rtas_parse_epow_errlog()
284 action_code); in rtas_parse_epow_errlog()
288 if (action_code != EPOW_RESET) in rtas_parse_epow_errlog()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ !
H A Dtdls.c617 params->action_code == WLAN_TDLS_CHANNEL_SWITCH_REQUEST ? in iwl_mvm_tdls_recv_channel_switch()
630 if (params->action_code == WLAN_TDLS_CHANNEL_SWITCH_RESPONSE && in iwl_mvm_tdls_recv_channel_switch()
647 type = (params->action_code == WLAN_TDLS_CHANNEL_SWITCH_REQUEST) ? in iwl_mvm_tdls_recv_channel_switch()
/linux/drivers/net/wireless/silabs/wfx/ !
H A Ddata_rx.c24 switch (mgmt->u.action.u.addba_req.action_code) { in wfx_rx_handle_ba()
/linux/drivers/net/ethernet/mellanox/mlxsw/ !
H A Dcore_acl_flex_actions.c1024 u8 action_code, u8 action_size, in mlxsw_afa_block_append_action_ext() argument
1062 mlxsw_afa_all_action_type_set(oneact, action_code); in mlxsw_afa_block_append_action_ext()
1067 u8 action_code, u8 action_size) in mlxsw_afa_block_append_action() argument
1069 return mlxsw_afa_block_append_action_ext(block, action_code, in mlxsw_afa_block_append_action()
1253 u8 action_code, u8 action_size) in mlxsw_afa_block_append_action_trap() argument
1255 return mlxsw_afa_block_append_action_ext(block, action_code, in mlxsw_afa_block_append_action_trap()
/linux/drivers/s390/scsi/ !
H A Dzfcp_fsf.h228 u8 action_code; member
/linux/net/wireless/ !
H A Drdev-ops.h923 int link_id, u8 action_code, in rdev_tdls_mgmt() argument
929 trace_rdev_tdls_mgmt(&rdev->wiphy, dev, peer, link_id, action_code, in rdev_tdls_mgmt()
933 action_code, dialog_token, status_code, in rdev_tdls_mgmt()
H A Dtrace.h1973 u8 *peer, int link_id, u8 action_code, u8 dialog_token,
1976 TP_ARGS(wiphy, netdev, peer, link_id, action_code, dialog_token,
1983 __field(u8, action_code)
1995 __entry->action_code = action_code;
2007 __entry->link_id, __entry->action_code, __entry->dialog_token,
/linux/drivers/net/wireless/ath/ath12k/wifi7/ !
H A Dhw.c107 if (mgmt->u.action.u.addba_resp.action_code != WLAN_ACTION_ADDBA_RESP) in ath12k_is_addba_resp_action_code()

12