/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_check_boot_bin.h | 73 hi_u32 category; /* The category of SubKey, Used to distinguish different products or chips. */ member 97 hi_u32 category; /* The category of SubKey, Used to distinguish different products or chips. */ member 117 hi_u32 category; /* The category of SubKey, Used to distinguish different products or chips. */ member
|
H A D | upg_check_boot_bin.c | 74 hi_u32 category = (hi_u32)(-1); in upg_check_boot_subk_attr() local 76 hi_u32 ret = hi_efuse_read(HI_EFUSE_SUBKEY_CAT_RW_ID, (hi_u8 *)(&category), sizeof(hi_u32)); in upg_check_boot_subk_attr() 81 if (sub_key_com->category != category) { in upg_check_boot_subk_attr()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | 802.11.h | 174 * category+OUI+vendor specific content ( this can be variable) 177 uint8 category; member 187 uint8 category; member 294 uint8 category; member 302 uint8 category; member 308 uint8 category; member 314 uint8 category; member 320 uint8 category; member 329 uint8 category; member 402 uint8 category; member 436 uint8 category; global() member 459 uint8 category; global() member 465 uint8 category; global() member 988 uint8 category; /* DOT11_ACTION_NOTIFICATION */ global() member 1938 uint8 category; /* category of action frame (2) */ global() member 1951 uint8 category; /* category of action frame (2) */ global() member 1965 uint8 category; /* category of action frame (10) */ global() member 1999 uint8 category; /* category of action frame (10) */ global() member 2021 uint8 category; /* category of action frame (10) */ global() member 2064 uint8 category; /* category of action frame (10) */ global() member 2094 uint8 category; /* category of action frame (10) */ global() member 2117 uint8 category; /* category of action frame (11) */ global() member 2356 uint8 category; /* category of action frame (10) */ global() member 2366 uint8 category; /* category of action frame (10) */ global() member 2376 uint8 category; /* category of action frame (10) */ global() member 2386 uint8 category; /* category of action frame (10) */ global() member 2396 uint8 category; /* category of action frame (10) */ global() member 2406 uint8 category; /* category of action frame (10) */ global() member 2463 uint8 category; /* category of action frame (10) */ global() member 2473 uint8 category; /* category of action frame (10) */ global() member 2532 uint8 category; /* category of action frame (10) */ global() member 2543 uint8 category; /* category of action frame (10) */ global() member 2553 uint8 category; /* category of action frame (10) */ global() member 2655 uint8 category; /* category of action frame (3) */ global() member 2666 uint8 category; /* category of action frame (3) */ global() member 2683 uint8 category; /* category of action frame (3) */ global() member 2699 uint8 category; /* category of action frame (6) */ global() member 2710 uint8 category; /* category of action frame (6) */ global() member 2850 uint8 category; /* category of action frame (5) */ global() member 2859 uint8 category; /* category of action frame (5) */ global() member 3598 uint8 category; /* category of action frame (5) */ global() member 3608 uint8 category; /* category of action frame (5) */ global() member 4779 uint8 category; /* category of action frame (4) */ global() member 4787 uint8 category; /* category of action frame (4) */ global() member [all...] |
H A D | 802.11s.h | 90 uint8 category; member 193 uint8 category; member
|
H A D | p2p.h | 280 * maximum values for each category 456 uint8 category; /* P2P_AF_CATEGORY */ member 478 uint8 category; /* P2P_PUB_AF_CATEGORY */ member 690 uint8 category; /* 0x04 Public Action Frame */ member
|
H A D | wlioctl.h | 5737 /** structure for max bandwidth for each access category */ 5739 uint32 ac[AC_COUNT]; /**< max bandwidth for each access category */ 8083 /** Scan information history per category */ 13020 uint8 category; /**< category field */ member 16450 uint8 data[1]; /**< data contains category, action, sta address, target ap, 17413 WL_HC_XTLV_ID_CAT_HC = 1, /* category for HC as a whole */ 17421 * Number starts at 0x8000 to be out of the way for category specific IDs. 17542 uint8 ac; /* access category on which this problem is seen */ 18164 WL_ESP_XTLV_STATIC_AC = 0x2, /* access category */ [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_mgmt_classifier.c | 66 if (action_args->category == MAC_ACTION_CATEGORY_BA) { in hmac_mgmt_tx_action() 91 action_args->category); in hmac_mgmt_tx_action() 182 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_mgmt_rx_delba_event()
|
H A D | hmac_tx_data.c | 550 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_tx_ba_setup() 561 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_tx_ba_setup() 581 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_check_if_mgmt_tx_action()
|
H A D | hmac_blockack.c | 377 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_rx_bar_delba() 1089 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_del_ba_event()
|
H A D | hmac_mgmt_bss_comm.c | 1171 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_mgmt_rx_addba_rsp() 1319 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_mgmt_tx_addba_timeout()
|
H A D | hmac_config.c | 129 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_config_delba_req() 184 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_config_addba_req() 329 action_args.category = MAC_ACTION_CATEGORY_BA; in hmac_config_ampdu_start() 6821 /* 获取Action category 和code */ in hmac_config_send_mesh_action() 6825 oam_warning_log0(0, OAM_SF_UM, "{hmac_config_send_mesh_action::action category is wrong.}"); in hmac_config_send_mesh_action()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_cfg.h | 408 hi_u8 category; member
|
H A D | mac_frame.h | 1516 hi_u8 category; /* ACTION的类别 */ member 1587 hi_u8 category; member 1643 hi_u8 mac_prepare_action_frame_body(hi_u8 *puc_body, hi_u8 body_len, hi_u8 category, const hi_u8 *puc_elements,
|
H A D | mac_frame.c | 2045 WIFI_ROM_TEXT hi_u8 mac_prepare_action_frame_body(hi_u8 *puc_body, hi_u8 body_len, hi_u8 category, in mac_prepare_action_frame_body() argument 2052 /* category :127,表示是厂商自定义帧 */ in mac_prepare_action_frame_body() 2053 puc_body[WLAN_ACTION_BODY_CATEGORY_OFFSET] = category; in mac_prepare_action_frame_body()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgp2p.c | 108 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in wl_cfgp2p_is_pub_action() 128 if (act_frm->category == P2P_AF_CATEGORY && in wl_cfgp2p_is_p2p_action() 180 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in wl_cfgp2p_is_gas_action() 220 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in wl_cfgp2p_is_p2p_gas_action()
|
H A D | wl_cfg80211.c | 9235 u8 category, action; in wl_cfg80211_send_action_frame() local 9262 category = action_frame->data[DOT11_ACTION_CAT_OFF]; in wl_cfg80211_send_action_frame() 9279 if (category == DOT11_ACTION_CAT_PUBLIC) { in wl_cfg80211_send_action_frame() 9327 WL_DBG(("Unknown Frame: category 0x%x, action 0x%x, length %d\n", in wl_cfg80211_send_action_frame() 9328 category, action, action_frame_len)); in wl_cfg80211_send_action_frame() 9330 } else if (category == P2P_AF_CATEGORY) { in wl_cfg80211_send_action_frame() 9333 WL_DBG(("Unknown Frame: category 0x%x, action 0x%x\n", in wl_cfg80211_send_action_frame() 9334 category, action)); in wl_cfg80211_send_action_frame() 21020 u8 category; in wl_get_action_category() local 21026 category in wl_get_action_category() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 665 hi_u8 category; member
|