Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/pseries/
Dras.c133 char action_code; in rtas_parse_epow_errlog() local
141 action_code = epow_log->sensor_value & 0xF; /* bottom 4 bits */ in rtas_parse_epow_errlog()
144 switch (action_code) { in rtas_parse_epow_errlog()
179 action_code); in rtas_parse_epow_errlog()
/linux-3.4.99/include/linux/
Dieee80211.h719 u8 action_code; member
725 u8 action_code; member
731 u8 action_code; member
738 u8 action_code; member
745 u8 action_code; member
752 u8 action_code; member
757 u8 action_code; member
761 u8 action_code; member
773 u8 action_code; member
844 u8 action_code; member
/linux-3.4.99/net/mac80211/
Dcfg.c2340 u8 *peer, u8 action_code, u8 dialog_token, in ieee80211_prep_tdls_encap_data() argument
2353 switch (action_code) { in ieee80211_prep_tdls_encap_data()
2356 tf->action_code = WLAN_TDLS_SETUP_REQUEST; in ieee80211_prep_tdls_encap_data()
2369 tf->action_code = WLAN_TDLS_SETUP_RESPONSE; in ieee80211_prep_tdls_encap_data()
2383 tf->action_code = WLAN_TDLS_SETUP_CONFIRM; in ieee80211_prep_tdls_encap_data()
2391 tf->action_code = WLAN_TDLS_TEARDOWN; in ieee80211_prep_tdls_encap_data()
2398 tf->action_code = WLAN_TDLS_DISCOVERY_REQUEST; in ieee80211_prep_tdls_encap_data()
2412 u8 *peer, u8 action_code, u8 dialog_token, in ieee80211_prep_tdls_direct() argument
2427 switch (action_code) { in ieee80211_prep_tdls_direct()
2431 mgmt->u.action.u.tdls_discover_resp.action_code = in ieee80211_prep_tdls_direct()
[all …]
Dspectmgmt.c49 msr_report->u.action.u.measurement.action_code = in ieee80211_send_refuse_measurement_request()
Dmesh_plink.c204 mgmt->u.action.u.self_prot.action_code = action; in mesh_plink_frame_tx()
492 if (mgmt->u.action.u.self_prot.action_code == in mesh_rx_plink_frame()
508 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_rx_plink_frame()
Dmesh.c29 return (mgmt->u.action.u.mesh_action.action_code == in mesh_action_is_path_sel()
667 switch (mgmt->u.action.u.self_prot.action_code) { in ieee80211_mesh_rx_mgmt_action()
Dagg-rx.c197 mgmt->u.action.u.addba_resp.action_code = WLAN_ACTION_ADDBA_RESP; in ieee80211_send_addba_resp()
Dht.c296 mgmt->u.action.u.delba.action_code = WLAN_ACTION_DELBA; in ieee80211_send_delba()
Drx.c2329 switch (mgmt->u.action.u.addba_req.action_code) { in ieee80211_rx_h_action()
2361 switch (mgmt->u.action.u.measurement.action_code) { in ieee80211_rx_h_action()
2397 sizeof(mgmt->u.action.u.self_prot.action_code))) in ieee80211_rx_h_action()
2400 switch (mgmt->u.action.u.self_prot.action_code) { in ieee80211_rx_h_action()
2419 sizeof(mgmt->u.action.u.mesh_action.action_code))) in ieee80211_rx_h_action()
Dmesh_hwmp.c140 mgmt->u.action.u.mesh_action.action_code = in mesh_path_sel_frame_tx()
271 mgmt->u.action.u.mesh_action.action_code = in mesh_path_error_tx()
Dagg-tx.c97 mgmt->u.action.u.addba_req.action_code = WLAN_ACTION_ADDBA_REQ; in ieee80211_send_addba_request()
Diface.c764 switch (mgmt->u.action.u.addba_req.action_code) { in ieee80211_iface_work()
/linux-3.4.99/drivers/s390/scsi/
Dzfcp_fsf.h230 u8 action_code; member
/linux-3.4.99/include/net/
Dcfg80211.h1689 u8 *peer, u8 action_code, u8 dialog_token,
/linux-3.4.99/net/wireless/
Dnl80211.c5297 u8 action_code, dialog_token; in nl80211_tdls_mgmt() local
5313 action_code = nla_get_u8(info->attrs[NL80211_ATTR_TDLS_ACTION]); in nl80211_tdls_mgmt()
5317 return rdev->ops->tdls_mgmt(&rdev->wiphy, dev, peer, action_code, in nl80211_tdls_mgmt()
/linux-3.4.99/drivers/net/wireless/
Dmwl8k.c1906 mgmt->u.action.u.addba_req.action_code == WLAN_ACTION_ADDBA_REQ && in mwl8k_txq_xmit()