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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 249 s32 get_s32(const struct nlattr *nla) function in class:WifiRequest
435 virtual s32 get_s32(const struct nlattr *nla);
tdls.cpp 143 get_s32(tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_REASON]);
216 mTDLSgetStatusRspParams.reason = (wifi_tdls_reason)get_s32(
gscan_event_handler.cpp 313 get_s32(
556 get_s32(
743 get_s32(
    [all...]
llstats.cpp 604 stats->rssi_mgmt = get_s32(tb_vendor[
613 stats->rssi_data = get_s32(tb_vendor[
622 stats->rssi_ack = get_s32(tb_vendor[
    [all...]
cpp_bindings.cpp 907 s32 WifiVendorCommand::get_s32(const struct nlattr *nla) function in class:WifiVendorCommand
909 return mMsg.get_s32(nla);
gscan.cpp     [all...]
  /external/iproute2/include/
utils.h 110 int get_s32(__s32 *val, const char *arg, int base);
  /external/iproute2/tc/
q_netem.c 413 if (get_s32(&rate.packet_overhead, *argv, 0)) {
427 if (get_s32(&rate.cell_overhead, *argv, 0)) {
  /external/iproute2/ip/
iprule.c 427 if (get_s32(&pl, *argv, 0) || pl < 0)
  /external/iproute2/lib/
utils.c 298 int get_s32(__s32 *val, const char *arg, int base) function

Completed in 5049 milliseconds