Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_pm.c247 *(&p_cb->req_mode[temp_pm_id]) = *((tBTM_PM_PWR_MD *)p_mode); in BTM_SetPowerMode()
541 if(p_cb->req_mode[xx].mode == BTM_PM_MD_ACTIVE) in btm_pm_get_set_mode()
549 if( (btm_pm_compare_modes(p_md, &p_cb->req_mode[xx], p_res)) == NULL) in btm_pm_get_set_mode()
870 if( (mode == BTM_PM_MD_ACTIVE) && (p_cb->req_mode[yy].mode == BTM_PM_MD_HOLD) ) in btm_pm_proc_mode_change()
871 p_cb->req_mode[yy].mode = BTM_PM_MD_ACTIVE; in btm_pm_proc_mode_change()
Dbtm_int.h693 …tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS+1]; /* the desired mode and parameters of the connectio… member
/external/wpa_supplicant_8/src/ap/
Dwnm_ap.c275 mgmt->u.action.u.bss_tm_req.req_mode = 0; in ieee802_11_send_bss_trans_mgmt_request()
289 mgmt->u.action.u.bss_tm_req.req_mode, in ieee802_11_send_bss_trans_mgmt_request()
419 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_disassoc_imminent()
457 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_ess_disassoc_imminent()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h553 u8 req_mode; member