HomeSort by relevance Sort by last modified time
    Searched refs:req_mode (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
lsp.h 168 enum Mode req_mode, /* i : requested coder mode */
  /external/wpa_supplicant_8/src/ap/
wnm_ap.h 22 u8 req_mode, int disassoc_timer, u8 valid_int,
wnm_ap.c 278 mgmt->u.action.u.bss_tm_req.req_mode = 0;
289 MACSTR " dialog_token=%u req_mode=0x%x disassoc_timer=%u "
292 mgmt->u.action.u.bss_tm_req.req_mode,
458 mgmt->u.action.u.bss_tm_req.req_mode =
524 mgmt->u.action.u.bss_tm_req.req_mode =
557 u8 req_mode, int disassoc_timer, u8 valid_int,
567 MACSTR " req_mode=0x%x disassoc_timer=%d valid_int=0x%x",
568 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int);
581 mgmt->u.action.u.bss_tm_req.req_mode = req_mode;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp.cpp 379 req_mode = enum Mode -- requested coder mode
441 enum Mode req_mode, /* i : requested coder mode */
455 if (req_mode == MR122)
504 req_mode,
  /system/bt/stack/btm/
btm_pm.c 240 *(&p_cb->req_mode[temp_pm_id]) = *((tBTM_PM_PWR_MD *)p_mode);
563 if(p_cb->req_mode[xx].mode == BTM_PM_MD_ACTIVE)
571 if( (btm_pm_compare_modes(p_md, &p_cb->req_mode[xx], p_res)) == NULL)
850 /* set req_mode HOLD mode->ACTIVE */
851 if( (mode == BTM_PM_MD_ACTIVE) && (p_cb->req_mode[yy].mode == BTM_PM_MD_HOLD) )
852 p_cb->req_mode[yy].mode = BTM_PM_MD_ACTIVE;
    [all...]
btm_int.h 688 tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS+1]; /* the desired mode and parameters of the connection*/ member in struct:__anon72478
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 833 u8 req_mode = 0, valid_int = 0x01; local
874 req_mode |= WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED;
996 req_mode |= WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT;
1000 req_mode |= WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED;
1002 req_mode |= WNM_BSS_TM_REQ_ABRIDGED;
1004 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT;
1037 !(req_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT))) {
1061 ret = wnm_send_bss_tm_req(hapd, sta, req_mode, disassoc_timer,
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 601 u8 req_mode; member in struct:ieee80211_mgmt::__anon27442::__anon27451::__anon27452::__anon27463
    [all...]

Completed in 327 milliseconds