Searched refs:get_u8_from_string (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/ |
D | driver_cmd_nl80211.c | 2670 static u8 get_u8_from_string(char *cmd_string, int *ret) in get_u8_from_string() function 2800 twt_setup_params->dialog_id = get_u8_from_string(cmd, &ret); in process_twt_setup_cmd_string() 2808 twt_setup_params->req_type = get_u8_from_string(cmd, &ret); in process_twt_setup_cmd_string() 2816 twt_setup_params->trig_type = get_u8_from_string(cmd, &ret); in process_twt_setup_cmd_string() 2829 twt_setup_params->flow_type = get_u8_from_string(cmd, &ret); in process_twt_setup_cmd_string() 2842 twt_setup_params->wake_intr_exp = get_u8_from_string(cmd, &ret); in process_twt_setup_cmd_string() 2857 twt_setup_params->protection = get_u8_from_string(cmd, &ret); in process_twt_setup_cmd_string() 2910 twt_setup_params->bcast = get_u8_from_string(cmd, &ret); in process_twt_setup_cmd_string() 3141 dialog_id = get_u8_from_string(cmd, &ret); in prepare_twt_terminate_nlmsg() 3189 dialog_id = get_u8_from_string(cmd, &ret); in prepare_twt_pause_nlmsg() [all …]
|