Home
last modified time | relevance | path

Searched refs:hdd_regulatory_init (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_regulatory.h61 int hdd_regulatory_init(struct hdd_context *hdd_ctx, struct wiphy *wiphy);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c2035 int hdd_regulatory_init(struct hdd_context *hdd_ctx, struct wiphy *wiphy) in hdd_regulatory_init() function
2087 int hdd_regulatory_init(struct hdd_context *hdd_ctx, struct wiphy *wiphy) in hdd_regulatory_init() function
2099 int hdd_regulatory_init(struct hdd_context *hdd_ctx, struct wiphy *wiphy) in hdd_regulatory_init() function
H A Dwlan_hdd_main.c11691 ret_val = hdd_regulatory_init(hdd_ctx, wiphy); in hdd_wiphy_init()