Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h240 u8 action_code; member
246 u8 action_code; member
253 u8 action_code; member
260 u8 action_code; member
265 u8 action_code; member
278 u8 action_code; member
/drivers/net/wireless/mwifiex/
Dtdls.c435 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()
[all …]
Dutil.c336 u8 category, action_code, *addr2; in mwifiex_parse_mgmt_packet() local
346 action_code = *(payload + sizeof(struct ieee80211_hdr) in mwifiex_parse_mgmt_packet()
348 if (action_code == WLAN_PUB_ACTION_TDLS_DISCOVER_RES) { in mwifiex_parse_mgmt_packet()
Dcfg80211.c3307 const u8 *peer, u8 action_code, u8 dialog_token, in mwifiex_cfg80211_tdls_mgmt() argument
3322 switch (action_code) { in mwifiex_cfg80211_tdls_mgmt()
3328 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3337 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3345 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3352 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3359 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
3366 ret = mwifiex_send_tdls_action_frame(priv, peer, action_code, in mwifiex_cfg80211_tdls_mgmt()
Dmain.h1496 u8 action_code, u8 dialog_token,
1500 u8 action_code, u8 dialog_token,
/drivers/net/wireless/iwlwifi/mvm/
Dtdls.c684 params->action_code == WLAN_TDLS_CHANNEL_SWITCH_REQUEST ? in iwl_mvm_tdls_recv_channel_switch()
697 if (params->action_code == WLAN_TDLS_CHANNEL_SWITCH_RESPONSE && in iwl_mvm_tdls_recv_channel_switch()
714 type = (params->action_code == WLAN_TDLS_CHANNEL_SWITCH_REQUEST) ? in iwl_mvm_tdls_recv_channel_switch()
/drivers/s390/scsi/
Dzfcp_fsf.h205 u8 action_code; member
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c2043 action = mgmt->u.action.u.wme_action.action_code; in OnAction23a_back23a()
3734 mgmt->u.action.u.chan_switch.action_code = WLAN_ACTION_SPCT_CHL_SWITCH; in issue_action_spct_ch_switch23a()
3802 mgmt->u.action.u.addba_req.action_code = action; in issue_action_BA23a()
3862 mgmt->u.action.u.addba_resp.action_code = action; in issue_action_BA23a()
3909 mgmt->u.action.u.delba.action_code = action; in issue_action_BA23a()
/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2523 action = mgmt->u.action.u.wme_action.action_code; in rtw_cfg80211_monitor_if_xmit_entry()
3056 action = hdr->u.action.u.wme_action.action_code; in cfg80211_rtw_mgmt_tx()
/drivers/net/wireless/realtek/rtlwifi/
Dbase.c1928 action_frame->u.action.u.delba.action_code = WLAN_ACTION_DELBA; in rtl_make_del_ba()
/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.c4707 switch (mgmt->u.action.u.addba_resp.action_code) { in rtl8xxxu_dump_action()
4732 mgmt->u.action.u.addba_resp.action_code); in rtl8xxxu_dump_action()
/drivers/net/wireless/
Dmwl8k.c1965 mgmt->u.action.u.addba_req.action_code == WLAN_ACTION_ADDBA_REQ && in mwl8k_txq_xmit()