Home
last modified time | relevance | path

Searched refs:negotiation_type (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1497 if (params->negotiation_type == WIFI_TWT_INDIVIDUAL) { in nxp_wifi_set_twt()
1498 params->negotiation_type = 0; in nxp_wifi_set_twt()
1499 } else if (params->negotiation_type == WIFI_TWT_BROADCAST) { in nxp_wifi_set_twt()
1500 params->negotiation_type = 3; in nxp_wifi_set_twt()
1508 twt_setup_conf.negotiation_type = params->negotiation_type; in nxp_wifi_set_twt()
1518 teardown_conf.negotiation_type = params->negotiation_type; in nxp_wifi_set_twt()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c336 enum wifi_twt_negotiation_type negotiation_type, in print_twt_params() argument
348 wifi_twt_negotiation_type_txt(negotiation_type)); in print_twt_params()
387 resp->negotiation_type, in handle_wifi_twt_event()
1426 config.twt_flows[i].negotiation_type, in cmd_wifi_ps()
1543 params.negotiation_type = WIFI_TWT_INDIVIDUAL; in cmd_wifi_twt_setup_quick()
1572 wifi_twt_negotiation_type_txt(params.negotiation_type), in cmd_wifi_twt_setup_quick()
1671 params->negotiation_type = (enum wifi_twt_negotiation_type)value; in twt_args_to_params()
1819 wifi_twt_negotiation_type_txt(params.negotiation_type), in cmd_wifi_twt_setup()
1848 params.negotiation_type = (enum wifi_twt_negotiation_type)value; in cmd_wifi_twt_teardown()
1869 wifi_twt_negotiation_type_txt(params.negotiation_type), in cmd_wifi_twt_teardown()
[all …]
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c417 twt_zep->negotiation_type = twt_rpu_to_wifi_mgmt_neg_type(twt_rpu->neg_type); in nrf_wifi_event_proc_get_power_save_info()
554 twt_info.neg_type = twt_wifi_mgmt_to_rpu_neg_type(twt_params->negotiation_type); in nrf_wifi_set_twt()
634 twt_params.negotiation_type = twt_rpu_to_wifi_mgmt_neg_type(twt_setup_info->info.neg_type); in nrf_wifi_event_proc_twt_setup_zep()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h735 enum wifi_twt_negotiation_type negotiation_type; member
822 enum wifi_twt_negotiation_type negotiation_type; member