| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/ |
| D | srtm_message.c | 92 uint8_t category, in SRTM_CommMessage_Create() argument 110 head->category = category; in SRTM_CommMessage_Create() 195 … srtm_channel_t channel, uint8_t category, uint16_t version, uint8_t command, uint16_t payloadLen) in SRTM_Request_Create() argument 197 …return SRTM_CommMessage_Create(SRTM_MessageTypeRequest, SRTM_MessageDirectTx, channel, category, v… in SRTM_Request_Create() 214 … srtm_channel_t channel, uint8_t category, uint16_t version, uint8_t command, uint16_t payloadLen) in SRTM_Response_Create() argument 216 …Message_Create(SRTM_MessageTypeResponse, SRTM_MessageDirectTx, channel, category, version, command, in SRTM_Response_Create() 226 … srtm_channel_t channel, uint8_t category, uint16_t version, uint8_t command, uint16_t payloadLen) in SRTM_Notification_Create() argument 228 …_CommMessage_Create(SRTM_MessageTypeNotification, SRTM_MessageDirectTx, channel, category, version, in SRTM_Notification_Create() 269 return head->category; in SRTM_CommMessage_GetCategory()
|
| D | srtm_dispatcher.c | 51 … head->category, head->majorVersion, head->minorVersion, head->type, head->command, in SRTM_DumpMessage() 492 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %d\r\n", __func__, service->category); in SRTM_Dispatcher_RegisterService() 514 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %d\r\n", __func__, service->category); in SRTM_Dispatcher_UnregisterService() 783 uint8_t category; in SRTM_Dispatcher_CallService() local 788 category = SRTM_CommMessage_GetCategory(msg); in SRTM_Dispatcher_CallService() 794 if (service->category == category) in SRTM_Dispatcher_CallService() 816 uint8_t category; in SRTM_Dispatcher_HandleResponse() local 822 category = SRTM_CommMessage_GetCategory(msg); in SRTM_Dispatcher_HandleResponse() 829 …if (SRTM_CommMessage_GetCategory(req) == category && SRTM_CommMessage_GetCommand(req) == command && in SRTM_Dispatcher_HandleResponse()
|
| D | srtm_service_struct.h | 25 uint8_t category; member
|
| D | srtm_message_struct.h | 108 uint8_t category;
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pf1550/ |
| D | fsl_pf1550.c | 419 uint8_t category = 0U; in PF1550_GetInterruptCategory() local 424 (void)PF1550_ReadReg(handle, PF1550_INT_CATEGORY, &category); in PF1550_GetInterruptCategory() 426 return category; in PF1550_GetInterruptCategory() 429 void PF1550_EnableInterrupts(pf1550_handle_t *handle, pf1550_interrupt_category_t category, uint32_… in PF1550_EnableInterrupts() argument 433 switch (category) in PF1550_EnableInterrupts() 475 void PF1550_DisableInterrupts(pf1550_handle_t *handle, pf1550_interrupt_category_t category, uint32… in PF1550_DisableInterrupts() argument 479 switch (category) in PF1550_DisableInterrupts() 520 uint32_t PF1550_GetInterruptStatus(pf1550_handle_t *handle, pf1550_interrupt_category_t category) in PF1550_GetInterruptStatus() argument 527 switch (category) in PF1550_GetInterruptStatus() 581 void PF1550_ClearInterruptStatus(pf1550_handle_t *handle, pf1550_interrupt_category_t category, uin… in PF1550_ClearInterruptStatus() argument [all …]
|
| D | fsl_pf1550.h | 572 void PF1550_EnableInterrupts(pf1550_handle_t *handle, pf1550_interrupt_category_t category, uint32_… 591 void PF1550_DisableInterrupts(pf1550_handle_t *handle, pf1550_interrupt_category_t category, uint32… 622 uint32_t PF1550_GetInterruptStatus(pf1550_handle_t *handle, pf1550_interrupt_category_t category); 640 void PF1550_ClearInterruptStatus(pf1550_handle_t *handle, pf1550_interrupt_category_t category, uin…
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/include/ |
| D | srtm_message.h | 104 … srtm_channel_t channel, uint8_t category, uint16_t version, uint8_t command, uint16_t payloadLen); 134 … srtm_channel_t channel, uint8_t category, uint16_t version, uint8_t command, uint16_t payloadLen); 154 … srtm_channel_t channel, uint8_t category, uint16_t version, uint8_t command, uint16_t payloadLen);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_action.c | 328 IEEEtypes_ActionCategory_e category = (IEEEtypes_ActionCategory_e)0; in wlan_process_mgmt_action() local 332 category = (IEEEtypes_ActionCategory_e)(*(payload + sizeof(wlan_802_11_header))); in wlan_process_mgmt_action() 334 switch (category) in wlan_process_mgmt_action() 347 wifi_d("Action: Unknown request: %u", category); in wlan_process_mgmt_action()
|
| D | mlan_misc.c | 346 t_u8 category = 0; in wlan_bypass_802dot11_mgmt_pkt() local 354 category = *((t_u8 *)pieee_pkt_hdr + sizeof(wlan_802_11_header)); in wlan_bypass_802dot11_mgmt_pkt() 377 if (category == IEEE_MGMT_ACTION_CATEGORY_BLOCK_ACK) in wlan_bypass_802dot11_mgmt_pkt() 379 PRINTM(MINFO, "Dropping mgmt frame for category %d.\n", category); in wlan_bypass_802dot11_mgmt_pkt() 384 if (category != (t_u8)IEEE_MGMT_ACTION_CATEGORY_RADIO_RSRC && in wlan_bypass_802dot11_mgmt_pkt() 385 category != (t_u8)IEEE_MGMT_ACTION_CATEGORY_WNM && in wlan_bypass_802dot11_mgmt_pkt() 386 category != (t_u8)IEEE_MGMT_ACTION_CATEGORY_UNPROTECT_WNM) in wlan_bypass_802dot11_mgmt_pkt() 388 PRINTM(MINFO, "Dropping mgmt frame for host unsupported category %d.\n", category); in wlan_bypass_802dot11_mgmt_pkt()
|
| D | wifi.c | 2806 t_u8 category = 0; in wlan_process_802dot11_mgmt_pkt2() local 3004 category = *(payload + sizeof(wlan_802_11_header)); in wlan_process_802dot11_mgmt_pkt2() 3007 …if (category != IEEE_MGMT_ACTION_CATEGORY_WMM_TSPEC && category != IEEE_MGMT_ACTION_CATEGORY_FST && in wlan_process_802dot11_mgmt_pkt2() 3008 …category != IEEE_MGMT_ACTION_CATEGORY_PUBLIC && category != IEEE_MGMT_ACTION_CATEGORY_RADIO_RSRC && in wlan_process_802dot11_mgmt_pkt2() 3009 …category != IEEE_MGMT_ACTION_CATEGORY_PROTECTED_DUAL && category != IEEE_MGMT_ACTION_CATEGORY_QOS … in wlan_process_802dot11_mgmt_pkt2() 3010 category != IEEE_MGMT_ACTION_CATEGORY_FAST_BSS_TRANS && in wlan_process_802dot11_mgmt_pkt2() 3011 …category != IEEE_MGMT_ACTION_CATEGORY_SA_QUERY && category != IEEE_MGMT_ACTION_CATEGORY_AV_STREAMI… in wlan_process_802dot11_mgmt_pkt2() 3012 category != IEEE_MGMT_ACTION_CATEGORY_WNM) in wlan_process_802dot11_mgmt_pkt2() 3014 wifi_d("Drop action frame: category = %d, action_code=%d", category, action_code); in wlan_process_802dot11_mgmt_pkt2() 3018 if (category == IEEE_MGMT_ACTION_CATEGORY_BLOCK_ACK) in wlan_process_802dot11_mgmt_pkt2() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_ieee.h | 299 t_u8 category; 316 t_u8 category; 1042 IEEEtypes_ActionCategory_e category; 1095 IEEEtypes_ActionCategory_e category;
|
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
| D | srtm_i2c_service.c | 153 handle->service.category = SRTM_I2C_CATEGORY; in SRTM_I2CService_Create()
|
| D | srtm_audio_service.c | 813 handle->service.category = SRTM_AUDIO_CATEGORY; in SRTM_AudioService_Create()
|