Searched defs:nodfs (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifi_hal.cpp1256 wifi_error wifi_set_nodfs_flag(wifi_interface_handle handle, u32 nodfs) argument
1287 ret = vCommand->put_u32(QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG, nodfs);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_hal.cpp719 SetNodfsCommand(wifi_interface_handle handle, u32 nodfs) argument
721 mNoDfs = nodfs;
1274 wifi_error wifi_set_nodfs_flag(wifi_interface_handle handle, u32 nodfs) argument
1276 SetNodfsCommand command(handle, nodfs);

Completed in 131 milliseconds