Home
last modified time | relevance | path

Searched refs:get_wiphy (Results 1 – 2 of 2) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h247 struct nrf_wifi_event_get_wiphy *get_wiphy,
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_api.c2910 struct nrf_wifi_cmd_get_wiphy *get_wiphy = NULL; in nrf_wifi_sys_fmac_get_wiphy() local
2925 get_wiphy = nrf_wifi_osal_mem_zalloc(sizeof(*get_wiphy)); in nrf_wifi_sys_fmac_get_wiphy()
2927 if (!get_wiphy) { in nrf_wifi_sys_fmac_get_wiphy()
2933 get_wiphy->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_GET_WIPHY; in nrf_wifi_sys_fmac_get_wiphy()
2934 get_wiphy->umac_hdr.ids.wdev_id = if_idx; in nrf_wifi_sys_fmac_get_wiphy()
2935 get_wiphy->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_get_wiphy()
2938 get_wiphy, in nrf_wifi_sys_fmac_get_wiphy()
2939 sizeof(*get_wiphy)); in nrf_wifi_sys_fmac_get_wiphy()
2941 if (get_wiphy) { in nrf_wifi_sys_fmac_get_wiphy()
2942 nrf_wifi_osal_mem_free(get_wiphy); in nrf_wifi_sys_fmac_get_wiphy()