Home
last modified time | relevance | path

Searched refs:pc_country (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_11d.c227 pc_country : 国家码
239 static inline hi_void wal_get_dfs_domain(mac_regdomain_info_stru *mac_regdom, const hi_char *pc_country) in wal_get_dfs_domain() argument
244 if (0 == strcmp(g_ast_dfs_domain_table[u_idx].pc_country, pc_country)) { in wal_get_dfs_domain()
310 pc_country : 要设置的国家字符串
312 hi_u32 wal_regdomain_update(oal_net_device_stru *netdev, const hi_char *pc_country, hi_u8 country_code_len) in wal_regdomain_update() argument
317 if (!oal_is_alpha_upper(pc_country[0]) || !oal_is_alpha_upper(pc_country[1])) { in wal_regdomain_update()
318 if ((pc_country[0] == '9') && (pc_country[ in wal_regdomain_update()
[all...]
H A Dwal_11d.h52 hi_char *pc_country; /* 国家字符串 */ member
66 hi_u32 wal_regdomain_update(oal_net_device_stru *netdev, const hi_char *pc_country, hi_u8 country_code_len);

Completed in 1 milliseconds